2016-08-17 16:39:05 +08:00
|
|
|
[[package]]
|
2017-09-25 01:49:34 +08:00
|
|
|
name = "alloc_list"
|
2016-08-17 16:39:05 +08:00
|
|
|
version = "0.0.0"
|
2016-12-16 21:28:25 +08:00
|
|
|
|
2016-12-31 21:26:31 +08:00
|
|
|
[[package]]
|
2017-09-25 01:49:34 +08:00
|
|
|
name = "alloc_stub"
|
2016-12-31 21:26:31 +08:00
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-02-26 01:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "amp"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"board 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-12-26 01:55:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace_artiq"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-10-16 23:29:42 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2017-12-19 23:51:03 +08:00
|
|
|
version = "1.0.1"
|
2017-10-16 23:29:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-16 21:28:25 +08:00
|
|
|
[[package]]
|
2016-12-31 21:32:50 +08:00
|
|
|
name = "board"
|
2016-12-16 21:28:25 +08:00
|
|
|
version = "0.0.0"
|
2017-01-03 22:19:51 +08:00
|
|
|
dependencies = [
|
2017-12-28 15:06:45 +08:00
|
|
|
"build_misoc 0.0.0",
|
2017-12-28 03:14:41 +08:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-28 10:20:08 +08:00
|
|
|
"cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-28 15:06:45 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2017-12-28 15:34:17 +08:00
|
|
|
"build_misoc 0.0.0",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-03 22:19:51 +08:00
|
|
|
]
|
2016-08-17 16:39:05 +08:00
|
|
|
|
2017-01-25 05:15:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "build_artiq"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-12-19 23:51:03 +08:00
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 05:15:41 +08:00
|
|
|
]
|
|
|
|
|
2017-12-28 15:06:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "build_misoc"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2016-09-27 21:36:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2017-12-19 23:51:03 +08:00
|
|
|
version = "1.2.1"
|
2016-09-27 21:36:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-28 10:20:08 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-21 13:28:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/rust-lang-nursery/compiler-builtins?rev=631b568#631b5687b24af413fdbffa4c2644484e60660b00"
|
|
|
|
dependencies = [
|
2017-12-19 23:51:03 +08:00
|
|
|
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-21 13:28:48 +08:00
|
|
|
"rustc-cfg 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-28 11:57:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/m-labs/compiler-builtins?rev=97916b1#97916b17ca542eac0524b8570c7d05913891a0dc"
|
|
|
|
|
2017-02-02 08:51:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cslice"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-22 15:26:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "drtioaux"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"board 0.0.0",
|
2017-12-19 23:51:03 +08:00
|
|
|
"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)",
|
2017-02-22 15:26:32 +08:00
|
|
|
"std_artiq 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-02-25 02:57:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dyld"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2016-08-30 19:20:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fringe"
|
2016-09-20 22:03:31 +08:00
|
|
|
version = "1.1.0"
|
2017-09-25 01:49:34 +08:00
|
|
|
source = "git+https://github.com/m-labs/libfringe?rev=bd23494#bd2349467157969324ca7da5d2ae033c7ffac0c0"
|
2016-08-30 19:20:04 +08:00
|
|
|
dependencies = [
|
2017-12-19 23:51:03 +08:00
|
|
|
"libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 19:20:04 +08:00
|
|
|
]
|
|
|
|
|
2017-02-02 18:47:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2017-12-19 23:51:03 +08:00
|
|
|
version = "0.3.54"
|
2017-02-02 18:47:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-30 06:04:52 +08:00
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
2016-12-31 21:26:31 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ksupport"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-09-25 01:49:34 +08:00
|
|
|
"alloc_stub 0.0.0",
|
2017-02-26 01:54:14 +08:00
|
|
|
"amp 0.0.0",
|
2016-12-31 21:32:50 +08:00
|
|
|
"board 0.0.0",
|
2017-01-25 06:33:09 +08:00
|
|
|
"build_artiq 0.0.0",
|
2017-12-19 23:51:03 +08:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-28 11:57:23 +08:00
|
|
|
"compiler_builtins 0.1.0 (git+https://github.com/m-labs/compiler-builtins?rev=97916b1)",
|
2017-02-02 08:51:58 +08:00
|
|
|
"cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-25 02:57:29 +08:00
|
|
|
"dyld 0.0.0",
|
2017-02-26 01:54:14 +08:00
|
|
|
"proto 0.0.0",
|
2016-12-31 21:26:31 +08:00
|
|
|
"std_artiq 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-08-30 19:20:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-12-19 23:51:03 +08:00
|
|
|
version = "0.2.34"
|
2016-08-30 19:20:04 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-29 02:25:25 +08:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2017-12-19 23:51:03 +08:00
|
|
|
version = "0.3.8"
|
2016-09-29 02:25:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log_buffer"
|
2016-10-02 12:37:24 +08:00
|
|
|
version = "1.1.0"
|
2016-09-29 02:25:25 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-25 05:55:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "logger_artiq"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"board 0.0.0",
|
2017-12-19 23:51:03 +08:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 05:55:51 +08:00
|
|
|
"log_buffer 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-08-17 16:39:05 +08:00
|
|
|
[[package]]
|
2017-01-16 22:15:24 +08:00
|
|
|
name = "managed"
|
2017-09-25 01:49:34 +08:00
|
|
|
version = "0.4.0"
|
2017-11-22 16:09:06 +08:00
|
|
|
source = "git+https://github.com/m-labs/rust-managed.git?rev=629a6786a1cf1692015f464ed16c04eafa5cb8d1#629a6786a1cf1692015f464ed16c04eafa5cb8d1"
|
2016-08-30 19:20:04 +08:00
|
|
|
|
2017-02-26 01:54:14 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proto"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-12-19 23:51:03 +08:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-26 01:54:14 +08:00
|
|
|
"cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dyld 0.0.0",
|
2017-12-19 23:51:03 +08:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-26 01:54:14 +08:00
|
|
|
"std_artiq 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-08-30 19:20:04 +08:00
|
|
|
[[package]]
|
2016-12-31 21:26:31 +08:00
|
|
|
name = "runtime"
|
2016-09-07 00:42:13 +08:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-09-25 01:49:34 +08:00
|
|
|
"alloc_list 0.0.0",
|
2017-02-26 01:54:14 +08:00
|
|
|
"amp 0.0.0",
|
2017-12-26 01:55:20 +08:00
|
|
|
"backtrace_artiq 0.0.0",
|
2016-12-31 21:32:50 +08:00
|
|
|
"board 0.0.0",
|
2017-12-28 15:06:45 +08:00
|
|
|
"board_artiq 0.0.0",
|
2017-01-25 05:15:41 +08:00
|
|
|
"build_artiq 0.0.0",
|
2017-12-19 23:51:03 +08:00
|
|
|
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-28 11:57:23 +08:00
|
|
|
"compiler_builtins 0.1.0 (git+https://github.com/m-labs/compiler-builtins?rev=97916b1)",
|
2017-02-03 19:46:45 +08:00
|
|
|
"cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-22 15:26:32 +08:00
|
|
|
"drtioaux 0.0.0",
|
2017-09-25 01:49:34 +08:00
|
|
|
"fringe 1.1.0 (git+https://github.com/m-labs/libfringe?rev=bd23494)",
|
2017-12-19 23:51:03 +08:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 05:55:51 +08:00
|
|
|
"logger_artiq 0.0.0",
|
2017-02-26 01:54:14 +08:00
|
|
|
"proto 0.0.0",
|
2017-12-26 22:33:56 +08:00
|
|
|
"smoltcp 0.4.0 (git+https://github.com/m-labs/smoltcp?rev=507d2fe)",
|
2016-12-31 21:26:31 +08:00
|
|
|
"std_artiq 0.0.0",
|
2016-09-07 00:42:13 +08:00
|
|
|
]
|
2016-08-30 19:20:04 +08:00
|
|
|
|
2017-02-02 18:47:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-cfg"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-19 23:51:03 +08:00
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
2017-01-19 06:50:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "satman"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-09-25 01:49:34 +08:00
|
|
|
"alloc_list 0.0.0",
|
2017-01-19 06:50:32 +08:00
|
|
|
"board 0.0.0",
|
2017-12-28 15:10:34 +08:00
|
|
|
"board_artiq 0.0.0",
|
2017-01-25 05:15:41 +08:00
|
|
|
"build_artiq 0.0.0",
|
2017-06-09 14:17:54 +08:00
|
|
|
"compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins?rev=631b568)",
|
2017-02-22 15:26:32 +08:00
|
|
|
"drtioaux 0.0.0",
|
2017-12-19 23:51:03 +08:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 05:55:51 +08:00
|
|
|
"logger_artiq 0.0.0",
|
2017-01-19 06:50:32 +08:00
|
|
|
"std_artiq 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-01-16 22:15:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "smoltcp"
|
2017-09-25 01:49:34 +08:00
|
|
|
version = "0.4.0"
|
2017-12-26 22:33:56 +08:00
|
|
|
source = "git+https://github.com/m-labs/smoltcp?rev=507d2fe#507d2fe0ea390ec309d2e900a9d0d4a70a3dfa3c"
|
2017-01-16 22:15:24 +08:00
|
|
|
dependencies = [
|
2017-12-19 23:51:03 +08:00
|
|
|
"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)",
|
2017-11-22 16:09:06 +08:00
|
|
|
"managed 0.4.0 (git+https://github.com/m-labs/rust-managed.git?rev=629a6786a1cf1692015f464ed16c04eafa5cb8d1)",
|
2017-01-16 22:15:24 +08:00
|
|
|
]
|
|
|
|
|
2017-11-22 16:09:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "std_artiq"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2016-09-30 06:04:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2017-12-19 23:51:03 +08:00
|
|
|
version = "1.0.7"
|
2016-09-30 06:04:52 +08:00
|
|
|
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)",
|
2017-12-19 23:51:03 +08:00
|
|
|
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-30 06:04:52 +08:00
|
|
|
"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"
|
|
|
|
|
2016-08-30 19:20:04 +08:00
|
|
|
[metadata]
|
2017-12-19 23:51:03 +08:00
|
|
|
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
|
|
|
|
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
|
2017-12-28 10:20:08 +08:00
|
|
|
"checksum cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9b13a57efd6b30ecd6598ebdb302cca617930b5470647570468a65d12ef9719"
|
2017-12-28 11:57:23 +08:00
|
|
|
"checksum compiler_builtins 0.1.0 (git+https://github.com/m-labs/compiler-builtins?rev=97916b1)" = "<none>"
|
2017-02-21 13:28:48 +08:00
|
|
|
"checksum compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins?rev=631b568)" = "<none>"
|
2017-02-02 08:51:58 +08:00
|
|
|
"checksum cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f8cb7306107e4b10e64994de6d3274bd08996a7c1322a27b86482392f96be0a"
|
2017-09-25 01:49:34 +08:00
|
|
|
"checksum fringe 1.1.0 (git+https://github.com/m-labs/libfringe?rev=bd23494)" = "<none>"
|
2017-12-19 23:51:03 +08:00
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
2016-09-30 06:04:52 +08:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2017-12-19 23:51:03 +08:00
|
|
|
"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"
|
2016-10-02 12:37:24 +08:00
|
|
|
"checksum log_buffer 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec57723b84bbe7bdf76aa93169c9b59e67473317c6de3a83cb2a0f8ccb2aa493"
|
2017-11-22 16:09:06 +08:00
|
|
|
"checksum managed 0.4.0 (git+https://github.com/m-labs/rust-managed.git?rev=629a6786a1cf1692015f464ed16c04eafa5cb8d1)" = "<none>"
|
2017-02-02 18:47:18 +08:00
|
|
|
"checksum rustc-cfg 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "56a596b5718bf5e059d59a30af12f7f462a152de147aa462b70892849ee18704"
|
2017-12-19 23:51:03 +08:00
|
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
2017-12-26 22:33:56 +08:00
|
|
|
"checksum smoltcp 0.4.0 (git+https://github.com/m-labs/smoltcp?rev=507d2fe)" = "<none>"
|
2017-12-19 23:51:03 +08:00
|
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
2016-09-30 06:04:52 +08:00
|
|
|
"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"
|