2019-12-30 23:04:13 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-07 20:06:48 +00:00
|
|
|
version = 3
|
|
|
|
|
2019-12-30 23:04:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cortex-a"
|
2022-04-10 10:26:12 +00:00
|
|
|
version = "7.2.0"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-10 10:26:12 +00:00
|
|
|
checksum = "27bd91f65ccd348bb2d043d98c5b34af141ecef7f102147f59bf5898f6e734ad"
|
2019-12-30 23:04:13 +00:00
|
|
|
dependencies = [
|
2021-07-05 22:07:55 +00:00
|
|
|
"tock-registers",
|
2019-12-30 23:04:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-04 20:30:40 +00:00
|
|
|
name = "mingo"
|
|
|
|
version = "0.14.0"
|
2019-12-30 23:04:13 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"cortex-a",
|
|
|
|
"qemu-exit",
|
|
|
|
"test-macros",
|
|
|
|
"test-types",
|
2021-07-05 22:07:55 +00:00
|
|
|
"tock-registers",
|
2019-12-30 23:04:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-04-10 10:26:12 +00:00
|
|
|
version = "1.0.37"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-10 10:26:12 +00:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2019-12-30 23:04:13 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"unicode-xid",
|
2019-12-30 23:04:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "qemu-exit"
|
2022-01-15 21:23:01 +00:00
|
|
|
version = "3.0.1"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 21:23:01 +00:00
|
|
|
checksum = "9ff023245bfcc73fb890e1f8d5383825b3131cc920020a5c487d6f113dfc428a"
|
2019-12-30 23:04:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-04-19 20:44:01 +00:00
|
|
|
version = "1.0.18"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-19 20:44:01 +00:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2019-12-30 23:04:13 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"proc-macro2",
|
2019-12-30 23:04:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-04-10 10:26:12 +00:00
|
|
|
version = "1.0.91"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-10 10:26:12 +00:00
|
|
|
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
|
2019-12-30 23:04:13 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-12-30 23:04:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"test-types",
|
2019-12-30 23:04:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tock-registers"
|
2021-07-05 22:07:55 +00:00
|
|
|
version = "0.7.0"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-05 22:07:55 +00:00
|
|
|
checksum = "4ee8fba06c1f4d0b396ef61a54530bb6b28f0dc61c38bc8bc5a5a48161e6282e"
|
2019-12-30 23:04:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-07-12 20:40:48 +00:00
|
|
|
version = "0.2.2"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-12 20:40:48 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|