261 lines
4.8 KiB
TOML
261 lines
4.8 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "bitfield-struct"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de05f8756f1c68937349406d4632ae96ae35901019b5e59c508d9c38c64715fb"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitfield-struct"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8769c4854c5ada2852ddf6fd09d15cf43d4c2aaeccb4de6432f5402f08a6003b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "denali"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bitfield-struct 0.8.0",
|
|
"mammoth",
|
|
"pci",
|
|
"yellowstone-yunq",
|
|
"yunq",
|
|
"yunqc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "denali_client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"mammoth",
|
|
"yunq",
|
|
"yunqc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ext2"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"denali_client",
|
|
"mammoth",
|
|
"yellowstone-yunq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked_list_allocator"
|
|
version = "0.10.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9afa463f5405ee81cdb9cc2baf37e08ec7e4c8209442b5d72c04cfb2cd6e6286"
|
|
dependencies = [
|
|
"spinning_top",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mammoth"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"linked_list_allocator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pci"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bitfield-struct 0.8.0",
|
|
"mammoth",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prettyplease"
|
|
version = "0.2.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.103"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
[[package]]
|
|
name = "spinning_top"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b9eb1a2f4c41445a3a0ff9abc5221c5fcd28e1f13cd7c0397706f9ac938ddb0"
|
|
dependencies = [
|
|
"lock_api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "2.0.111"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "testbed"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"mammoth",
|
|
"yellowstone-yunq",
|
|
"yunq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "teton"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"mammoth",
|
|
"victoriafalls",
|
|
"voyageurs_client",
|
|
"yellowstone-yunq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
|
|
[[package]]
|
|
name = "victoriafalls"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"denali_client",
|
|
"ext2",
|
|
"mammoth",
|
|
"yellowstone-yunq",
|
|
"yunq",
|
|
"yunqc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "voyageurs"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bitfield-struct 0.12.1",
|
|
"mammoth",
|
|
"pci",
|
|
"yellowstone-yunq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "voyageurs_client"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"mammoth",
|
|
"yellowstone-yunq",
|
|
"yunq",
|
|
"yunqc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yellowstone"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"denali_client",
|
|
"mammoth",
|
|
"victoriafalls",
|
|
"yellowstone-yunq",
|
|
"yunq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yellowstone-yunq"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"mammoth",
|
|
"yunq",
|
|
"yunqc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yunq"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"mammoth",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yunq-test"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"mammoth",
|
|
"yunq",
|
|
"yunqc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yunqc"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"convert_case",
|
|
"prettyplease",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|