vap/Cargo.lock

79 lines
2 KiB
Text
Raw Normal View History

2023-03-08 13:18:38 -08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-03-09 02:28:59 -08:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-03-08 13:18:38 -08:00
[[package]]
name = "compiler_builtins"
version = "0.1.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2fbf11d629e314a85bc4d7348ee388d98ad0e8eb53182f3e5a17bc63613acd2"
[[package]]
name = "ieee1275"
version = "0.1.0"
2023-03-09 02:28:59 -08:00
source = "git+https://github.com/floppydiskette/ieee1275-rs#d4b3975de9bfc5e2e1072b3e7cfc190bb63a9fd8"
2023-03-08 13:18:38 -08:00
dependencies = [
"compiler_builtins",
]
[[package]]
2023-03-09 02:28:59 -08:00
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
"spin 0.5.2",
]
[[package]]
name = "libcbt"
version = "0.0.2"
source = "git+https://gitlab.com/realmicrosoft/libcbt#76aec7cc869b91a14f56c7ba99a5c88f44760baf"
[[package]]
name = "lock_api"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dccf47db1b41fa1573ed27ccf5e08e3ca771cb994f776668c5ebda893b248fc"
dependencies = [
"lock_api",
]
[[package]]
name = "vap"
2023-03-08 13:18:38 -08:00
version = "0.1.0"
dependencies = [
"ieee1275",
2023-03-09 02:28:59 -08:00
"lazy_static",
"libcbt",
"spin 0.9.5",
2023-03-08 13:18:38 -08:00
]