forked from M-Labs/artiq
b8f3d28bc0
This is so that we only specify it once.
288 lines
9.2 KiB
TOML
288 lines
9.2 KiB
TOML
[[package]]
|
|
name = "alloc_list"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "alloc_stub"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "amp"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"board 0.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace_artiq"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "board"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"build_misoc 0.0.0",
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"compiler_builtins 0.1.0 (git+https://github.com/m-labs/compiler-builtins?rev=1c765ad)",
|
|
"smoltcp 0.4.0 (git+https://github.com/m-labs/smoltcp?rev=507d2fe)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "board_artiq"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"board 0.0.0",
|
|
"build_artiq 0.0.0",
|
|
"build_misoc 0.0.0",
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bootloader"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"board 0.0.0",
|
|
"build_misoc 0.0.0",
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crc 1.6.0 (git+git://github.com/whitequark/crc-rs?rev=51cd356)",
|
|
"smoltcp 0.4.0 (git+https://github.com/m-labs/smoltcp?rev=507d2fe)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "build_artiq"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "build_const"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "build_misoc"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "compiler_builtins"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/m-labs/compiler-builtins?rev=1c765ad#1c765adbe8e246e01db39aba0a71a6b5721e2465"
|
|
|
|
[[package]]
|
|
name = "crc"
|
|
version = "1.6.0"
|
|
source = "git+git://github.com/whitequark/crc-rs?rev=51cd356#51cd3560aa9d3823061f2bb46797d8c61f4cfa9e"
|
|
dependencies = [
|
|
"build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cslice"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "drtioaux"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"board 0.0.0",
|
|
"build_misoc 0.0.0",
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"std_artiq 0.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dyld"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "fringe"
|
|
version = "1.1.0"
|
|
source = "git+https://github.com/m-labs/libfringe?rev=bd23494#bd2349467157969324ca7da5d2ae033c7ffac0c0"
|
|
dependencies = [
|
|
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ksupport"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"alloc_stub 0.0.0",
|
|
"amp 0.0.0",
|
|
"board 0.0.0",
|
|
"build_misoc 0.0.0",
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"dyld 0.0.0",
|
|
"proto 0.0.0",
|
|
"std_artiq 0.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "log_buffer"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "logger_artiq"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"board 0.0.0",
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log_buffer 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "managed"
|
|
version = "0.4.0"
|
|
source = "git+https://github.com/m-labs/rust-managed.git?rev=629a6786a1cf1692015f464ed16c04eafa5cb8d1#629a6786a1cf1692015f464ed16c04eafa5cb8d1"
|
|
|
|
[[package]]
|
|
name = "proto"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"dyld 0.0.0",
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"std_artiq 0.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "runtime"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"alloc_list 0.0.0",
|
|
"amp 0.0.0",
|
|
"backtrace_artiq 0.0.0",
|
|
"board 0.0.0",
|
|
"board_artiq 0.0.0",
|
|
"build_artiq 0.0.0",
|
|
"build_misoc 0.0.0",
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"drtioaux 0.0.0",
|
|
"fringe 1.1.0 (git+https://github.com/m-labs/libfringe?rev=bd23494)",
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"logger_artiq 0.0.0",
|
|
"proto 0.0.0",
|
|
"smoltcp 0.4.0 (git+https://github.com/m-labs/smoltcp?rev=507d2fe)",
|
|
"std_artiq 0.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "satman"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"alloc_list 0.0.0",
|
|
"board 0.0.0",
|
|
"board_artiq 0.0.0",
|
|
"build_artiq 0.0.0",
|
|
"build_misoc 0.0.0",
|
|
"drtioaux 0.0.0",
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"logger_artiq 0.0.0",
|
|
"std_artiq 0.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smoltcp"
|
|
version = "0.4.0"
|
|
source = "git+https://github.com/m-labs/smoltcp?rev=507d2fe#507d2fe0ea390ec309d2e900a9d0d4a70a3dfa3c"
|
|
dependencies = [
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"managed 0.4.0 (git+https://github.com/m-labs/rust-managed.git?rev=629a6786a1cf1692015f464ed16c04eafa5cb8d1)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "std_artiq"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "winapi-build"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[metadata]
|
|
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
|
|
"checksum build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e90dc84f5e62d2ebe7676b83c22d33b6db8bd27340fb6ffbff0a364efa0cb9c9"
|
|
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
|
|
"checksum cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9b13a57efd6b30ecd6598ebdb302cca617930b5470647570468a65d12ef9719"
|
|
"checksum compiler_builtins 0.1.0 (git+https://github.com/m-labs/compiler-builtins?rev=1c765ad)" = "<none>"
|
|
"checksum crc 1.6.0 (git+git://github.com/whitequark/crc-rs?rev=51cd356)" = "<none>"
|
|
"checksum cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f8cb7306107e4b10e64994de6d3274bd08996a7c1322a27b86482392f96be0a"
|
|
"checksum fringe 1.1.0 (git+https://github.com/m-labs/libfringe?rev=bd23494)" = "<none>"
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
"checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
|
|
"checksum log_buffer 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec57723b84bbe7bdf76aa93169c9b59e67473317c6de3a83cb2a0f8ccb2aa493"
|
|
"checksum managed 0.4.0 (git+https://github.com/m-labs/rust-managed.git?rev=629a6786a1cf1692015f464ed16c04eafa5cb8d1)" = "<none>"
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
|
"checksum smoltcp 0.4.0 (git+https://github.com/m-labs/smoltcp?rev=507d2fe)" = "<none>"
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|