You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
1.9 KiB
Plaintext

3 years ago
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cortex-a"
version = "7.4.0"
3 years ago
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f75db6964ed6748e88ff46f9aa209249a0aefe6b06d4b9e9ab820c867586d51a"
3 years ago
dependencies = [
"tock-registers",
3 years ago
]
[[package]]
name = "mingo"
version = "0.16.0"
3 years ago
dependencies = [
"cortex-a",
"qemu-exit",
"test-macros",
"test-types",
"tock-registers",
3 years ago
]
[[package]]
name = "proc-macro2"
version = "1.0.43"
3 years ago
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
3 years ago
dependencies = [
"unicode-ident",
3 years ago
]
[[package]]
name = "qemu-exit"
version = "3.0.1"
3 years ago
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff023245bfcc73fb890e1f8d5383825b3131cc920020a5c487d6f113dfc428a"
3 years ago
[[package]]
name = "quote"
version = "1.0.21"
3 years ago
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
3 years ago
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "1.0.99"
3 years ago
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
3 years ago
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
3 years ago
]
[[package]]
name = "test-macros"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn",
"test-types",
]
[[package]]
name = "test-types"
version = "0.1.0"
[[package]]
name = "tock-registers"
version = "0.7.0"
3 years ago
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee8fba06c1f4d0b396ef61a54530bb6b28f0dc61c38bc8bc5a5a48161e6282e"
3 years ago
[[package]]
name = "unicode-ident"
version = "1.0.3"
3 years ago
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"