2020-04-11 20:19:39 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-06-07 21:30:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2021-02-08 10:21:49 +08:00
|
|
|
version = "0.3.2"
|
2020-06-07 21:30:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-08 10:21:49 +08:00
|
|
|
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
|
2020-06-07 21:30:33 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-12 17:44:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-10-13 21:51:40 +08:00
|
|
|
version = "1.0.1"
|
2020-04-12 17:44:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-13 21:51:40 +08:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-04-12 17:44:32 +08:00
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
2020-10-13 21:51:40 +08:00
|
|
|
version = "0.10.1"
|
2020-04-11 20:19:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-13 21:51:40 +08:00
|
|
|
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
|
2020-04-11 20:19:39 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
2022-01-06 01:54:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "build_const"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "build_zynq"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-05-29 14:20:23 +08:00
|
|
|
version = "1.4.3"
|
2020-04-11 20:19:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-29 14:20:23 +08:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-04-11 20:19:39 +08:00
|
|
|
|
2020-06-30 17:19:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "1.0.69"
|
2020-06-30 17:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
|
2020-06-30 17:19:09 +08:00
|
|
|
|
2020-04-21 18:28:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2021-02-08 10:21:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
2021-01-15 17:55:47 +08:00
|
|
|
version = "0.1.39"
|
2020-10-13 21:51:40 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-15 17:55:47 +08:00
|
|
|
checksum = "3748f82c7d366a0b4950257d19db685d4958d2fa27c6d164a3f069fec42b748b"
|
2020-06-05 17:14:36 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core_io"
|
2021-05-29 14:20:23 +08:00
|
|
|
version = "0.1.20210325"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97f8932064288cc79feb4d343a399d353a6f6f001e586ece47fe518a9e8507df"
|
2020-06-05 17:14:36 +08:00
|
|
|
dependencies = [
|
2021-05-29 14:20:23 +08:00
|
|
|
"rustc_version",
|
2020-06-05 17:14:36 +08:00
|
|
|
]
|
2020-04-11 20:19:39 +08:00
|
|
|
|
2022-01-06 01:54:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
|
|
|
dependencies = [
|
|
|
|
"build_const",
|
|
|
|
]
|
|
|
|
|
2020-04-12 20:15:01 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cslice"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f8cb7306107e4b10e64994de6d3274bd08996a7c1322a27b86482392f96be0a"
|
|
|
|
|
2020-06-30 17:22:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dwarf"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-02-08 10:21:49 +08:00
|
|
|
"cfg-if 0.1.10",
|
2020-06-30 17:22:44 +08:00
|
|
|
"compiler_builtins",
|
2022-01-06 01:54:34 +08:00
|
|
|
"cslice",
|
2020-06-30 17:22:44 +08:00
|
|
|
"libc",
|
|
|
|
"unwind",
|
|
|
|
]
|
|
|
|
|
2020-04-12 18:40:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dyld"
|
2020-04-12 18:45:43 +08:00
|
|
|
version = "0.1.0"
|
2020-04-30 04:01:12 +08:00
|
|
|
dependencies = [
|
2020-07-21 16:57:14 +08:00
|
|
|
"libcortex_a9",
|
2020-04-30 04:01:12 +08:00
|
|
|
"log",
|
|
|
|
]
|
2020-04-12 18:40:15 +08:00
|
|
|
|
2020-04-25 12:52:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "embedded-hal"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "0.2.6"
|
2020-04-25 12:52:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "e36cfb62ff156596c892272f3015ef952fe1525e85261fa3a7f327bd6b384ab9"
|
2020-04-25 12:52:46 +08:00
|
|
|
dependencies = [
|
2020-07-19 16:16:39 +08:00
|
|
|
"nb 0.1.3",
|
2020-04-25 12:52:46 +08:00
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2020-06-11 17:36:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fatfs"
|
2021-02-08 10:21:49 +08:00
|
|
|
version = "0.3.5"
|
2020-06-11 17:36:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-08 10:21:49 +08:00
|
|
|
checksum = "e18f80a87439240dac45d927fd8f8081b6f1e34c03e97271189fa8a8c2e96c8f"
|
2020-06-11 17:36:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"core_io",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-04-25 20:31:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "0.3.16"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
|
2020-04-25 20:31:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "0.3.16"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
|
2020-04-25 20:31:38 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "0.3.16"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
|
2020-04-25 20:31:38 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "0.3.16"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"
|
2020-04-25 20:31:38 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "0.3.16"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57"
|
2020-04-25 20:31:38 +08:00
|
|
|
dependencies = [
|
2021-05-29 14:20:23 +08:00
|
|
|
"autocfg",
|
2020-04-25 20:31:38 +08:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "0.3.16"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"
|
2020-04-25 20:31:38 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "0.3.16"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"
|
2020-04-25 20:31:38 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "0.3.16"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"
|
2020-04-25 20:31:38 +08:00
|
|
|
dependencies = [
|
2021-05-29 14:20:23 +08:00
|
|
|
"autocfg",
|
2020-04-25 20:31:38 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2021-02-08 10:21:49 +08:00
|
|
|
"pin-project-lite",
|
2020-04-25 20:31:38 +08:00
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
]
|
|
|
|
|
2022-01-06 01:54:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "io"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"core_io",
|
|
|
|
"libsupport_zynq",
|
|
|
|
]
|
|
|
|
|
2020-04-11 22:24:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libasync"
|
|
|
|
version = "0.0.0"
|
2022-02-11 13:53:58 +08:00
|
|
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#3e95df1f640aa761740feaf9eec797acb58dd942"
|
2020-04-11 22:24:23 +08:00
|
|
|
dependencies = [
|
2020-04-25 12:52:46 +08:00
|
|
|
"embedded-hal",
|
2020-04-11 22:24:23 +08:00
|
|
|
"libcortex_a9",
|
2020-10-13 19:12:55 +08:00
|
|
|
"nb 1.0.0",
|
2020-04-11 22:24:23 +08:00
|
|
|
"pin-utils",
|
|
|
|
"smoltcp",
|
|
|
|
]
|
|
|
|
|
2022-01-06 01:54:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libboard_artiq"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_zynq",
|
|
|
|
"core_io",
|
|
|
|
"crc",
|
|
|
|
"embedded-hal",
|
|
|
|
"io",
|
|
|
|
"libasync",
|
|
|
|
"libboard_zynq",
|
|
|
|
"libconfig",
|
|
|
|
"libcortex_a9",
|
|
|
|
"libregister",
|
|
|
|
"log",
|
|
|
|
"log_buffer",
|
|
|
|
"nb 1.0.0",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libboard_zynq"
|
|
|
|
version = "0.0.0"
|
2022-02-11 13:53:58 +08:00
|
|
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#3e95df1f640aa761740feaf9eec797acb58dd942"
|
2020-04-11 20:19:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
2020-04-25 12:52:46 +08:00
|
|
|
"embedded-hal",
|
2020-11-21 00:54:09 +08:00
|
|
|
"libasync",
|
2020-04-11 20:19:39 +08:00
|
|
|
"libcortex_a9",
|
|
|
|
"libregister",
|
2020-05-01 08:18:36 +08:00
|
|
|
"log",
|
2020-07-19 16:16:39 +08:00
|
|
|
"nb 0.1.3",
|
2020-04-11 20:19:39 +08:00
|
|
|
"smoltcp",
|
2020-04-25 12:52:46 +08:00
|
|
|
"void",
|
2020-04-11 20:19:39 +08:00
|
|
|
"volatile-register",
|
|
|
|
]
|
|
|
|
|
2020-06-30 17:19:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libboard_zynq",
|
|
|
|
]
|
|
|
|
|
2020-09-01 14:43:16 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libconfig"
|
|
|
|
version = "0.1.0"
|
2022-02-11 13:53:58 +08:00
|
|
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#3e95df1f640aa761740feaf9eec797acb58dd942"
|
2020-09-01 14:43:16 +08:00
|
|
|
dependencies = [
|
|
|
|
"core_io",
|
|
|
|
"fatfs",
|
|
|
|
"libboard_zynq",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libcortex_a9"
|
|
|
|
version = "0.0.0"
|
2022-02-11 13:53:58 +08:00
|
|
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#3e95df1f640aa761740feaf9eec797acb58dd942"
|
2020-04-11 20:19:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"libregister",
|
2020-08-24 16:09:00 +08:00
|
|
|
"volatile-register",
|
2020-04-11 20:19:39 +08:00
|
|
|
]
|
|
|
|
|
2020-07-21 13:50:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libregister"
|
|
|
|
version = "0.0.0"
|
2022-02-11 13:53:58 +08:00
|
|
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#3e95df1f640aa761740feaf9eec797acb58dd942"
|
2020-04-11 20:19:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"vcell",
|
|
|
|
"volatile-register",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsupport_zynq"
|
|
|
|
version = "0.0.0"
|
2022-02-11 13:53:58 +08:00
|
|
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#3e95df1f640aa761740feaf9eec797acb58dd942"
|
2020-04-11 20:19:39 +08:00
|
|
|
dependencies = [
|
2021-01-15 17:55:47 +08:00
|
|
|
"cc",
|
2020-04-11 20:19:39 +08:00
|
|
|
"compiler_builtins",
|
|
|
|
"libboard_zynq",
|
|
|
|
"libcortex_a9",
|
|
|
|
"libregister",
|
|
|
|
"linked_list_allocator",
|
|
|
|
"r0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked_list_allocator"
|
2021-02-08 10:21:49 +08:00
|
|
|
version = "0.8.11"
|
2020-04-11 20:19:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-08 10:21:49 +08:00
|
|
|
checksum = "822add9edb1860698b79522510da17bef885171f75aa395cff099d770c609c24"
|
2020-04-11 20:19:39 +08:00
|
|
|
|
2020-04-21 18:28:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-08 10:21:49 +08:00
|
|
|
version = "0.4.14"
|
2020-04-21 18:28:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-08 10:21:49 +08:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-04-21 18:28:22 +08:00
|
|
|
dependencies = [
|
2021-02-08 10:21:49 +08:00
|
|
|
"cfg-if 1.0.0",
|
2020-04-21 18:28:22 +08:00
|
|
|
]
|
|
|
|
|
2020-07-13 15:00:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "log_buffer"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f033173c9486b7fe97a79c895c0a3483ae395ab6744c985d10078950e2492419"
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "managed"
|
2020-06-11 17:36:23 +08:00
|
|
|
version = "0.7.2"
|
2020-04-11 20:19:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 17:36:23 +08:00
|
|
|
checksum = "c75de51135344a4f8ed3cfe2720dc27736f7711989703a0b43aadf3753c55577"
|
2020-04-11 20:19:39 +08:00
|
|
|
|
2020-04-25 12:52:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nb"
|
2020-07-19 16:16:39 +08:00
|
|
|
version = "0.1.3"
|
2020-04-25 12:52:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-19 16:16:39 +08:00
|
|
|
checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
|
|
|
|
dependencies = [
|
|
|
|
"nb 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nb"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "546c37ac5d9e56f55e73b677106873d9d9f5190605e41a856503623648488cae"
|
2020-04-25 12:52:46 +08:00
|
|
|
|
2020-04-12 17:44:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
2020-11-06 12:20:48 +08:00
|
|
|
version = "0.3.3"
|
2020-04-12 17:44:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-06 12:20:48 +08:00
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
2020-04-12 17:44:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-06 12:20:48 +08:00
|
|
|
version = "0.2.14"
|
2020-04-12 17:44:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-06 12:20:48 +08:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-04-12 17:44:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-05-09 13:48:19 +08:00
|
|
|
[[package]]
|
2021-02-08 10:21:49 +08:00
|
|
|
name = "pin-project-lite"
|
2021-07-05 13:56:40 +08:00
|
|
|
version = "0.2.7"
|
2020-05-09 13:48:19 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 13:56:40 +08:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2020-05-09 13:48:19 +08:00
|
|
|
|
2020-04-11 22:24:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-04-24 12:46:55 +08:00
|
|
|
version = "0.1.0"
|
2020-04-11 22:24:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-24 12:46:55 +08:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-04-11 22:24:23 +08:00
|
|
|
|
2020-04-25 20:31:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-11-06 12:20:48 +08:00
|
|
|
version = "0.5.19"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-06 12:20:48 +08:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-04-25 20:31:38 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
2021-02-08 10:21:49 +08:00
|
|
|
version = "0.1.7"
|
2020-04-25 20:31:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-08 10:21:49 +08:00
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
2020-04-25 20:31:38 +08:00
|
|
|
|
2020-04-12 17:44:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "1.0.28"
|
2020-04-12 17:44:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
|
2020-04-12 17:44:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-05-29 14:20:23 +08:00
|
|
|
version = "1.0.9"
|
2020-04-12 17:44:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-29 14:20:23 +08:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-04-12 17:44:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "r0"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd7a31eed1591dcbc95d92ad7161908e72f4677f8fabf2a32ca49b4237cbf211"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "runtime"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-06-07 21:30:33 +08:00
|
|
|
"async-recursion",
|
2022-01-06 01:54:34 +08:00
|
|
|
"build_zynq",
|
2020-06-05 17:14:36 +08:00
|
|
|
"byteorder",
|
|
|
|
"core_io",
|
2020-04-12 20:15:01 +08:00
|
|
|
"cslice",
|
2020-06-30 17:22:44 +08:00
|
|
|
"dwarf",
|
2020-04-12 18:40:15 +08:00
|
|
|
"dyld",
|
2020-07-08 19:58:13 +08:00
|
|
|
"embedded-hal",
|
2020-04-25 20:31:38 +08:00
|
|
|
"futures",
|
2022-01-06 01:54:34 +08:00
|
|
|
"io",
|
2020-04-11 22:24:23 +08:00
|
|
|
"libasync",
|
2022-01-06 01:54:34 +08:00
|
|
|
"libboard_artiq",
|
2020-04-11 20:19:39 +08:00
|
|
|
"libboard_zynq",
|
2020-06-30 17:19:09 +08:00
|
|
|
"libc",
|
2020-09-01 14:43:16 +08:00
|
|
|
"libconfig",
|
2020-04-13 13:48:08 +08:00
|
|
|
"libcortex_a9",
|
2020-07-21 13:50:33 +08:00
|
|
|
"libm",
|
2020-07-07 19:40:32 +08:00
|
|
|
"libregister",
|
2020-04-11 20:19:39 +08:00
|
|
|
"libsupport_zynq",
|
2020-04-22 07:03:58 +08:00
|
|
|
"log",
|
2020-07-13 15:00:53 +08:00
|
|
|
"log_buffer",
|
2020-07-19 16:16:39 +08:00
|
|
|
"nb 0.1.3",
|
2020-04-12 17:44:32 +08:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
2020-06-30 17:19:09 +08:00
|
|
|
"unwind",
|
2020-08-04 17:32:43 +08:00
|
|
|
"vcell",
|
2020-04-25 20:31:38 +08:00
|
|
|
"void",
|
2020-04-11 20:19:39 +08:00
|
|
|
]
|
|
|
|
|
2021-05-29 14:20:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2022-01-06 01:54:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "satman"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_zynq",
|
|
|
|
"embedded-hal",
|
|
|
|
"libasync",
|
|
|
|
"libboard_artiq",
|
|
|
|
"libboard_zynq",
|
|
|
|
"libc",
|
|
|
|
"libconfig",
|
|
|
|
"libcortex_a9",
|
|
|
|
"libregister",
|
|
|
|
"libsupport_zynq",
|
|
|
|
"log",
|
|
|
|
"unwind",
|
|
|
|
]
|
|
|
|
|
2021-05-29 14:20:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "smoltcp"
|
2021-07-05 13:56:40 +08:00
|
|
|
version = "0.7.5"
|
2020-04-11 20:19:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 13:56:40 +08:00
|
|
|
checksum = "3e4a069bef843d170df47e7c0a8bf8d037f217d9f5b325865acc3e466ffe40d3"
|
2020-04-11 20:19:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"managed",
|
|
|
|
]
|
|
|
|
|
2020-04-12 17:44:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-08-09 15:16:54 +08:00
|
|
|
version = "1.0.74"
|
2020-04-12 17:44:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 15:16:54 +08:00
|
|
|
checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
|
2020-04-12 17:44:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-29 14:20:23 +08:00
|
|
|
version = "0.2.2"
|
2020-04-12 17:44:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-29 14:20:23 +08:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-04-12 17:44:32 +08:00
|
|
|
|
2020-06-30 17:19:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2021-02-08 10:21:49 +08:00
|
|
|
"cfg-if 0.1.10",
|
2020-06-30 17:19:09 +08:00
|
|
|
"compiler_builtins",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "vcell"
|
2021-02-08 10:21:49 +08:00
|
|
|
version = "0.1.3"
|
2020-04-11 20:19:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-08 10:21:49 +08:00
|
|
|
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
|
2020-04-11 20:19:39 +08:00
|
|
|
|
2020-04-25 12:52:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
2020-04-11 20:19:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "volatile-register"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"
|
|
|
|
dependencies = [
|
|
|
|
"vcell",
|
|
|
|
]
|