56 lines
1.5 KiB
TOML
56 lines
1.5 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "compiler_builtins"
|
|
version = "0.1.139"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7925a77545f37a18e152a4aeaeb9a220309022067cafcfa2ecebe9ec55d36ccb"
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.28.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"rustc-std-workspace-alloc",
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.162"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
|
|
|
|
[[package]]
|
|
name = "rustc-std-workspace-alloc"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9d441c3b2ebf55cebf796bfdc265d67fa09db17b7bb6bd4be75c509e1e8fec3"
|
|
|
|
[[package]]
|
|
name = "rustc-std-workspace-core"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa9c45b374136f52f2d6311062c7146bff20fec063c3f5d46a410bd937746955"
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.9.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
[[package]]
|
|
name = "unwinding"
|
|
version = "0.2.1"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"gimli",
|
|
"libc",
|
|
"rustc-std-workspace-core",
|
|
"spin",
|
|
]
|