zynq-rs/Cargo.lock

248 lines
5.4 KiB
Plaintext
Raw Normal View History

2019-05-05 20:56:23 +08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bit_field"
version = "0.10.1"
2019-05-05 20:56:23 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
2019-05-05 20:56:23 +08:00
2019-08-05 20:44:15 +08:00
[[package]]
name = "bitflags"
2020-03-26 04:50:04 +08:00
version = "1.2.1"
2019-08-05 20:44:15 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-08-05 20:44:15 +08:00
[[package]]
name = "byteorder"
version = "1.4.2"
2019-08-05 20:44:15 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
2019-08-05 20:44:15 +08:00
2021-01-15 11:16:37 +08:00
[[package]]
name = "cc"
version = "1.0.66"
2021-01-15 11:16:37 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
2021-01-15 11:16:37 +08:00
[[package]]
name = "cfg-if"
2021-02-04 05:41:32 +08:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-04 05:41:32 +08:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-01-26 08:45:02 +08:00
[[package]]
name = "compiler_builtins"
2021-01-15 10:37:40 +08:00
version = "0.1.39"
2020-01-26 08:45:02 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-15 10:37:40 +08:00
checksum = "3748f82c7d366a0b4950257d19db685d4958d2fa27c6d164a3f069fec42b748b"
2020-01-26 08:45:02 +08:00
[[package]]
name = "core_io"
version = "0.1.20200410"
dependencies = [
"memchr",
]
[[package]]
name = "embedded-hal"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa998ce59ec9765d15216393af37a58961ddcefb14c753b4816ba2191d865fcb"
dependencies = [
"nb 0.1.3",
"void",
]
2020-01-26 08:45:02 +08:00
[[package]]
name = "experiments"
version = "0.0.0"
dependencies = [
"embedded-hal",
"libasync",
"libboard_zynq",
"libcortex_a9",
"libregister",
"libsupport_zynq",
"log",
]
[[package]]
name = "fatfs"
2021-02-04 05:41:32 +08:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-04 05:41:32 +08:00
checksum = "e18f80a87439240dac45d927fd8f8081b6f1e34c03e97271189fa8a8c2e96c8f"
dependencies = [
"bitflags",
"byteorder",
"core_io",
"log",
]
[[package]]
name = "libasync"
version = "0.0.0"
dependencies = [
"embedded-hal",
"libcortex_a9",
"nb 1.0.0",
"pin-utils",
"smoltcp",
]
[[package]]
name = "libboard_zynq"
version = "0.0.0"
dependencies = [
"bit_field",
"embedded-hal",
"libasync",
"libcortex_a9",
"libregister",
"log",
"nb 0.1.3",
"smoltcp",
"void",
"volatile-register",
]
[[package]]
name = "libconfig"
version = "0.1.0"
dependencies = [
"core_io",
"fatfs",
"libboard_zynq",
"log",
]
[[package]]
name = "libcortex_a9"
version = "0.0.0"
dependencies = [
"bit_field",
"libregister",
"volatile-register",
]
[[package]]
name = "libregister"
version = "0.0.0"
dependencies = [
"bit_field",
"vcell",
"volatile-register",
]
[[package]]
name = "libsupport_zynq"
version = "0.0.0"
dependencies = [
2021-01-15 11:16:37 +08:00
"cc",
"compiler_builtins",
"libboard_zynq",
"libcortex_a9",
"libregister",
"linked_list_allocator",
"r0",
]
[[package]]
name = "linked_list_allocator"
2021-02-04 05:41:32 +08:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-04 05:41:32 +08:00
checksum = "822add9edb1860698b79522510da17bef885171f75aa395cff099d770c609c24"
[[package]]
name = "log"
2021-02-04 05:41:32 +08:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-04 05:41:32 +08:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
"cfg-if",
]
2019-08-05 20:44:15 +08:00
[[package]]
name = "managed"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c75de51135344a4f8ed3cfe2720dc27736f7711989703a0b43aadf3753c55577"
[[package]]
name = "memchr"
version = "2.3.4"
2019-08-05 20:44:15 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
[[package]]
name = "nb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
[[package]]
name = "pin-utils"
2020-04-25 07:41:47 +08:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-05-05 20:56:23 +08:00
[[package]]
name = "r0"
2020-03-26 04:50:04 +08:00
version = "1.0.0"
2019-05-05 20:56:23 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd7a31eed1591dcbc95d92ad7161908e72f4677f8fabf2a32ca49b4237cbf211"
2019-05-05 20:56:23 +08:00
2019-08-05 20:44:15 +08:00
[[package]]
name = "smoltcp"
version = "0.7.0"
2020-04-10 17:46:32 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab527c390c7e107f687bd92a886a083fde61b8cdc700b37f3d7e4346ffd8fae1"
2019-08-05 20:44:15 +08:00
dependencies = [
"bitflags",
"byteorder",
"managed",
]
[[package]]
name = "szl"
version = "0.1.0"
dependencies = [
"byteorder",
"core_io",
"libboard_zynq",
"libconfig",
"libcortex_a9",
"libregister",
"libsupport_zynq",
"log",
2019-08-05 20:44:15 +08:00
]
2019-05-05 20:56:23 +08:00
[[package]]
name = "vcell"
2021-02-04 05:41:32 +08:00
version = "0.1.3"
2019-05-05 20:56:23 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-04 05:41:32 +08:00
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
2019-05-05 20:56:23 +08:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2019-05-05 20:56:23 +08:00
[[package]]
name = "volatile-register"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"
2019-05-05 20:56:23 +08:00
dependencies = [
"vcell",
2019-05-05 20:56:23 +08:00
]