rust-raspberrypi-OS-tutorials/18_backtrace/Cargo.lock

97 lines
2.1 KiB
Plaintext
Raw Normal View History

2022-05-02 21:24:29 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
2022-11-06 21:02:03 +00:00
name = "aarch64-cpu"
version = "9.0.0"
2022-05-02 21:24:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-06 21:02:03 +00:00
checksum = "3aceb88e55ba626a5479279268d009a92d9d00eacce0de1b8c236c7ad31b7225"
2022-05-02 21:24:29 +00:00
dependencies = [
"tock-registers",
]
[[package]]
name = "debug-symbol-types"
version = "0.1.0"
[[package]]
name = "kernel_symbols"
version = "0.1.0"
dependencies = [
"debug-symbol-types",
]
[[package]]
name = "mingo"
version = "0.18.0"
dependencies = [
2022-11-06 21:02:03 +00:00
"aarch64-cpu",
2022-05-02 21:24:29 +00:00
"debug-symbol-types",
"qemu-exit",
"test-macros",
"test-types",
"tock-registers",
]
[[package]]
name = "proc-macro2"
2022-10-26 19:48:14 +00:00
version = "1.0.47"
2022-05-02 21:24:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 19:48:14 +00:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
2022-05-02 21:24:29 +00:00
dependencies = [
2022-05-23 21:25:00 +00:00
"unicode-ident",
2022-05-02 21:24:29 +00:00
]
[[package]]
name = "qemu-exit"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff023245bfcc73fb890e1f8d5383825b3131cc920020a5c487d6f113dfc428a"
[[package]]
name = "quote"
2022-08-07 22:05:25 +00:00
version = "1.0.21"
2022-05-02 21:24:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 22:05:25 +00:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2022-05-02 21:24:29 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
2022-10-26 19:48:14 +00:00
version = "1.0.103"
2022-05-02 21:24:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 19:48:14 +00:00
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
2022-05-02 21:24:29 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-05-23 21:25:00 +00:00
"unicode-ident",
2022-05-02 21:24:29 +00:00
]
[[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"
2022-09-26 21:15:07 +00:00
version = "0.8.1"
2022-05-02 21:24:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 21:15:07 +00:00
checksum = "696941a0aee7e276a165a978b37918fd5d22c55c3d6bda197813070ca9c0f21c"
2022-05-02 21:24:29 +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"
2022-05-02 21:24:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 19:48:14 +00:00
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"