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-06-27 08:38:04 +00:00
|
|
|
version = "7.4.0"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-27 08:38:04 +00:00
|
|
|
checksum = "f75db6964ed6748e88ff46f9aa209249a0aefe6b06d4b9e9ab820c867586d51a"
|
2019-12-30 23:04:13 +00:00
|
|
|
dependencies = [
|
2021-07-06 20:57:44 +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.12.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-06 20:57:44 +00:00
|
|
|
"tock-registers",
|
2019-12-30 23:04:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-08-07 22:05:25 +00:00
|
|
|
version = "1.0.43"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 22:05:25 +00:00
|
|
|
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
|
2019-12-30 23:04:13 +00:00
|
|
|
dependencies = [
|
2022-05-23 21:25:00 +00:00
|
|
|
"unicode-ident",
|
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-08-07 22:05:25 +00:00
|
|
|
version = "1.0.21"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 22:05:25 +00:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
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-08-07 22:05:25 +00:00
|
|
|
version = "1.0.99"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 22:05:25 +00:00
|
|
|
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
|
2019-12-30 23:04:13 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-23 21:25:00 +00:00
|
|
|
"unicode-ident",
|
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-06 20:57:44 +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-06 20:57:44 +00:00
|
|
|
checksum = "4ee8fba06c1f4d0b396ef61a54530bb6b28f0dc61c38bc8bc5a5a48161e6282e"
|
2019-12-30 23:04:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-05-23 21:25:00 +00:00
|
|
|
name = "unicode-ident"
|
2022-08-07 22:05:25 +00:00
|
|
|
version = "1.0.3"
|
2019-12-30 23:04:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 22:05:25 +00:00
|
|
|
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|