rust-raspberrypi-OS-tutorials/13_exceptions_part2_peripheral_IRQs/Cargo.lock

85 lines
1.9 KiB
Plaintext
Raw Normal View History

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]]
2022-11-06 21:02:03 +00:00
name = "aarch64-cpu"
version = "9.0.0"
2019-12-30 23:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-06 21:02:03 +00:00
checksum = "3aceb88e55ba626a5479279268d009a92d9d00eacce0de1b8c236c7ad31b7225"
2019-12-30 23:04:13 +00:00
dependencies = [
"tock-registers",
2019-12-30 23:04:13 +00:00
]
[[package]]
2021-04-04 20:30:40 +00:00
name = "mingo"
version = "0.13.0"
2019-12-30 23:04:13 +00:00
dependencies = [
2022-11-06 21:02:03 +00:00
"aarch64-cpu",
2020-09-29 20:11:39 +00:00
"qemu-exit",
"test-macros",
"test-types",
"tock-registers",
2019-12-30 23:04:13 +00:00
]
[[package]]
name = "proc-macro2"
2022-10-26 19:48:14 +00:00
version = "1.0.47"
2019-12-30 23:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 19:48:14 +00:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
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-10-26 19:48:14 +00:00
version = "1.0.103"
2019-12-30 23:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 19:48:14 +00:00
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
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"
2022-09-26 21:15:07 +00:00
version = "0.8.1"
2019-12-30 23:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 21:15:07 +00:00
checksum = "696941a0aee7e276a165a978b37918fd5d22c55c3d6bda197813070ca9c0f21c"
2019-12-30 23:04:13 +00:00
[[package]]
2022-05-23 21:25:00 +00:00
name = "unicode-ident"
2022-10-26 19:48:14 +00:00
version = "1.0.5"
2019-12-30 23:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 19:48:14 +00:00
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"