2020-04-06 21:17:09 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-a"
|
2021-01-01 11:04:01 +00:00
|
|
|
version = "5.1.1"
|
2020-04-06 21:17:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-01 11:04:01 +00:00
|
|
|
checksum = "7c9b7504606c9e83a6b35e6f99db890084baf13fbbed67603fcc2a62b2cfe62b"
|
2020-04-06 21:17:09 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"register",
|
2020-04-06 21:17:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"cortex-a",
|
|
|
|
"qemu-exit",
|
|
|
|
"register",
|
|
|
|
"test-macros",
|
|
|
|
"test-types",
|
2020-04-06 21:17:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-10-28 10:27:43 +00:00
|
|
|
version = "1.0.24"
|
2020-04-06 21:17:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-28 10:27:43 +00:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2020-04-06 21:17:09 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"unicode-xid",
|
2020-04-06 21:17:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "qemu-exit"
|
2021-01-01 11:04:01 +00:00
|
|
|
version = "1.0.2"
|
2020-04-06 21:17:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-01 11:04:01 +00:00
|
|
|
checksum = "702abe3c3255be20a4d67bda326c4117081a49a57afaf752de4845091bc6b476"
|
2020-04-06 21:17:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-12-23 21:41:10 +00:00
|
|
|
version = "1.0.8"
|
2020-04-06 21:17:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-23 21:41:10 +00:00
|
|
|
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
|
2020-04-06 21:17:09 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"proc-macro2",
|
2020-04-06 21:17:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "register"
|
2021-01-01 11:04:01 +00:00
|
|
|
version = "1.0.2"
|
2020-04-06 21:17:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-01 11:04:01 +00:00
|
|
|
checksum = "f4a247de29ab7cc8f5006cfe775c4a81c704f9914c5e2a79696862e643135433"
|
2020-04-06 21:17:09 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"tock-registers",
|
2020-04-06 21:17:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-12-28 14:23:36 +00:00
|
|
|
version = "1.0.56"
|
2020-04-06 21:17:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-28 14:23:36 +00:00
|
|
|
checksum = "a9802ddde94170d186eeee5005b798d9c159fa970403f1be19976d0cfb939b72"
|
2020-04-06 21:17:09 +00:00
|
|
|
dependencies = [
|
2020-09-29 20:11:39 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-04-06 21:17:09 +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",
|
2020-04-06 21:17:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tock-registers"
|
2020-11-23 21:34:20 +00:00
|
|
|
version = "0.6.0"
|
2020-04-06 21:17:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 21:34:20 +00:00
|
|
|
checksum = "f521a79accce68c417c9c77ce22108056b626126da1932f7e2e9b5bbffee0cea"
|
2020-04-06 21:17:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-06-28 11:36:34 +00:00
|
|
|
version = "0.2.1"
|
2020-04-06 21:17:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-29 20:11:39 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|