2016-08-17 16:39:05 +08:00
|
|
|
[root]
|
2016-12-31 21:26:31 +08:00
|
|
|
name = "std_artiq"
|
2016-08-17 16:39:05 +08:00
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_artiq"
|
|
|
|
version = "0.0.0"
|
2016-12-16 21:28:25 +08:00
|
|
|
|
2016-12-31 21:26:31 +08:00
|
|
|
[[package]]
|
|
|
|
name = "alloc_none"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
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 = [
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
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 = [
|
|
|
|
"walkdir 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-27 21:36:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2017-01-16 22:15:24 +08:00
|
|
|
version = "1.0.0"
|
2016-09-27 21:36:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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"
|
|
|
|
|
2016-08-30 19:20:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fringe"
|
2016-09-20 22:03:31 +08:00
|
|
|
version = "1.1.0"
|
2016-08-30 19:20:04 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-31 21:26:31 +08:00
|
|
|
"libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-30 19:20:04 +08:00
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"alloc_none 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-01-16 22:15:24 +08:00
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-02 08:51:58 +08:00
|
|
|
"cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-31 21:26:31 +08:00
|
|
|
"std_artiq 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-08-30 19:20:04 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2016-12-31 21:26:31 +08:00
|
|
|
version = "0.2.18"
|
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"
|
|
|
|
version = "0.3.6"
|
|
|
|
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",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
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 = [
|
|
|
|
"alloc_artiq 0.0.0",
|
2016-12-31 21:32:50 +08:00
|
|
|
"board 0.0.0",
|
2017-01-25 05:15:41 +08:00
|
|
|
"build_artiq 0.0.0",
|
2017-01-16 22:15:24 +08:00
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-31 21:26:31 +08:00
|
|
|
"fringe 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-25 05:55:51 +08:00
|
|
|
"logger_artiq 0.0.0",
|
2017-01-27 11:47:57 +08:00
|
|
|
"smoltcp 0.2.1 (git+https://github.com/m-labs/smoltcp?rev=e8ece3e)",
|
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-01-19 06:50:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "satman"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc_artiq 0.0.0",
|
|
|
|
"board 0.0.0",
|
2017-01-25 05:15:41 +08:00
|
|
|
"build_artiq 0.0.0",
|
2017-01-19 06:50:32 +08:00
|
|
|
"log 0.3.6 (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-01-27 01:35:42 +08:00
|
|
|
version = "0.2.1"
|
2017-01-27 11:47:57 +08:00
|
|
|
source = "git+https://github.com/m-labs/smoltcp?rev=e8ece3e#e8ece3e56775f38b41906c442db320c980b98c94"
|
2017-01-16 22:15:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"managed 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-30 06:04:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2016-12-31 21:26:31 +08:00
|
|
|
version = "1.0.3"
|
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)",
|
|
|
|
"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-01-16 22:15:24 +08:00
|
|
|
"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8"
|
2017-02-02 08:51:58 +08:00
|
|
|
"checksum cslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f8cb7306107e4b10e64994de6d3274bd08996a7c1322a27b86482392f96be0a"
|
2016-09-20 22:03:31 +08:00
|
|
|
"checksum fringe 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "987689dcfad85eee8d76b477865641ec483e63fb86d52966bfc350c4a647d78a"
|
2016-09-30 06:04:52 +08:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2016-12-31 21:26:31 +08:00
|
|
|
"checksum libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a51822fc847e7a8101514d1d44e354ba2ffa7d4c194dcab48870740e327cac70"
|
2016-09-29 02:25:25 +08:00
|
|
|
"checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054"
|
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-01-16 22:15:24 +08:00
|
|
|
"checksum managed 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5981b4c6de5ce272aaf2caaa56adb8f6fd24a73206b38302db572ab9374aab10"
|
2017-01-27 11:47:57 +08:00
|
|
|
"checksum smoltcp 0.2.1 (git+https://github.com/m-labs/smoltcp?rev=e8ece3e)" = "<none>"
|
2016-12-31 21:26:31 +08:00
|
|
|
"checksum walkdir 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dd7c16466ecc507c7cb5988db03e6eab4aaeab89a5c37a29251fcfd3ac9b7afe"
|
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"
|