8750 lines
158 KiB
TOML
8750 lines
158 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "aarch64defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"open_enum",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aarch64emu"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"futures",
|
|
"getrandom",
|
|
"inspect",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "acpi"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"acpi_spec",
|
|
"memory_range",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "acpi_spec"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"open_enum",
|
|
"static_assertions",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
dependencies = [
|
|
"gimli",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anes"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
[[package]]
|
|
name = "anstream"
|
|
version = "0.6.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
|
|
dependencies = [
|
|
"anstyle",
|
|
"anstyle-parse",
|
|
"anstyle-query",
|
|
"anstyle-wincon",
|
|
"colorchoice",
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
|
|
|
[[package]]
|
|
name = "anstyle-parse"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
|
dependencies = [
|
|
"utf8parse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-query"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
|
dependencies = [
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anstyle-wincon"
|
|
version = "3.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
|
dependencies = [
|
|
"anstyle",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
|
|
|
[[package]]
|
|
name = "arbitrary"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
|
dependencies = [
|
|
"derive_arbitrary",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arc_cyclic_builder"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
[[package]]
|
|
name = "async-channel"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"event-listener-strategy",
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-task"
|
|
version = "4.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.77"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic-waker"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
[[package]]
|
|
name = "awaitgroup"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a872ceb3db05a391fbe7cf8eba07a1239b2d946eee66f9e942be9bff06206302"
|
|
|
|
[[package]]
|
|
name = "azure_profiler_proto"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh",
|
|
"mesh_build",
|
|
"mesh_rpc",
|
|
"prost",
|
|
"prost-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.3.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
|
dependencies = [
|
|
"addr2line",
|
|
"cc",
|
|
"cfg-if",
|
|
"libc",
|
|
"miniz_oxide",
|
|
"object",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.21.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
[[package]]
|
|
name = "base64-serde"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba368df5de76a5bea49aaf0cf1b39ccfbbef176924d1ba5db3e4135216cbe3c7"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "1.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit_field"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
|
[[package]]
|
|
name = "bitfield-struct"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c2ce686adbebce0ee484a502c440b4657739adbad65eadf06d64f5816ee9765"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "2.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
|
|
|
[[package]]
|
|
name = "bitvec"
|
|
version = "1.1.0"
|
|
source = "git+https://github.com/smalis-msft/bitvec?branch=set-aliased-previous-val#d0aea0cf9e71323f41f1732634edb3aff2bf70f2"
|
|
dependencies = [
|
|
"funty",
|
|
"radium",
|
|
"tap",
|
|
"wyz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blocking"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-task",
|
|
"futures-io",
|
|
"futures-lite",
|
|
"piper",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bootloader_fdt_parser"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fdt",
|
|
"fs-err",
|
|
"igvm_defs",
|
|
"inspect",
|
|
"loader_defs",
|
|
"memory_range",
|
|
"vm_topology",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
|
|
dependencies = [
|
|
"memchr",
|
|
"regex-automata 0.4.3",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "build_info"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"vergen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "build_rs_guest_arch"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
[[package]]
|
|
name = "byteorder_slice"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b294e30387378958e8bf8f4242131b930ea615ff81e8cac2440cea0a6013190"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
|
|
|
[[package]]
|
|
name = "cache_topology"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"fs-err",
|
|
"thiserror",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "caps"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b"
|
|
dependencies = [
|
|
"libc",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_toml"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "802b755090e39835a4b0440fb0bbee0df7495a8b337f63db21e616f7821c7e8c"
|
|
dependencies = [
|
|
"serde",
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cast"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
dependencies = [
|
|
"jobserver",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "chipset"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"chipset_device",
|
|
"chipset_device_resources",
|
|
"chipset_resources",
|
|
"futures",
|
|
"input_core",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"local_clock",
|
|
"mesh",
|
|
"open_enum",
|
|
"pal_async",
|
|
"power_resources",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"time",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"x86defs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chipset_arc_mutex_device"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arc_cyclic_builder",
|
|
"chipset_device",
|
|
"closeable_mutex",
|
|
"parking_lot",
|
|
"range_map_vec",
|
|
"thiserror",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chipset_device"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chipset_device_fuzz"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"chipset_arc_mutex_device",
|
|
"chipset_device",
|
|
"closeable_mutex",
|
|
"futures",
|
|
"parking_lot",
|
|
"range_map_vec",
|
|
"tracing",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chipset_device_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"chipset_device",
|
|
"guestmem",
|
|
"inspect",
|
|
"vm_resource",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chipset_legacy"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"chipset",
|
|
"chipset_device",
|
|
"floppy",
|
|
"floppy_pcat_stub",
|
|
"guestmem",
|
|
"inspect",
|
|
"local_clock",
|
|
"memory_range",
|
|
"mesh",
|
|
"open_enum",
|
|
"pal_async",
|
|
"pci_bus",
|
|
"pci_core",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chipset_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"inspect",
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ci_logger"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"env_logger",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ciborium"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
|
|
dependencies = [
|
|
"ciborium-io",
|
|
"ciborium-ll",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ciborium-io"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
|
|
|
|
[[package]]
|
|
name = "ciborium-ll"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
|
|
dependencies = [
|
|
"ciborium-io",
|
|
"half",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "4.4.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
|
|
dependencies = [
|
|
"clap_builder",
|
|
"clap_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_builder"
|
|
version = "4.4.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
|
|
dependencies = [
|
|
"anstream",
|
|
"anstyle",
|
|
"clap_lex",
|
|
"strsim",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_derive"
|
|
version = "4.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_dyn_complete"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"clap",
|
|
"futures",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap_lex"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
|
|
|
[[package]]
|
|
name = "clipboard-win"
|
|
version = "5.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c57002a5d9be777c1ef967e33674dac9ebd310d8893e4e3437b14d5f0f6372cc"
|
|
dependencies = [
|
|
"error-code",
|
|
]
|
|
|
|
[[package]]
|
|
name = "closeable_mutex"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"parking_lot",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cobs"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
|
|
|
|
[[package]]
|
|
name = "color_quant"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
[[package]]
|
|
name = "colorchoice"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
[[package]]
|
|
name = "concurrent-queue"
|
|
version = "2.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "consomme"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"getrandom",
|
|
"inspect",
|
|
"libc",
|
|
"mesh",
|
|
"pal_async",
|
|
"resolv-conf",
|
|
"smoltcp",
|
|
"socket2",
|
|
"thiserror",
|
|
"tracing",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-oid"
|
|
version = "0.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
|
|
|
[[package]]
|
|
name = "cpufeatures"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc"
|
|
version = "3.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
|
|
dependencies = [
|
|
"crc-catalog",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc-catalog"
|
|
version = "2.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "criterion"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
|
dependencies = [
|
|
"anes",
|
|
"cast",
|
|
"ciborium",
|
|
"clap",
|
|
"criterion-plot",
|
|
"futures",
|
|
"is-terminal",
|
|
"itertools",
|
|
"num-traits",
|
|
"once_cell",
|
|
"oorandom",
|
|
"rayon",
|
|
"regex",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"tinytemplate",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "criterion-plot"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
|
dependencies = [
|
|
"cast",
|
|
"itertools",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
dependencies = [
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
dependencies = [
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
|
|
|
[[package]]
|
|
name = "crossterm"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
|
dependencies = [
|
|
"bitflags 2.4.2",
|
|
"crossterm_winapi",
|
|
"libc",
|
|
"mio",
|
|
"parking_lot",
|
|
"signal-hook",
|
|
"signal-hook-mio",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossterm_winapi"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-common"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
dependencies = [
|
|
"generic-array",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctrlc"
|
|
version = "3.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b"
|
|
dependencies = [
|
|
"nix 0.27.1",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cvm_tracing"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "debug_ptr"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "debug_worker"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"debug_worker_defs",
|
|
"futures",
|
|
"gdbstub",
|
|
"inspect",
|
|
"mesh",
|
|
"mesh_worker",
|
|
"pal_async",
|
|
"socket2",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmm_core_defs",
|
|
"vmsocket",
|
|
]
|
|
|
|
[[package]]
|
|
name = "debug_worker_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"mesh_worker",
|
|
"vmm_core_defs",
|
|
"vmsocket",
|
|
]
|
|
|
|
[[package]]
|
|
name = "der"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
|
dependencies = [
|
|
"const-oid",
|
|
"der_derive",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "der_derive"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fe87ce4529967e0ba1dcf8450bab64d97dfd5010a6256187ffe2e43e6f0e049"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deranged"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
dependencies = [
|
|
"powerfmt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive-into-owned"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c9d94d81e3819a7b06a8638f448bc6339371ca9b6076a99d4a43eece3c4c923"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_arbitrary"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "device_emulators"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "diag_client"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"diag_proto",
|
|
"fs-err",
|
|
"futures",
|
|
"guid",
|
|
"inspect",
|
|
"inspect_proto",
|
|
"mesh",
|
|
"mesh_rpc",
|
|
"pal_async",
|
|
"socket2",
|
|
"thiserror",
|
|
"unix_socket",
|
|
"vmsocket",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diag_proto"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh",
|
|
"mesh_build",
|
|
"mesh_rpc",
|
|
"prost",
|
|
"prost-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diag_server"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"azure_profiler_proto",
|
|
"build_rs_guest_arch",
|
|
"diag_proto",
|
|
"fs-err",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"hvdef",
|
|
"inspect",
|
|
"inspect_proto",
|
|
"libc",
|
|
"mesh",
|
|
"mesh_rpc",
|
|
"net_packet_capture",
|
|
"pal",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"profiler_worker",
|
|
"safe_x86_intrinsics",
|
|
"socket2",
|
|
"tracing",
|
|
"underhill_confidentiality",
|
|
"unix_socket",
|
|
"vmsocket",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diff"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.10.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
dependencies = [
|
|
"block-buffer",
|
|
"crypto-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs"
|
|
version = "5.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
dependencies = [
|
|
"dirs-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
dependencies = [
|
|
"libc",
|
|
"option-ext",
|
|
"redox_users",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_backend"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"guestmem",
|
|
"inspect",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
"thiserror",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_backend_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_blob"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"blocking",
|
|
"disk_backend",
|
|
"disk_backend_resources",
|
|
"guestmem",
|
|
"http",
|
|
"http-body-util",
|
|
"hyper",
|
|
"hyper-tls",
|
|
"hyper-util",
|
|
"inspect",
|
|
"once_cell",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
"thiserror",
|
|
"tokio",
|
|
"vhd1_defs",
|
|
"vm_resource",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_blockdevice"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"blocking",
|
|
"disk_backend",
|
|
"event-listener",
|
|
"fs-err",
|
|
"futures",
|
|
"guestmem",
|
|
"hvdef",
|
|
"inspect",
|
|
"io-uring",
|
|
"libc",
|
|
"mesh",
|
|
"nix 0.26.4",
|
|
"nvme_common",
|
|
"nvme_spec",
|
|
"once_cell",
|
|
"open_enum",
|
|
"pal",
|
|
"pal_async",
|
|
"pal_uring",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
"tempfile",
|
|
"thiserror",
|
|
"tracing",
|
|
"uevent",
|
|
"vm_resource",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_file"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"blocking",
|
|
"disk_backend",
|
|
"disk_backend_resources",
|
|
"guestmem",
|
|
"inspect",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_nvme"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"disk_backend",
|
|
"inspect",
|
|
"nvme_common",
|
|
"nvme_driver",
|
|
"nvme_spec",
|
|
"pal",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_prwrap"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"disk_backend",
|
|
"disk_backend_resources",
|
|
"inspect",
|
|
"parking_lot",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
"tracing",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_ramdisk"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"disk_backend",
|
|
"disk_backend_resources",
|
|
"event-listener",
|
|
"guestmem",
|
|
"inspect",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
"thiserror",
|
|
"tracing",
|
|
"vm_resource",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_striped"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"disk_backend",
|
|
"disk_backend_resources",
|
|
"disk_ramdisk",
|
|
"futures",
|
|
"guestmem",
|
|
"hvdef",
|
|
"inspect",
|
|
"pal_async",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_vhd1"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"disk_backend",
|
|
"disk_backend_resources",
|
|
"disk_file",
|
|
"guestmem",
|
|
"guid",
|
|
"inspect",
|
|
"pal_async",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
"tempfile",
|
|
"thiserror",
|
|
"vhd1_defs",
|
|
"vm_resource",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "disk_vhdmp"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"disk_backend",
|
|
"disk_file",
|
|
"disk_vhd1",
|
|
"futures",
|
|
"guid",
|
|
"inspect",
|
|
"mesh",
|
|
"scsi_buffers",
|
|
"stackfuture",
|
|
"tempfile",
|
|
"thiserror",
|
|
"vm_resource",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
|
[[package]]
|
|
name = "elfcore"
|
|
version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "051a3f44a8f1d574d13116351c3f2bc466801495d52578d1d34ac4ddbcd6ecb4"
|
|
dependencies = [
|
|
"libc",
|
|
"nix 0.26.4",
|
|
"smallvec",
|
|
"thiserror",
|
|
"tracing",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "embed-resource"
|
|
version = "2.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d"
|
|
dependencies = [
|
|
"cc",
|
|
"memchr",
|
|
"rustc_version",
|
|
"toml",
|
|
"vswhom",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "embedded-io"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding_rs_io"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
|
|
dependencies = [
|
|
"encoding_rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "endian-type"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
[[package]]
|
|
name = "enumflags2"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"
|
|
dependencies = [
|
|
"enumflags2_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumflags2_derive"
|
|
version = "0.7.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
|
dependencies = [
|
|
"humantime",
|
|
"is-terminal",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "equivalent"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "error-code"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "281e452d3bad4005426416cdba5ccfd4f5c1280e10099e21db27f7c1c28347fc"
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "5.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"parking",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener-strategy"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
|
dependencies = [
|
|
"event-listener",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fast_select"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"pal_async",
|
|
"parking_lot",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|
|
|
[[package]]
|
|
name = "fatfs"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05669f8e7e2d7badc545c513710f0eba09c2fbef683eb859fd79c46c355048e0"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"byteorder",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fd-lock"
|
|
version = "4.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"rustix",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fdeflate"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
|
|
dependencies = [
|
|
"simd-adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fdt"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "filepath"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7faa16fcec147281a1719947edb44af4f9124964bf7476bd5f5356a48e44dcc"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "firmware_pcat"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"chipset_device",
|
|
"generation_id",
|
|
"getrandom",
|
|
"guestmem",
|
|
"guid",
|
|
"inspect",
|
|
"memory_range",
|
|
"mesh",
|
|
"open_enum",
|
|
"static_assertions",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_topology",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "firmware_uefi"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"chipset_device",
|
|
"der",
|
|
"firmware_uefi_custom_vars",
|
|
"generation_id",
|
|
"getrandom",
|
|
"guestmem",
|
|
"guid",
|
|
"inspect",
|
|
"local_clock",
|
|
"mesh",
|
|
"open_enum",
|
|
"openssl",
|
|
"pal_async",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"time",
|
|
"tracelimit",
|
|
"tracing",
|
|
"ucs2 0.0.0",
|
|
"uefi_nvram_specvars",
|
|
"uefi_nvram_storage",
|
|
"uefi_specs",
|
|
"vmcore",
|
|
"watchdog_core",
|
|
"wchar",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "firmware_uefi_custom_vars"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"mesh_protobuf",
|
|
"thiserror",
|
|
"uefi_specs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.0.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "floppy"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitfield-struct",
|
|
"chipset_device",
|
|
"disk_backend",
|
|
"guestmem",
|
|
"inspect",
|
|
"mesh",
|
|
"open_enum",
|
|
"scsi_buffers",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "floppy_pcat_stub"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"bitfield-struct",
|
|
"chipset_device",
|
|
"inspect",
|
|
"mesh",
|
|
"open_enum",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "floppy_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flowey"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"flowey_core",
|
|
"fs-err",
|
|
"log",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flowey_cli"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"ci_logger",
|
|
"clap",
|
|
"flowey_core",
|
|
"fs-err",
|
|
"log",
|
|
"parking_lot",
|
|
"petgraph",
|
|
"schema_ado_yaml",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"toml_edit",
|
|
"xshell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flowey_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fs-err",
|
|
"linkme",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flowey_hvlite"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"flowey",
|
|
"flowey_cli",
|
|
"flowey_lib_common",
|
|
"flowey_lib_hvlite",
|
|
"log",
|
|
"serde",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flowey_lib_common"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"dirs",
|
|
"flowey",
|
|
"fs-err",
|
|
"home",
|
|
"log",
|
|
"rlimit",
|
|
"rustc-hash",
|
|
"serde",
|
|
"target-lexicon",
|
|
"toml_edit",
|
|
"which 6.0.0",
|
|
"xshell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flowey_lib_hvlite"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"flowey",
|
|
"flowey_lib_common",
|
|
"fs-err",
|
|
"igvmfilegen_config",
|
|
"log",
|
|
"serde",
|
|
"serde_json",
|
|
"target-lexicon",
|
|
"vmm_test_images",
|
|
"which 6.0.0",
|
|
"xshell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flowey_trampoline"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "foreign-types"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
dependencies = [
|
|
"foreign-types-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types-shared"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
[[package]]
|
|
name = "framebuffer"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"chipset_device",
|
|
"guestmem",
|
|
"inspect",
|
|
"memory_range",
|
|
"mesh",
|
|
"parking_lot",
|
|
"sparse_mmap",
|
|
"tracing",
|
|
"video_core",
|
|
"vm_resource",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs-err"
|
|
version = "2.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fscommon"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "315ce685aca5ddcc5a3e7e436ef47d4a5d0064462849b6f0f628c28140103531"
|
|
dependencies = [
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "funty"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
[[package]]
|
|
name = "fuse"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"libc",
|
|
"lx",
|
|
"parking_lot",
|
|
"tempfile",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracing",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-concurrency"
|
|
version = "7.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef6712e11cdeed5c8cf21ea0b90fec40fbe64afc9bbf2339356197eeca829fc3"
|
|
dependencies = [
|
|
"bitvec",
|
|
"futures-core",
|
|
"pin-project",
|
|
"slab",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
|
|
|
[[package]]
|
|
name = "futures-lite"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_chipset"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"chipset",
|
|
"chipset_device_fuzz",
|
|
"chipset_resources",
|
|
"libfuzzer-sys",
|
|
"local_clock",
|
|
"mesh",
|
|
"pal_async",
|
|
"vmcore",
|
|
"xtask_fuzz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_firmware_uefi"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"firmware_uefi",
|
|
"guid",
|
|
"libfuzzer-sys",
|
|
"openssl",
|
|
"ucs2 0.0.0",
|
|
"uefi_nvram_specvars",
|
|
"xtask_fuzz",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_guestmem"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"guestmem",
|
|
"libfuzzer-sys",
|
|
"smallvec",
|
|
"sparse_mmap",
|
|
"xtask_fuzz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_ide"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"chipset_arc_mutex_device",
|
|
"chipset_device",
|
|
"chipset_device_fuzz",
|
|
"disk_ramdisk",
|
|
"guestmem",
|
|
"ide",
|
|
"libfuzzer-sys",
|
|
"pci_core",
|
|
"scsidisk",
|
|
"vmcore",
|
|
"xtask_fuzz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_inspect"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"futures",
|
|
"inspect",
|
|
"libfuzzer-sys",
|
|
"xtask_fuzz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_mesh_ttrpc"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"libfuzzer-sys",
|
|
"mesh",
|
|
"mesh_build",
|
|
"mesh_rpc",
|
|
"pal_async",
|
|
"prost",
|
|
"prost-build",
|
|
"tempfile",
|
|
"unix_socket",
|
|
"xtask_fuzz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_scsi_buffers"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"guestmem",
|
|
"libfuzzer-sys",
|
|
"scsi_buffers",
|
|
"xtask_fuzz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_sparse_mmap"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"libfuzzer-sys",
|
|
"sparse_mmap",
|
|
"xtask_fuzz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_ucs2"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"libfuzzer-sys",
|
|
"ucs2 0.0.0",
|
|
"xtask_fuzz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuzz_x86emu"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"futures",
|
|
"libfuzzer-sys",
|
|
"x86defs",
|
|
"x86emu",
|
|
"xtask_fuzz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdbstub"
|
|
version = "0.6.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4e02bf1b1a624d96925c608f1b268d82a76cbc587ce9e59f7c755e9ea11c75c"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"cfg-if",
|
|
"log",
|
|
"managed",
|
|
"num-traits",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdma"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"chipset_device",
|
|
"device_emulators",
|
|
"futures",
|
|
"gdma_defs",
|
|
"gdma_resources",
|
|
"guestmem",
|
|
"inspect",
|
|
"net_backend",
|
|
"net_backend_resources",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"pci_resources",
|
|
"slab",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdma_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"guestmem",
|
|
"inspect",
|
|
"open_enum",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdma_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"net_backend_resources",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generation_id"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"getrandom",
|
|
"guestmem",
|
|
"inspect",
|
|
"mesh",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
dependencies = [
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "get_helpers"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"get_protocol",
|
|
"guid",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "get_protocol"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"guid",
|
|
"open_enum",
|
|
"serde",
|
|
"serde_helpers",
|
|
"serde_json",
|
|
"static_assertions",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "get_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"thiserror",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.28.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
[[package]]
|
|
name = "globset"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"bstr",
|
|
"log",
|
|
"regex-automata 0.4.3",
|
|
"regex-syntax 0.8.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gptman"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b6ee4a804a77da3ec5d3738c44fbe34c0ecc7f0fdc0ab3a96d989f78a57fe74"
|
|
dependencies = [
|
|
"bincode",
|
|
"crc",
|
|
"nix 0.26.4",
|
|
"serde",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "grep-matcher"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47a3141a10a43acfedc7c98a60a834d7ba00dfe7bec9071cbfc19b55b292ac02"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "grep-regex"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f748bb135ca835da5cbc67ca0e6955f968db9c5df74ca4f56b18e1ddbc68230d"
|
|
dependencies = [
|
|
"bstr",
|
|
"grep-matcher",
|
|
"log",
|
|
"regex-automata 0.4.3",
|
|
"regex-syntax 0.8.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "grep-searcher"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba536ae4f69bec62d8839584dd3153d3028ef31bb229f04e09fb5a9e5a193c54"
|
|
dependencies = [
|
|
"bstr",
|
|
"encoding_rs",
|
|
"encoding_rs_io",
|
|
"grep-matcher",
|
|
"log",
|
|
"memchr",
|
|
"memmap2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "guest_crash_device"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"get_protocol",
|
|
"get_resources",
|
|
"guid",
|
|
"inspect",
|
|
"mesh",
|
|
"task_control",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "guest_emulation_device"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"get_protocol",
|
|
"get_resources",
|
|
"guid",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"power_resources",
|
|
"serde_json",
|
|
"task_control",
|
|
"thiserror",
|
|
"time",
|
|
"tracing",
|
|
"video_core",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_ring",
|
|
"vmcore",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "guest_emulation_log"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"get_protocol",
|
|
"get_resources",
|
|
"inspect",
|
|
"serde",
|
|
"serde_json",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_ring",
|
|
"vmcore",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "guest_emulation_transport"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"chipset_resources",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"get_protocol",
|
|
"getrandom",
|
|
"guest_emulation_device",
|
|
"guestmem",
|
|
"guid",
|
|
"hvdef",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"mesh",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"power_resources",
|
|
"serde_json",
|
|
"shared_pool_alloc",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracing",
|
|
"tracing_helpers",
|
|
"underhill_config",
|
|
"unicycle",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_ring",
|
|
"vmbus_user_channel",
|
|
"vpci",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "guest_test_uefi"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"uefi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "guest_watchdog"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"chipset_device",
|
|
"inspect",
|
|
"mesh",
|
|
"open_enum",
|
|
"tracelimit",
|
|
"vmcore",
|
|
"watchdog_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "guestmem"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"pal_event",
|
|
"sparse_mmap",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "guid"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"getrandom",
|
|
"inspect",
|
|
"mesh_protobuf",
|
|
"thiserror",
|
|
"winapi",
|
|
"windows-sys 0.52.0",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"bytes",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"http",
|
|
"indexmap",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "1.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.14.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
|
|
|
[[package]]
|
|
name = "hcl"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"build_rs_guest_arch",
|
|
"getrandom",
|
|
"hvdef",
|
|
"libc",
|
|
"memory_range",
|
|
"nix 0.26.4",
|
|
"open_enum",
|
|
"pal",
|
|
"parking_lot",
|
|
"safe_x86_intrinsics",
|
|
"sidecar_client",
|
|
"signal-hook",
|
|
"tdcall",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vtl_array",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hcl_compat_uefi_nvram_storage"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"guid",
|
|
"inspect",
|
|
"open_enum",
|
|
"pal_async",
|
|
"static_assertions",
|
|
"thiserror",
|
|
"tracing",
|
|
"ucs2 0.0.0",
|
|
"uefi_nvram_storage",
|
|
"wchar",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "home"
|
|
version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
|
dependencies = [
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "host_fdt_parser"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"fdt",
|
|
"hvdef",
|
|
"igvm_defs",
|
|
"inspect",
|
|
"memory_range",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
dependencies = [
|
|
"bytes",
|
|
"http",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body-util"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-util",
|
|
"http",
|
|
"http-body",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
[[package]]
|
|
name = "hv1_emulator"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"build_rs_guest_arch",
|
|
"guestmem",
|
|
"hvdef",
|
|
"inspect",
|
|
"parking_lot",
|
|
"tracelimit",
|
|
"tracing",
|
|
"virt",
|
|
"vm_topology",
|
|
"vmcore",
|
|
"vtl_array",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hv1_hypercall"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guestmem",
|
|
"hvdef",
|
|
"open_enum",
|
|
"sparse_mmap",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hvdef"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"open_enum",
|
|
"static_assertions",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hvlite_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"acpi",
|
|
"anyhow",
|
|
"async-trait",
|
|
"build_rs_guest_arch",
|
|
"cache_topology",
|
|
"cfg-if",
|
|
"chipset_device_resources",
|
|
"chipset_legacy",
|
|
"debug_ptr",
|
|
"disk_backend",
|
|
"fdt",
|
|
"firmware_pcat",
|
|
"firmware_uefi",
|
|
"firmware_uefi_custom_vars",
|
|
"floppy",
|
|
"floppy_resources",
|
|
"framebuffer",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"get_resources",
|
|
"getrandom",
|
|
"guestmem",
|
|
"guid",
|
|
"hcl_compat_uefi_nvram_storage",
|
|
"hvdef",
|
|
"hvlite_defs",
|
|
"hvlite_pcat_locator",
|
|
"ide",
|
|
"ide_resources",
|
|
"igvm",
|
|
"igvm_defs",
|
|
"input_core",
|
|
"inspect",
|
|
"loader",
|
|
"local_clock",
|
|
"membacking",
|
|
"memory_range",
|
|
"mesh",
|
|
"mesh_worker",
|
|
"missing_dev",
|
|
"page_table",
|
|
"pal",
|
|
"pal_async",
|
|
"pci_bus",
|
|
"pci_core",
|
|
"range_map_vec",
|
|
"scsi_core",
|
|
"scsidisk",
|
|
"serial_16550_resources",
|
|
"sparse_mmap",
|
|
"state_unit",
|
|
"storvsp",
|
|
"thiserror",
|
|
"tracing",
|
|
"tracing_helpers",
|
|
"uefi_nvram_storage",
|
|
"virt",
|
|
"virt_hvf",
|
|
"virt_kvm",
|
|
"virt_mshv",
|
|
"virt_whp",
|
|
"virtio",
|
|
"virtio_serial",
|
|
"vm_loader",
|
|
"vm_resource",
|
|
"vm_topology",
|
|
"vmbus_channel",
|
|
"vmbus_server",
|
|
"vmcore",
|
|
"vmgs",
|
|
"vmgs_broker",
|
|
"vmm_core",
|
|
"vmm_core_defs",
|
|
"vmotherboard",
|
|
"vmswitch",
|
|
"vpci",
|
|
"watchdog_core",
|
|
"watchdog_vmgs_format",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hvlite_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"build_rs_guest_arch",
|
|
"firmware_uefi_custom_vars",
|
|
"floppy_resources",
|
|
"framebuffer",
|
|
"get_resources",
|
|
"guid",
|
|
"hvlite_pcat_locator",
|
|
"ide_resources",
|
|
"input_core",
|
|
"memory_range",
|
|
"mesh",
|
|
"mesh_worker",
|
|
"net_backend_resources",
|
|
"thiserror",
|
|
"unix_socket",
|
|
"virt",
|
|
"virt_whp",
|
|
"vm_resource",
|
|
"vmbus_proxy",
|
|
"vmm_core_defs",
|
|
"vmotherboard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hvlite_entry"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"awaitgroup",
|
|
"build_rs_guest_arch",
|
|
"chipset_resources",
|
|
"clap",
|
|
"clap_dyn_complete",
|
|
"debug_worker_defs",
|
|
"diag_client",
|
|
"dirs",
|
|
"disk_backend_resources",
|
|
"firmware_uefi_custom_vars",
|
|
"floppy_resources",
|
|
"framebuffer",
|
|
"fs-err",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"gdma_resources",
|
|
"get_resources",
|
|
"getrandom",
|
|
"guid",
|
|
"hvlite_defs",
|
|
"hvlite_helpers",
|
|
"hvlite_pcat_locator",
|
|
"hvlite_ttrpc_vmservice",
|
|
"hyperv_ic_resources",
|
|
"hyperv_secure_boot_templates",
|
|
"hyperv_uefi_custom_vars_json",
|
|
"ide_resources",
|
|
"input_core",
|
|
"inspect",
|
|
"inspect_proto",
|
|
"macaddr",
|
|
"mcr_resources",
|
|
"mesh",
|
|
"mesh_process",
|
|
"mesh_rpc",
|
|
"mesh_worker",
|
|
"net_backend_resources",
|
|
"netvsp_resources",
|
|
"nvme_resources",
|
|
"openssl",
|
|
"pal",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"prost",
|
|
"rustyline",
|
|
"scsidisk_resources",
|
|
"serial_16550_resources",
|
|
"serial_socket",
|
|
"shell-words",
|
|
"sparse_mmap",
|
|
"storvsp_resources",
|
|
"term",
|
|
"thiserror",
|
|
"tpm_resources",
|
|
"tracelimit",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing_helpers",
|
|
"uidevices_resources",
|
|
"unix_socket",
|
|
"video_core",
|
|
"virt_whp",
|
|
"virtio_resources",
|
|
"vm_manifest_builder",
|
|
"vm_resource",
|
|
"vmbfs_resources",
|
|
"vmbus_core",
|
|
"vmbus_proxy",
|
|
"vmbus_serial_resources",
|
|
"vmcore",
|
|
"vmgs_format",
|
|
"vmgs_resources",
|
|
"vmm_core_defs",
|
|
"vmotherboard",
|
|
"vmswitch",
|
|
"vnc_worker_defs",
|
|
"vtl2_settings_proto",
|
|
"whp",
|
|
"win_etw_tracing",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hvlite_helpers"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"disk_backend_resources",
|
|
"disk_vhd1",
|
|
"disk_vhdmp",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"get_resources",
|
|
"hvlite_defs",
|
|
"mesh",
|
|
"pal_async",
|
|
"tempfile",
|
|
"tracing",
|
|
"unicycle",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hvlite_pcat_locator"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fs-err",
|
|
"mesh",
|
|
"object",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hvlite_ttrpc_vmservice"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"mesh_build",
|
|
"mesh_rpc",
|
|
"prost",
|
|
"prost-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"httparse",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
"smallvec",
|
|
"tokio",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-tls"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
dependencies = [
|
|
"bytes",
|
|
"http-body-util",
|
|
"hyper",
|
|
"hyper-util",
|
|
"native-tls",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-util"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"http",
|
|
"http-body",
|
|
"hyper",
|
|
"pin-project-lite",
|
|
"socket2",
|
|
"tokio",
|
|
"tower",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyperv_ic"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"hyperv_ic_protocol",
|
|
"hyperv_ic_resources",
|
|
"inspect",
|
|
"mesh",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmcore",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyperv_ic_guest"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"hyperv_ic_protocol",
|
|
"hyperv_ic_resources",
|
|
"inspect",
|
|
"mesh",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_core",
|
|
"vmbus_relay_intercept_device",
|
|
"vmbus_ring",
|
|
"vmcore",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyperv_ic_protocol"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"guid",
|
|
"open_enum",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyperv_ic_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyperv_secure_boot_templates"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"firmware_uefi_custom_vars",
|
|
"hyperv_uefi_custom_vars_json",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyperv_uefi_custom_vars_json"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"firmware_uefi_custom_vars",
|
|
"guid",
|
|
"serde",
|
|
"serde_helpers",
|
|
"serde_json",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iced-x86"
|
|
version = "1.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdd366a53278429c028367e0ba22a46cab6d565a57afb959f06e92c7a69e7828"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ide"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"bitflags 1.3.2",
|
|
"chipset_device",
|
|
"disk_backend",
|
|
"disk_file",
|
|
"guestmem",
|
|
"ide_resources",
|
|
"inspect",
|
|
"mesh",
|
|
"open_enum",
|
|
"pal_async",
|
|
"pci_core",
|
|
"safeatomic",
|
|
"scsi_buffers",
|
|
"scsi_core",
|
|
"scsi_defs",
|
|
"scsidisk",
|
|
"static_assertions",
|
|
"tempfile",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"tracing_helpers",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ide_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh",
|
|
"scsidisk_resources",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ignore"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"globset",
|
|
"log",
|
|
"memchr",
|
|
"regex-automata 0.4.3",
|
|
"same-file",
|
|
"walkdir",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "igvm"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7984b10433b50e06a06bd50c69bca4888a5d7de8975f64ea4c2a7687eb99b09d"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"crc32fast",
|
|
"hex",
|
|
"igvm_defs",
|
|
"open-enum",
|
|
"range_map_vec",
|
|
"thiserror",
|
|
"tracing",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "igvm_defs"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b64ec5588c475372ae830475d3ee9a7bd255407dcb9f03faf6d493556eb6105a"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"open-enum",
|
|
"static_assertions",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "igvmfilegen"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"fs-err",
|
|
"hex",
|
|
"hvdef",
|
|
"igvm",
|
|
"igvm_defs",
|
|
"igvmfilegen_config",
|
|
"loader",
|
|
"loader_defs",
|
|
"memory_range",
|
|
"range_map_vec",
|
|
"serde",
|
|
"serde_json",
|
|
"sha2",
|
|
"thiserror",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"underhill_confidentiality",
|
|
"vbs_defs",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "igvmfilegen_config"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "image"
|
|
version = "0.24.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"byteorder",
|
|
"color_quant",
|
|
"num-traits",
|
|
"png",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
|
dependencies = [
|
|
"equivalent",
|
|
"hashbrown",
|
|
]
|
|
|
|
[[package]]
|
|
name = "input_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inspect"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"base64 0.21.7",
|
|
"bitfield-struct",
|
|
"filepath",
|
|
"futures",
|
|
"inspect_derive",
|
|
"mesh",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inspect_counters"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inspect_derive"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inspect_proto"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh",
|
|
"mesh_build",
|
|
"mesh_protobuf",
|
|
"mesh_rpc",
|
|
"prost",
|
|
"prost-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inspect_rlimit"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"inspect",
|
|
"libc",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inspect_task"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"pal_async",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-uring"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "460648e47a07a43110fbfa2e0b14afb2be920093c31e5dccc50e49568e099762"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "is-terminal"
|
|
version = "0.4.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"rustix",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.10.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
|
|
|
[[package]]
|
|
name = "jobserver"
|
|
version = "0.1.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kmsg"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kmsg_defs"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "kvm"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"kvm-bindings",
|
|
"libc",
|
|
"nix 0.26.4",
|
|
"pal",
|
|
"parking_lot",
|
|
"signal-hook",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kvm-bindings"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "081fbd8164229a990fbf24a1f35d287740db110c2b5d42addf460165f1b0e032"
|
|
|
|
[[package]]
|
|
name = "landlock"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7"
|
|
dependencies = [
|
|
"enumflags2",
|
|
"libc",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.152"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
|
|
|
[[package]]
|
|
name = "libfuzzer-sys"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"cc",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libmimalloc-sys"
|
|
version = "0.1.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libredox"
|
|
version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
dependencies = [
|
|
"bitflags 2.4.2",
|
|
"libc",
|
|
"redox_syscall",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linkme"
|
|
version = "0.3.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b53ad6a33de58864705954edb5ad5d571a010f9e296865ed43dc72a5621b430"
|
|
dependencies = [
|
|
"linkme-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linkme-impl"
|
|
version = "0.3.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04e542a18c94a9b6fcc7adb090fa3ba6b79ee220a16404f325672729f32a66ff"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
|
|
|
[[package]]
|
|
name = "linux_net_bindings"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"nix 0.26.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "loader"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"anyhow",
|
|
"bitfield-struct",
|
|
"build_rs_guest_arch",
|
|
"crc32fast",
|
|
"guid",
|
|
"hvdef",
|
|
"igvm",
|
|
"loader_defs",
|
|
"memory_range",
|
|
"object",
|
|
"open_enum",
|
|
"page_table",
|
|
"thiserror",
|
|
"tracing",
|
|
"vm_topology",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "loader_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"hvdef",
|
|
"inspect",
|
|
"open_enum",
|
|
"static_assertions",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "local_clock"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"parking_lot",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
|
dependencies = [
|
|
"autocfg",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
|
|
|
[[package]]
|
|
name = "lx"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lxutil"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"libc",
|
|
"lx",
|
|
"ntapi",
|
|
"pal",
|
|
"parking_lot",
|
|
"tempfile",
|
|
"tracing",
|
|
"widestring",
|
|
"winapi",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "macaddr"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8"
|
|
|
|
[[package]]
|
|
name = "make_imc_hive"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mana_driver"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"chipset_device",
|
|
"futures",
|
|
"gdma",
|
|
"gdma_defs",
|
|
"getrandom",
|
|
"inspect",
|
|
"mesh",
|
|
"net_backend",
|
|
"net_backend_resources",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"test_with_tracing",
|
|
"tracing",
|
|
"user_driver",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "managed"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
|
|
|
|
[[package]]
|
|
name = "matchers"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
dependencies = [
|
|
"regex-automata 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mbrman"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c487024623ae38584610237dd1be8932bb2b324474b23c37a25f9fbe6bf5e9e"
|
|
dependencies = [
|
|
"bincode",
|
|
"bitvec",
|
|
"serde",
|
|
"serde-big-array",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mcr_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "membacking"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"getrandom",
|
|
"guestmem",
|
|
"hvdef",
|
|
"inspect",
|
|
"memory_range",
|
|
"mesh",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"slab",
|
|
"sparse_mmap",
|
|
"thiserror",
|
|
"tracing",
|
|
"virt",
|
|
"vm_topology",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "45fd3a57831bf88bc63f8cebc0cf956116276e97fef3966103e96416209f7c92"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memory_range"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh_protobuf",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh_channel",
|
|
"mesh_derive",
|
|
"mesh_node",
|
|
"mesh_protobuf",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_build"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro2",
|
|
"prost-build",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_channel"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-concurrency",
|
|
"futures-core",
|
|
"futures-io",
|
|
"mesh_node",
|
|
"mesh_protobuf",
|
|
"pal_async",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_derive"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_node"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"getrandom",
|
|
"mesh_derive",
|
|
"mesh_protobuf",
|
|
"open_enum",
|
|
"pal",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracing",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_process"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"base64 0.21.7",
|
|
"debug_ptr",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"inspect",
|
|
"inspect_rlimit",
|
|
"inspect_task",
|
|
"mesh",
|
|
"mesh_remote",
|
|
"pal",
|
|
"pal_async",
|
|
"slab",
|
|
"tracing",
|
|
"unicycle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_protobuf"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"diff",
|
|
"fs-err",
|
|
"heck",
|
|
"mesh_derive",
|
|
"prost",
|
|
"prost-build",
|
|
"prost-types",
|
|
"socket2",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_remote"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"futures-concurrency",
|
|
"libc",
|
|
"mesh_channel",
|
|
"mesh_node",
|
|
"mesh_protobuf",
|
|
"ntapi",
|
|
"open_enum",
|
|
"pal",
|
|
"pal_async",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"socket2",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracing",
|
|
"tracing_helpers",
|
|
"unicycle",
|
|
"unix_socket",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_rpc"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"base64 0.21.7",
|
|
"env_logger",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"h2",
|
|
"http",
|
|
"mesh",
|
|
"mesh_build",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"prost",
|
|
"prost-build",
|
|
"prost-types",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tokio",
|
|
"tracing",
|
|
"unicycle",
|
|
"unix_socket",
|
|
"urlencoding",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_tracing"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures",
|
|
"guid",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mesh_worker"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"inspect",
|
|
"linkme",
|
|
"mesh",
|
|
"pal_async",
|
|
"test_with_tracing",
|
|
"tracing",
|
|
"unicycle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mimalloc"
|
|
version = "0.1.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
|
|
dependencies = [
|
|
"libmimalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "minimal_rt"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"cfg-if",
|
|
"hvdef",
|
|
"minimal_rt_build",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "minimal_rt_build"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
dependencies = [
|
|
"adler",
|
|
"simd-adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.8.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"wasi",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "missing_dev"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"chipset_device",
|
|
"chipset_device_resources",
|
|
"inspect",
|
|
"missing_dev_resources",
|
|
"pci_core",
|
|
"vm_resource",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "missing_dev_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ms-tpm-20-ref"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/microsoft/ms-tpm-20-ref-rs.git?branch=main#3e9d3874fe9273056c8e6806fc1f35493e7bdfad"
|
|
dependencies = [
|
|
"cc",
|
|
"once_cell",
|
|
"openssl-sys",
|
|
"postcard",
|
|
"serde",
|
|
"tracing",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mshv-bindings"
|
|
version = "0.1.1"
|
|
source = "git+https://github.com/rust-vmm/mshv?branch=main#7bacc75e3612fcb9c11bc7526414d70d04aa158e"
|
|
dependencies = [
|
|
"libc",
|
|
"serde",
|
|
"serde_derive",
|
|
"vmm-sys-util",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mshv-ioctls"
|
|
version = "0.1.1"
|
|
source = "git+https://github.com/rust-vmm/mshv?branch=main#7bacc75e3612fcb9c11bc7526414d70d04aa158e"
|
|
dependencies = [
|
|
"libc",
|
|
"mshv-bindings",
|
|
"vmm-sys-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multimap"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
[[package]]
|
|
name = "native-tls"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"openssl",
|
|
"openssl-probe",
|
|
"openssl-sys",
|
|
"schannel",
|
|
"security-framework",
|
|
"security-framework-sys",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_backend"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"guestmem",
|
|
"inspect",
|
|
"memory_range",
|
|
"mesh",
|
|
"net_backend_resources",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vm_topology",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_backend_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"inspect",
|
|
"mesh",
|
|
"thiserror",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_consomme"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"consomme",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"net_backend",
|
|
"net_backend_resources",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"tracing",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_dio"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"guid",
|
|
"inspect",
|
|
"net_backend",
|
|
"net_backend_resources",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmswitch",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_mana"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"chipset_device",
|
|
"futures",
|
|
"gdma",
|
|
"gdma_defs",
|
|
"guestmem",
|
|
"inspect",
|
|
"mana_driver",
|
|
"mesh",
|
|
"net_backend",
|
|
"pal_async",
|
|
"pci_core",
|
|
"test_with_tracing",
|
|
"tracelimit",
|
|
"tracing",
|
|
"user_driver",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_packet_capture"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"guestmem",
|
|
"inspect",
|
|
"mesh",
|
|
"net_backend",
|
|
"parking_lot",
|
|
"pcap-file",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_tap"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures",
|
|
"inspect",
|
|
"libc",
|
|
"linux_net_bindings",
|
|
"net_backend",
|
|
"net_backend_resources",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"tracing",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "netvsp"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"arrayvec",
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"event-listener",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"guestmem",
|
|
"guid",
|
|
"hvdef",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"mesh",
|
|
"net_backend",
|
|
"net_backend_resources",
|
|
"netvsp_resources",
|
|
"open_enum",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"safeatomic",
|
|
"task_control",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_core",
|
|
"vmbus_ring",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "netvsp_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"mesh",
|
|
"net_backend_resources",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nibble_vec"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.26.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"cfg-if",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.27.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
dependencies = [
|
|
"bitflags 2.4.2",
|
|
"cfg-if",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ntapi"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nu-ansi-term"
|
|
version = "0.46.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
dependencies = [
|
|
"overload",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-conv"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_threads"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nvme"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"chipset_device",
|
|
"device_emulators",
|
|
"disk_backend",
|
|
"event-listener",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"guestmem",
|
|
"guid",
|
|
"inspect",
|
|
"mesh",
|
|
"nvme_common",
|
|
"nvme_resources",
|
|
"nvme_spec",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"pci_resources",
|
|
"scsi_buffers",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"unicycle",
|
|
"user_driver",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nvme_common"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"disk_backend",
|
|
"nvme_spec",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nvme_driver"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"chipset_device",
|
|
"disk_ramdisk",
|
|
"event-listener",
|
|
"futures",
|
|
"guestmem",
|
|
"guid",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"mesh",
|
|
"nvme",
|
|
"nvme_spec",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"safeatomic",
|
|
"scsi_buffers",
|
|
"slab",
|
|
"task_control",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracing",
|
|
"user_driver",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nvme_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nvme_spec"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"inspect",
|
|
"open_enum",
|
|
"storage_string",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.32.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ohcldiag-dev"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"clap",
|
|
"clap_dyn_complete",
|
|
"ctrlc",
|
|
"diag_client",
|
|
"env_logger",
|
|
"fs-err",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"inspect",
|
|
"kmsg",
|
|
"mesh",
|
|
"pal",
|
|
"pal_async",
|
|
"socket2",
|
|
"term",
|
|
"thiserror",
|
|
"unicycle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
[[package]]
|
|
name = "oorandom"
|
|
version = "11.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
[[package]]
|
|
name = "open-enum"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2eb2508143a400b3361812094d987dd5adc81f0f5294a46491be648d6c94cab5"
|
|
dependencies = [
|
|
"open-enum-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "open-enum-derive"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d1296fab5231654a5aec8bf9e87ba4e3938c502fc4c3c0425a00084c78944be"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "open_enum"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "openhcl_boot"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"arrayvec",
|
|
"cfg-if",
|
|
"crc32fast",
|
|
"fdt",
|
|
"host_fdt_parser",
|
|
"hvdef",
|
|
"igvm_defs",
|
|
"loader_defs",
|
|
"memory_range",
|
|
"minimal_rt",
|
|
"minimal_rt_build",
|
|
"safe_x86_intrinsics",
|
|
"sha2",
|
|
"sidecar_defs",
|
|
"tdcall",
|
|
"underhill_confidentiality",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl"
|
|
version = "0.10.66"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
|
|
dependencies = [
|
|
"bitflags 2.4.2",
|
|
"cfg-if",
|
|
"foreign-types",
|
|
"libc",
|
|
"once_cell",
|
|
"openssl-macros",
|
|
"openssl-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
[[package]]
|
|
name = "openssl-src"
|
|
version = "300.2.1+3.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.103"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl_crypto_only"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "openssl_kdf"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"libc",
|
|
"openssl",
|
|
"openssl-sys",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvmm"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"hvlite_entry",
|
|
"openvmm_resources",
|
|
"win_prng_support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvmm_hcl"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"openvmm_hcl_resources",
|
|
"underhill_entry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvmm_hcl_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"build_rs_guest_arch",
|
|
"chipset",
|
|
"debug_worker",
|
|
"disk_striped",
|
|
"hyperv_ic",
|
|
"mesh_worker",
|
|
"missing_dev",
|
|
"nvme",
|
|
"scsidisk",
|
|
"serial_16550",
|
|
"serial_core",
|
|
"serial_pl011",
|
|
"storvsp",
|
|
"tpm",
|
|
"uidevices",
|
|
"vm_resource",
|
|
"vmbus_serial_guest",
|
|
"vmcore",
|
|
"vmsocket",
|
|
"vnc_worker",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openvmm_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"build_rs_guest_arch",
|
|
"chipset",
|
|
"debug_worker",
|
|
"disk_blob",
|
|
"disk_file",
|
|
"disk_prwrap",
|
|
"disk_ramdisk",
|
|
"disk_vhd1",
|
|
"disk_vhdmp",
|
|
"gdma",
|
|
"guest_crash_device",
|
|
"guest_emulation_device",
|
|
"guest_emulation_log",
|
|
"hvlite_core",
|
|
"hyperv_ic",
|
|
"mesh_worker",
|
|
"missing_dev",
|
|
"net_backend",
|
|
"net_consomme",
|
|
"net_dio",
|
|
"net_tap",
|
|
"netvsp",
|
|
"nvme",
|
|
"scsidisk",
|
|
"serial_16550",
|
|
"serial_core",
|
|
"serial_pl011",
|
|
"serial_socket",
|
|
"storvsp",
|
|
"tpm",
|
|
"uidevices",
|
|
"virtio_net",
|
|
"virtio_p9",
|
|
"virtio_pmem",
|
|
"virtiofs",
|
|
"vm_resource",
|
|
"vmbfs",
|
|
"vmbus_serial_host",
|
|
"vmcore",
|
|
"vnc_worker",
|
|
]
|
|
|
|
[[package]]
|
|
name = "option-ext"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
[[package]]
|
|
name = "overload"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
[[package]]
|
|
name = "oversized_box"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "page_table"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"tracing",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pal"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"caps",
|
|
"fs-err",
|
|
"getrandom",
|
|
"landlock",
|
|
"libc",
|
|
"ntapi",
|
|
"pal_event",
|
|
"seccompiler",
|
|
"socket2",
|
|
"thiserror",
|
|
"tracing",
|
|
"widestring",
|
|
"win_import_lib",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pal_async"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-task",
|
|
"cfg-if",
|
|
"futures",
|
|
"getrandom",
|
|
"libc",
|
|
"once_cell",
|
|
"pal",
|
|
"pal_async_test",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"slab",
|
|
"smallbox",
|
|
"socket2",
|
|
"tempfile",
|
|
"tempfile_helpers",
|
|
"unicycle",
|
|
"unix_socket",
|
|
"winapi",
|
|
"windows-sys 0.52.0",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pal_async_test"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pal_event"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"getrandom",
|
|
"libc",
|
|
"mesh_protobuf",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pal_uring"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"inspect",
|
|
"io-uring",
|
|
"libc",
|
|
"once_cell",
|
|
"pal",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"slab",
|
|
"smallbox",
|
|
"tempfile",
|
|
"test_with_tracing",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.9.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"windows-targets 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
|
|
|
[[package]]
|
|
name = "pbjson"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "048f9ac93c1eab514f9470c4bc8d97ca2a0a236b84f45cc19d69a59fc11467f6"
|
|
dependencies = [
|
|
"base64 0.13.1",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbjson-build"
|
|
version = "0.5.1"
|
|
source = "git+https://github.com/jstarks/pbjson?branch=aliases#8896d740a44ef46a3bad8cbfccedb87ea8e7b0d3"
|
|
dependencies = [
|
|
"heck",
|
|
"itertools",
|
|
"prost",
|
|
"prost-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbjson-types"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a88c8d87f99a4ac14325e7a4c24af190fca261956e3b82dd7ed67e77e6c7043"
|
|
dependencies = [
|
|
"bytes",
|
|
"chrono",
|
|
"pbjson",
|
|
"pbjson-build",
|
|
"prost",
|
|
"prost-build",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pcap-file"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fc1f139757b058f9f37b76c48501799d12c9aa0aa4c0d4c980b062ee925d1b2"
|
|
dependencies = [
|
|
"byteorder_slice",
|
|
"derive-into-owned",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pci_bus"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"chipset_device",
|
|
"inspect",
|
|
"mesh",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pci_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"chipset_device",
|
|
"guestmem",
|
|
"inspect",
|
|
"mesh",
|
|
"open_enum",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pci_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"chipset_device",
|
|
"chipset_device_resources",
|
|
"guestmem",
|
|
"pci_core",
|
|
"vm_resource",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"indexmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petri"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"chipset_resources",
|
|
"diag_client",
|
|
"disk_backend_resources",
|
|
"fatfs",
|
|
"framebuffer",
|
|
"fs-err",
|
|
"fscommon",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"get_resources",
|
|
"gptman",
|
|
"guid",
|
|
"hvlite_defs",
|
|
"hvlite_helpers",
|
|
"hvlite_pcat_locator",
|
|
"hyperv_ic_resources",
|
|
"hyperv_secure_boot_templates",
|
|
"ide_resources",
|
|
"image",
|
|
"inspect",
|
|
"mbrman",
|
|
"mesh",
|
|
"mesh_process",
|
|
"mesh_worker",
|
|
"nvme_resources",
|
|
"pal",
|
|
"pal_async",
|
|
"petri_artifacts_common",
|
|
"petri_artifacts_core",
|
|
"petri_artifacts_vmm_test",
|
|
"pipette_client",
|
|
"prost",
|
|
"scsidisk_resources",
|
|
"serial_16550_resources",
|
|
"serial_core",
|
|
"serial_socket",
|
|
"sparse_mmap",
|
|
"storvsp_resources",
|
|
"tempfile",
|
|
"tempfile_helpers",
|
|
"tpm_resources",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"uidevices_resources",
|
|
"underhill_confidentiality",
|
|
"unix_socket",
|
|
"video_core",
|
|
"vm_manifest_builder",
|
|
"vm_resource",
|
|
"vmbfs_resources",
|
|
"vmbus_serial_resources",
|
|
"vmcore",
|
|
"vmm_core_defs",
|
|
"vmotherboard",
|
|
"vtl2_settings_proto",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petri_artifact_resolver_openvmm_known_paths"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"petri_artifacts_common",
|
|
"petri_artifacts_core",
|
|
"petri_artifacts_vmm_test",
|
|
"tempfile",
|
|
"vmm_test_images",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petri_artifacts_common"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"petri_artifacts_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petri_artifacts_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petri_artifacts_vmm_test"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"petri_artifacts_common",
|
|
"petri_artifacts_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
|
dependencies = [
|
|
"pin-project-internal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "piper"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
|
|
dependencies = [
|
|
"atomic-waker",
|
|
"fastrand",
|
|
"futures-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pipette"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fs-err",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"mesh",
|
|
"mesh_remote",
|
|
"pal_async",
|
|
"pipette_protocol",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"unicycle",
|
|
"vmsocket",
|
|
"windows-service",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pipette_client"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fs-err",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"mesh",
|
|
"mesh_remote",
|
|
"pal_async",
|
|
"pipette_protocol",
|
|
"tracing",
|
|
"typed-path",
|
|
"xshell-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pipette_protocol"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
|
|
|
|
[[package]]
|
|
name = "plan9"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"lx",
|
|
"lxutil",
|
|
"parking_lot",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "png"
|
|
version = "0.17.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f6c3c3e617595665b8ea2ff95a86066be38fb121ff920a9c0eb282abcd1da5a"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"crc32fast",
|
|
"fdeflate",
|
|
"flate2",
|
|
"miniz_oxide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "postcard"
|
|
version = "1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
|
|
dependencies = [
|
|
"cobs",
|
|
"embedded-io",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "power_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "powerfmt"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
[[package]]
|
|
name = "prettyplease"
|
|
version = "0.1.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.76"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profiler_worker"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fs-err",
|
|
"futures",
|
|
"mesh",
|
|
"mesh_worker",
|
|
"pal_async",
|
|
"socket2",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
|
|
dependencies = [
|
|
"bytes",
|
|
"heck",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log",
|
|
"multimap",
|
|
"petgraph",
|
|
"prettyplease",
|
|
"prost",
|
|
"prost-types",
|
|
"regex",
|
|
"syn 1.0.109",
|
|
"tempfile",
|
|
"which 4.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
|
dependencies = [
|
|
"prost",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ptr_meta"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcada80daa06c42ed5f48c9a043865edea5dc44cbf9ac009fda3b89526e28607"
|
|
dependencies = [
|
|
"ptr_meta_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ptr_meta_derive"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bca9224df2e20e7c5548aeb5f110a0f3b77ef05f8585139b7148b59056168ed2"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "radium"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
[[package]]
|
|
name = "radix_trie"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
dependencies = [
|
|
"endian-type",
|
|
"nibble_vec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "range_map_vec"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7cc2191ec1fd850e3ede4cf09ccfd40a33df561111f73e96e1b7c3f9eee31328"
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
|
|
dependencies = [
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
|
|
dependencies = [
|
|
"getrandom",
|
|
"libredox",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-automata 0.4.3",
|
|
"regex-syntax 0.8.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
dependencies = [
|
|
"regex-syntax 0.6.29",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax 0.8.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
|
|
|
[[package]]
|
|
name = "resolv-conf"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
|
dependencies = [
|
|
"quick-error",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rlimit"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3560f70f30a0f16d11d01ed078a07740fe6b489667abc7c7b029155d9f21c3d8"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
dependencies = [
|
|
"semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "0.38.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
|
|
dependencies = [
|
|
"bitflags 2.4.2",
|
|
"errno",
|
|
"libc",
|
|
"linux-raw-sys",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
|
|
|
[[package]]
|
|
name = "rustyline"
|
|
version = "13.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86"
|
|
dependencies = [
|
|
"bitflags 2.4.2",
|
|
"cfg-if",
|
|
"clipboard-win",
|
|
"fd-lock",
|
|
"home",
|
|
"libc",
|
|
"log",
|
|
"memchr",
|
|
"nix 0.27.1",
|
|
"radix_trie",
|
|
"rustyline-derive",
|
|
"unicode-segmentation",
|
|
"unicode-width",
|
|
"utf8parse",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustyline-derive"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5af959c8bf6af1aff6d2b463a57f71aae53d1332da58419e30ad8dc7011d951"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
|
|
|
[[package]]
|
|
name = "safe_x86_intrinsics"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "safeatomic"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "save_restore_derive"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
|
dependencies = [
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schema_ado_yaml"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_yaml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
[[package]]
|
|
name = "scsi_buffers"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"event-listener",
|
|
"guestmem",
|
|
"safeatomic",
|
|
"smallvec",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scsi_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh",
|
|
"scsi_buffers",
|
|
"scsi_defs",
|
|
"stackfuture",
|
|
"vm_resource",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scsi_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"open_enum",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scsidisk"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"disk_backend",
|
|
"disk_prwrap",
|
|
"futures",
|
|
"getrandom",
|
|
"guestmem",
|
|
"guid",
|
|
"hvdef",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"scsi_buffers",
|
|
"scsi_core",
|
|
"scsi_defs",
|
|
"scsidisk_resources",
|
|
"stackfuture",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"tracing_helpers",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scsidisk_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh",
|
|
"storage_string",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "seccompiler"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "2.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"core-foundation",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "2.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.195"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde-big-array"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3323f09a748af288c3dc2474ea6803ee81f118321775bffa3ac8f7e65c5e90e7"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.195"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_helpers"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"guid",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.111"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_yaml"
|
|
version = "0.9.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38"
|
|
dependencies = [
|
|
"indexmap",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
"unsafe-libyaml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serial_16550"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"chipset_device",
|
|
"chipset_device_resources",
|
|
"futures",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"mesh",
|
|
"open_enum",
|
|
"serial_16550_resources",
|
|
"serial_core",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serial_16550_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serial_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serial_pl011"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"chipset_device",
|
|
"chipset_device_resources",
|
|
"futures",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"mesh",
|
|
"open_enum",
|
|
"pal_async",
|
|
"serial_core",
|
|
"serial_pl011_resources",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serial_pl011_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serial_socket"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"inspect",
|
|
"mesh",
|
|
"pal",
|
|
"pal_async",
|
|
"serial_core",
|
|
"tracing",
|
|
"unix_socket",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sev_guest_device"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"nix 0.26.4",
|
|
"static_assertions",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.10.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cpufeatures",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sharded-slab"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shared_pool_alloc"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"hcl",
|
|
"hvdef",
|
|
"inspect",
|
|
"parking_lot",
|
|
"sparse_mmap",
|
|
"thiserror",
|
|
"tracing",
|
|
"user_driver",
|
|
"vm_topology",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shell-words"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
[[package]]
|
|
name = "sidecar"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"hvdef",
|
|
"memory_range",
|
|
"minimal_rt",
|
|
"minimal_rt_build",
|
|
"sidecar_defs",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sidecar_client"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"fs-err",
|
|
"hvdef",
|
|
"libc",
|
|
"nix 0.26.4",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"sidecar_defs",
|
|
"thiserror",
|
|
"tracing",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sidecar_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"hvdef",
|
|
"open_enum",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
|
dependencies = [
|
|
"libc",
|
|
"signal-hook-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook-mio"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
dependencies = [
|
|
"libc",
|
|
"mio",
|
|
"signal-hook",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simd-adler32"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallbox"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d92359f97e6b417da4328a970cf04a044db104fbd57f7d72cb7ff665bb8806af"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8"
|
|
|
|
[[package]]
|
|
name = "smoltcp"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee34c1e1bfc7e9206cc0fb8030a90129b4e319ab53856249bb27642cab914fb3"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"byteorder",
|
|
"managed",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
|
dependencies = [
|
|
"libc",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sparse_mmap"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"cc",
|
|
"criterion",
|
|
"getrandom",
|
|
"libc",
|
|
"pal",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"windows-sys 0.52.0",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stackfuture"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6eae92052b72ef70dafa16eddbabffc77e5ca3574be2f7bc1127b36f0a7ad7f2"
|
|
|
|
[[package]]
|
|
name = "state_unit"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"event-listener",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracing",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "storage_string"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh_protobuf",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "storvsp"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"criterion",
|
|
"disk_backend",
|
|
"disk_ramdisk",
|
|
"event-listener",
|
|
"fast_select",
|
|
"futures",
|
|
"guestmem",
|
|
"guid",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"mesh",
|
|
"open_enum",
|
|
"oversized_box",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"scsi_buffers",
|
|
"scsi_core",
|
|
"scsi_defs",
|
|
"scsidisk",
|
|
"slab",
|
|
"storvsp_resources",
|
|
"task_control",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"tracing_helpers",
|
|
"unicycle",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_core",
|
|
"vmbus_ring",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "storvsp_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.109"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "2.0.48"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tap"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
version = "0.12.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "task_control"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"fast_select",
|
|
"futures",
|
|
"inspect",
|
|
"pal_async",
|
|
"parking_lot",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tdcall"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"hvdef",
|
|
"memory_range",
|
|
"tracing",
|
|
"x86defs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tdx_guest_device"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"nix 0.26.4",
|
|
"static_assertions",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tee_call"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"sev_guest_device",
|
|
"static_assertions",
|
|
"tdx_guest_device",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"fastrand",
|
|
"redox_syscall",
|
|
"rustix",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile_helpers"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "term"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"crossterm",
|
|
"libc",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test_with_tracing"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"log",
|
|
"test_with_tracing_macro",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "test_with_tracing_macro"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.3.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
|
dependencies = [
|
|
"deranged",
|
|
"itoa",
|
|
"libc",
|
|
"num-conv",
|
|
"num_threads",
|
|
"powerfmt",
|
|
"serde",
|
|
"time-core",
|
|
"time-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-core"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.2.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
|
dependencies = [
|
|
"num-conv",
|
|
"time-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinytemplate"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.35.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
|
|
dependencies = [
|
|
"backtrace",
|
|
"bytes",
|
|
"libc",
|
|
"mio",
|
|
"num_cpus",
|
|
"pin-project-lite",
|
|
"socket2",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-native-tls"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
dependencies = [
|
|
"native-tls",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.8.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_edit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml_edit"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
|
|
dependencies = [
|
|
"indexmap",
|
|
"serde",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"winnow",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-util",
|
|
"pin-project",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-layer"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
[[package]]
|
|
name = "tower-service"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
|
[[package]]
|
|
name = "tpm"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"chipset_device",
|
|
"chipset_device_resources",
|
|
"getrandom",
|
|
"guestmem",
|
|
"inspect",
|
|
"mesh",
|
|
"ms-tpm-20-ref",
|
|
"open_enum",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"tpm_resources",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tpm_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracelimit"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"parking_lot",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"pin-project-lite",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
dependencies = [
|
|
"once_cell",
|
|
"valuable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-log"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
|
|
dependencies = [
|
|
"log",
|
|
"once_cell",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-log"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
dependencies = [
|
|
"log",
|
|
"once_cell",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-serde"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
|
dependencies = [
|
|
"serde",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.3.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
|
dependencies = [
|
|
"matchers",
|
|
"nu-ansi-term",
|
|
"once_cell",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log 0.2.0",
|
|
"tracing-serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing_helpers"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
[[package]]
|
|
name = "typed-path"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a90726108dab678edab76459751e1cc7c597c3484a6384d6423191255fa641b"
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
[[package]]
|
|
name = "ucs2"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh_protobuf",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ucs2"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df79298e11f316400c57ec268f3c2c29ac3c4d4777687955cd3d4f3a35ce7eba"
|
|
dependencies = [
|
|
"bit_field",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uefi"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91f17ea8502a6bd414acb2bf5194f90ca4c48e33a2d18cb57eab3294d2050d99"
|
|
dependencies = [
|
|
"bitflags 2.4.2",
|
|
"cfg-if",
|
|
"log",
|
|
"ptr_meta",
|
|
"ucs2 0.3.3",
|
|
"uefi-macros",
|
|
"uefi-raw",
|
|
"uguid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uefi-macros"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c19ee3a01d435eda42cb9931269b349d28a1762f91ddf01c68d276f74b957cc3"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uefi-raw"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b463030b802e1265a3800fab24df95d3229c202c2e408832a206f05b4d1496ca"
|
|
dependencies = [
|
|
"bitflags 2.4.2",
|
|
"ptr_meta",
|
|
"uguid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uefi_nvram_specvars"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"thiserror",
|
|
"ucs2 0.0.0",
|
|
"uefi_specs",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uefi_nvram_storage"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"guid",
|
|
"inspect",
|
|
"pal_async",
|
|
"thiserror",
|
|
"ucs2 0.0.0",
|
|
"uefi_specs",
|
|
"wchar",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uefi_specs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"guid",
|
|
"inspect",
|
|
"open_enum",
|
|
"static_assertions",
|
|
"ucs2 0.0.0",
|
|
"wchar",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uevent"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fs-err",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"libc",
|
|
"mesh",
|
|
"pal_async",
|
|
"socket2",
|
|
"thiserror",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uguid"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab14ea9660d240e7865ce9d54ecdbd1cd9fa5802ae6f4512f093c7907e921533"
|
|
|
|
[[package]]
|
|
name = "uidevices"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures",
|
|
"guestmem",
|
|
"guid",
|
|
"input_core",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"static_assertions",
|
|
"task_control",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"tracing_helpers",
|
|
"uidevices_resources",
|
|
"video_core",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_ring",
|
|
"vmcore",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uidevices_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "underhill_attestation"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"base64-serde",
|
|
"get_protocol",
|
|
"getrandom",
|
|
"guest_emulation_transport",
|
|
"guid",
|
|
"hex",
|
|
"mesh",
|
|
"open_enum",
|
|
"openssl",
|
|
"openssl_kdf",
|
|
"pal_async",
|
|
"serde",
|
|
"serde_json",
|
|
"sev_guest_device",
|
|
"static_assertions",
|
|
"tdx_guest_device",
|
|
"tee_call",
|
|
"thiserror",
|
|
"time",
|
|
"tracing",
|
|
"vmgs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "underhill_confidentiality"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "underhill_config"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"inspect",
|
|
"mesh",
|
|
"prost",
|
|
"serde",
|
|
"serde_json",
|
|
"thiserror",
|
|
"vtl2_settings_proto",
|
|
]
|
|
|
|
[[package]]
|
|
name = "underhill_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"acpi_spec",
|
|
"anyhow",
|
|
"async-trait",
|
|
"blocking",
|
|
"bootloader_fdt_parser",
|
|
"build_info",
|
|
"build_rs_guest_arch",
|
|
"cfg-if",
|
|
"chipset",
|
|
"chipset_device",
|
|
"chipset_device_resources",
|
|
"chipset_legacy",
|
|
"closeable_mutex",
|
|
"cvm_tracing",
|
|
"debug_ptr",
|
|
"debug_worker_defs",
|
|
"diag_proto",
|
|
"diag_server",
|
|
"disk_backend",
|
|
"disk_backend_resources",
|
|
"disk_blockdevice",
|
|
"disk_nvme",
|
|
"firmware_pcat",
|
|
"firmware_uefi",
|
|
"firmware_uefi_custom_vars",
|
|
"framebuffer",
|
|
"fs-err",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"get_helpers",
|
|
"get_protocol",
|
|
"getrandom",
|
|
"guest_emulation_transport",
|
|
"guestmem",
|
|
"guid",
|
|
"hcl",
|
|
"hcl_compat_uefi_nvram_storage",
|
|
"hvdef",
|
|
"hyperv_ic_guest",
|
|
"hyperv_ic_resources",
|
|
"hyperv_secure_boot_templates",
|
|
"hyperv_uefi_custom_vars_json",
|
|
"ide",
|
|
"ide_resources",
|
|
"igvm",
|
|
"igvm_defs",
|
|
"input_core",
|
|
"inspect",
|
|
"kmsg",
|
|
"kmsg_defs",
|
|
"libc",
|
|
"loader",
|
|
"loader_defs",
|
|
"local_clock",
|
|
"mana_driver",
|
|
"mcr_resources",
|
|
"memory_range",
|
|
"mesh",
|
|
"mesh_process",
|
|
"mesh_tracing",
|
|
"mesh_worker",
|
|
"net_backend",
|
|
"net_backend_resources",
|
|
"net_mana",
|
|
"net_packet_capture",
|
|
"netvsp",
|
|
"nvme_driver",
|
|
"nvme_resources",
|
|
"pal",
|
|
"pal_async",
|
|
"pal_uring",
|
|
"parking_lot",
|
|
"profiler_worker",
|
|
"safe_x86_intrinsics",
|
|
"scsi_buffers",
|
|
"scsi_core",
|
|
"scsidisk",
|
|
"scsidisk_resources",
|
|
"serde",
|
|
"serde_helpers",
|
|
"serde_json",
|
|
"serial_16550_resources",
|
|
"shared_pool_alloc",
|
|
"sidecar_client",
|
|
"socket2",
|
|
"sparse_mmap",
|
|
"state_unit",
|
|
"storage_string",
|
|
"storvsp",
|
|
"storvsp_resources",
|
|
"tee_call",
|
|
"thiserror",
|
|
"time",
|
|
"tpm",
|
|
"tpm_resources",
|
|
"tracelimit",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing_helpers",
|
|
"uevent",
|
|
"uidevices_resources",
|
|
"underhill_attestation",
|
|
"underhill_confidentiality",
|
|
"underhill_config",
|
|
"underhill_mem",
|
|
"underhill_threadpool",
|
|
"user_driver",
|
|
"vga_proxy",
|
|
"video_core",
|
|
"virt",
|
|
"virt_mshv_vtl",
|
|
"vm_loader",
|
|
"vm_manifest_builder",
|
|
"vm_resource",
|
|
"vm_topology",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_core",
|
|
"vmbus_relay",
|
|
"vmbus_relay_intercept_device",
|
|
"vmbus_serial_guest",
|
|
"vmbus_server",
|
|
"vmbus_user_channel",
|
|
"vmcore",
|
|
"vmgs",
|
|
"vmgs_broker",
|
|
"vmgs_resources",
|
|
"vmm_core",
|
|
"vmm_core_defs",
|
|
"vmotherboard",
|
|
"vmsocket",
|
|
"vnc_worker_defs",
|
|
"vpci",
|
|
"watchdog_core",
|
|
"watchdog_vmgs_format",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "underhill_crash"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fs-err",
|
|
"futures",
|
|
"get_protocol",
|
|
"guid",
|
|
"libc",
|
|
"pal_async",
|
|
"thiserror",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"vergen",
|
|
"vmbus_async",
|
|
"vmbus_user_channel",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "underhill_dump"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"elfcore",
|
|
"libc",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "underhill_entry"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"mimalloc",
|
|
"openssl_crypto_only",
|
|
"underhill_core",
|
|
"underhill_crash",
|
|
"underhill_dump",
|
|
"underhill_init",
|
|
]
|
|
|
|
[[package]]
|
|
name = "underhill_init"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fs-err",
|
|
"kmsg_defs",
|
|
"libc",
|
|
"log",
|
|
"nix 0.26.4",
|
|
"underhill_confidentiality",
|
|
"vergen",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "underhill_mem"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"build_rs_guest_arch",
|
|
"futures",
|
|
"guestmem",
|
|
"hcl",
|
|
"hvdef",
|
|
"inspect",
|
|
"memory_range",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"sparse_mmap",
|
|
"thiserror",
|
|
"tracing",
|
|
"underhill_threadpool",
|
|
"virt_mshv_vtl",
|
|
"vm_topology",
|
|
"x86defs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "underhill_threadpool"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"fs-err",
|
|
"inspect",
|
|
"pal",
|
|
"pal_async",
|
|
"pal_uring",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
|
|
|
[[package]]
|
|
name = "unicycle"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0edfa5ca2452d3fbf68f7078c5e7f42b96f0c0c7def017994147f8acd8c4264d"
|
|
dependencies = [
|
|
"futures-core",
|
|
"lock_api",
|
|
"parking_lot",
|
|
"pin-project",
|
|
"uniset",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uniset"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c9f21fe154ca4d5d06fc2ebb8c58cc80e338eacc372ec794943f69e535c131c"
|
|
|
|
[[package]]
|
|
name = "unix_socket"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"getrandom",
|
|
"mesh_protobuf",
|
|
"socket2",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unsafe-libyaml"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
|
|
|
|
[[package]]
|
|
name = "urlencoding"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
|
[[package]]
|
|
name = "user_driver"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"chipset_device",
|
|
"fs-err",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"guestmem",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"libc",
|
|
"mesh",
|
|
"pal_async",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"safeatomic",
|
|
"sparse_mmap",
|
|
"tracing",
|
|
"uevent",
|
|
"vfio-bindings",
|
|
"vfio_sys",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf8parse"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
[[package]]
|
|
name = "valuable"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
[[package]]
|
|
name = "vbs_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"igvm_defs",
|
|
"open_enum",
|
|
"static_assertions",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
[[package]]
|
|
name = "vergen"
|
|
version = "8.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cfg-if",
|
|
"rustversion",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
[[package]]
|
|
name = "vfio-bindings"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43449b404c488f70507dca193debd4bea361fe8089869b947adc19720e464bce"
|
|
|
|
[[package]]
|
|
name = "vfio_sys"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"bitfield-struct",
|
|
"libc",
|
|
"nix 0.26.4",
|
|
"tracing",
|
|
"vfio-bindings",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vga"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"chipset_device",
|
|
"framebuffer",
|
|
"guestmem",
|
|
"inspect",
|
|
"memory_range",
|
|
"open_enum",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracing",
|
|
"video_core",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vga_proxy"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"chipset_device",
|
|
"inspect",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vhd1_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "video_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"inspect",
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"anyhow",
|
|
"build_rs_guest_arch",
|
|
"guestmem",
|
|
"hvdef",
|
|
"inspect",
|
|
"memory_range",
|
|
"mesh_protobuf",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"slab",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_topology",
|
|
"vmcore",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt_hvf"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"anyhow",
|
|
"guestmem",
|
|
"hv1_emulator",
|
|
"hv1_hypercall",
|
|
"hvdef",
|
|
"inspect",
|
|
"memory_range",
|
|
"open_enum",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"virt",
|
|
"virt_support_gic",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt_kvm"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"bitfield-struct",
|
|
"build_rs_guest_arch",
|
|
"cfg-if",
|
|
"guestmem",
|
|
"hv1_emulator",
|
|
"hv1_hypercall",
|
|
"hvdef",
|
|
"inspect",
|
|
"kvm",
|
|
"memory_range",
|
|
"open_enum",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"safe_x86_intrinsics",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"virt",
|
|
"vm_topology",
|
|
"vmcore",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt_mshv"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"build_rs_guest_arch",
|
|
"guestmem",
|
|
"hv1_emulator",
|
|
"hv1_hypercall",
|
|
"hvdef",
|
|
"inspect",
|
|
"libc",
|
|
"mshv-bindings",
|
|
"mshv-ioctls",
|
|
"pal",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"signal-hook",
|
|
"static_assertions",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"virt",
|
|
"virt_support_x86emu",
|
|
"vmcore",
|
|
"vmm-sys-util",
|
|
"x86defs",
|
|
"x86emu",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt_mshv_vtl"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"aarch64emu",
|
|
"anyhow",
|
|
"bitfield-struct",
|
|
"bitvec",
|
|
"build_rs_guest_arch",
|
|
"cfg-if",
|
|
"fs-err",
|
|
"guestmem",
|
|
"hcl",
|
|
"hv1_emulator",
|
|
"hv1_hypercall",
|
|
"hvdef",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"libc",
|
|
"memory_range",
|
|
"mesh",
|
|
"pal",
|
|
"pal_async",
|
|
"pal_uring",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"safe_x86_intrinsics",
|
|
"shared_pool_alloc",
|
|
"sidecar_client",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"virt",
|
|
"virt_support_aarch64emu",
|
|
"virt_support_apic",
|
|
"virt_support_x86emu",
|
|
"vm_topology",
|
|
"vmcore",
|
|
"vtl_array",
|
|
"x86defs",
|
|
"x86emu",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt_support_aarch64emu"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"aarch64emu",
|
|
"guestmem",
|
|
"hvdef",
|
|
"thiserror",
|
|
"tracing",
|
|
"virt",
|
|
"vm_topology",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt_support_apic"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"hvdef",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"virt",
|
|
"vm_topology",
|
|
"vmcore",
|
|
"x86defs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt_support_gic"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"open_enum",
|
|
"parking_lot",
|
|
"tracing",
|
|
"vm_topology",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt_support_x86emu"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guestmem",
|
|
"hvdef",
|
|
"iced-x86",
|
|
"pal_async",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"virt",
|
|
"vm_topology",
|
|
"x86defs",
|
|
"x86emu",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virt_whp"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"anyhow",
|
|
"arrayvec",
|
|
"build_rs_guest_arch",
|
|
"chipset_device",
|
|
"guestmem",
|
|
"hv1_emulator",
|
|
"hv1_hypercall",
|
|
"hvdef",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"memory_range",
|
|
"mesh",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"range_map_vec",
|
|
"sparse_mmap",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"tracing_helpers",
|
|
"virt",
|
|
"virt_support_aarch64emu",
|
|
"virt_support_apic",
|
|
"virt_support_x86emu",
|
|
"vm_topology",
|
|
"vmcore",
|
|
"vtl_array",
|
|
"whp",
|
|
"winapi",
|
|
"x86defs",
|
|
"x86emu",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtio"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"chipset_device",
|
|
"device_emulators",
|
|
"event-listener",
|
|
"futures",
|
|
"guestmem",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"task_control",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtio_net"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"guestmem",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"mesh",
|
|
"net_backend",
|
|
"net_backend_resources",
|
|
"open_enum",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracing",
|
|
"virtio",
|
|
"virtio_resources",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtio_p9"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"guestmem",
|
|
"plan9",
|
|
"tracing",
|
|
"virtio",
|
|
"virtio_resources",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtio_pmem"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"event-listener",
|
|
"fs-err",
|
|
"guestmem",
|
|
"pal_async",
|
|
"sparse_mmap",
|
|
"task_control",
|
|
"tracing",
|
|
"virtio",
|
|
"virtio_resources",
|
|
"vm_resource",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtio_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"net_backend_resources",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtio_serial"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"guestmem",
|
|
"parking_lot",
|
|
"tracing",
|
|
"virtio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "virtiofs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"event-listener",
|
|
"fuse",
|
|
"futures",
|
|
"guestmem",
|
|
"lx",
|
|
"lxutil",
|
|
"ntapi",
|
|
"pal",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"task_control",
|
|
"tracing",
|
|
"virtio",
|
|
"virtio_resources",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vm_loader"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"build_rs_guest_arch",
|
|
"guestmem",
|
|
"hvdef",
|
|
"loader",
|
|
"memory_range",
|
|
"range_map_vec",
|
|
"tracing",
|
|
"virt",
|
|
"vm_topology",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vm_manifest_builder"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"chipset_resources",
|
|
"input_core",
|
|
"mesh",
|
|
"missing_dev_resources",
|
|
"serial_16550_resources",
|
|
"serial_core",
|
|
"serial_pl011_resources",
|
|
"thiserror",
|
|
"vm_resource",
|
|
"vmotherboard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vm_resource"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"inspect",
|
|
"linkme",
|
|
"mesh",
|
|
"pal_async",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vm_topology"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"build_rs_guest_arch",
|
|
"cfg-if",
|
|
"inspect",
|
|
"memory_range",
|
|
"mesh_protobuf",
|
|
"safe_x86_intrinsics",
|
|
"thiserror",
|
|
"x86defs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbfs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"guid",
|
|
"inspect",
|
|
"open_enum",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmbfs_resources",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmcore",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbfs_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_async"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"guestmem",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"pal_async",
|
|
"smallvec",
|
|
"thiserror",
|
|
"vmbus_channel",
|
|
"vmbus_ring",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_channel"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures",
|
|
"guestmem",
|
|
"guid",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmbus_core",
|
|
"vmbus_ring",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_client"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures",
|
|
"guid",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"thiserror",
|
|
"tracing",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_core",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"futures",
|
|
"guid",
|
|
"hvdef",
|
|
"inspect",
|
|
"mesh",
|
|
"open_enum",
|
|
"static_assertions",
|
|
"thiserror",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_proxy"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guestmem",
|
|
"mesh",
|
|
"ntapi",
|
|
"pal",
|
|
"pal_async",
|
|
"pal_event",
|
|
"vmbus_core",
|
|
"winapi",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_relay"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures",
|
|
"guid",
|
|
"hcl",
|
|
"hvdef",
|
|
"inspect",
|
|
"mesh",
|
|
"mesh_protobuf",
|
|
"once_cell",
|
|
"pal_async",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_client",
|
|
"vmbus_core",
|
|
"vmbus_server",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_relay_intercept_device"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"futures",
|
|
"guid",
|
|
"hcl",
|
|
"hvdef",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"safeatomic",
|
|
"task_control",
|
|
"tracelimit",
|
|
"tracing",
|
|
"user_driver",
|
|
"virt",
|
|
"vmbus_channel",
|
|
"vmbus_client",
|
|
"vmbus_core",
|
|
"vmbus_relay",
|
|
"vmbus_ring",
|
|
"vmbus_server",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_ring"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"criterion",
|
|
"guestmem",
|
|
"inspect",
|
|
"safeatomic",
|
|
"smallvec",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_serial_guest"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures",
|
|
"guid",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"mesh",
|
|
"pal_async",
|
|
"serial_core",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracing",
|
|
"unix_socket",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_serial_host",
|
|
"vmbus_serial_protocol",
|
|
"vmbus_user_channel",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_serial_host"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"serial_core",
|
|
"task_control",
|
|
"thiserror",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_ring",
|
|
"vmbus_serial_protocol",
|
|
"vmbus_serial_resources",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_serial_protocol"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"guid",
|
|
"open_enum",
|
|
"static_assertions",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_serial_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_server"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"guestmem",
|
|
"guid",
|
|
"hvdef",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"safeatomic",
|
|
"slab",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"unicycle",
|
|
"unix_socket",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_core",
|
|
"vmbus_proxy",
|
|
"vmbus_ring",
|
|
"vmcore",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmbus_user_channel"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"filepath",
|
|
"fs-err",
|
|
"guid",
|
|
"libc",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"safeatomic",
|
|
"sparse_mmap",
|
|
"thiserror",
|
|
"tracing",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_ring",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmcore"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"hvdef",
|
|
"inspect",
|
|
"linkme",
|
|
"mesh",
|
|
"pal_async",
|
|
"pal_event",
|
|
"parking_lot",
|
|
"save_restore_derive",
|
|
"slab",
|
|
"thiserror",
|
|
"time",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vm_resource",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmfirmwareigvm_dll"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"embed-resource",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmgs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"cfg-if",
|
|
"crc32fast",
|
|
"getrandom",
|
|
"guid",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"mesh_protobuf",
|
|
"openssl",
|
|
"pal_async",
|
|
"tempfile_helpers",
|
|
"thiserror",
|
|
"tracing",
|
|
"vhd1_defs",
|
|
"vmgs_format",
|
|
"windows",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmgs_broker"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"inspect",
|
|
"mesh_channel",
|
|
"pal_async",
|
|
"thiserror",
|
|
"tracing",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"vmgs",
|
|
"vmgs_format",
|
|
"vmgs_resources",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmgs_format"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitfield-struct",
|
|
"inspect",
|
|
"open_enum",
|
|
"static_assertions",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmgs_lib"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"vmgs",
|
|
"vmgs_format",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmgs_resources"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"mesh",
|
|
"vm_resource",
|
|
"vmgs_format",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmgstool"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"clap",
|
|
"fs-err",
|
|
"guid",
|
|
"hcl_compat_uefi_nvram_storage",
|
|
"hex",
|
|
"pal_async",
|
|
"serde",
|
|
"serde_json",
|
|
"tempfile",
|
|
"thiserror",
|
|
"ucs2 0.0.0",
|
|
"uefi_nvram_specvars",
|
|
"uefi_nvram_storage",
|
|
"uefi_specs",
|
|
"vmgs",
|
|
"vmgs_format",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmm-sys-util"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d1435039746e20da4f8d507a72ee1b916f7b4b05af7a91c093d2c6561934ede"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmm_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"aarch64defs",
|
|
"acpi",
|
|
"acpi_spec",
|
|
"anyhow",
|
|
"async-trait",
|
|
"build_rs_guest_arch",
|
|
"cache_topology",
|
|
"chipset",
|
|
"futures",
|
|
"futures-concurrency",
|
|
"guestmem",
|
|
"hcl_compat_uefi_nvram_storage",
|
|
"hvdef",
|
|
"iced-x86",
|
|
"input_core",
|
|
"inspect",
|
|
"memory_range",
|
|
"mesh",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"pci_resources",
|
|
"power_resources",
|
|
"slab",
|
|
"state_unit",
|
|
"thiserror",
|
|
"tracing",
|
|
"virt",
|
|
"virt_support_x86emu",
|
|
"vm_resource",
|
|
"vm_topology",
|
|
"vmbus_channel",
|
|
"vmbus_server",
|
|
"vmcore",
|
|
"vmm_core_defs",
|
|
"vmotherboard",
|
|
"vpci",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmm_core_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"inspect",
|
|
"mesh",
|
|
"virt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmm_test_images"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"clap",
|
|
"petri_artifacts_vmm_test",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmm_test_macros"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"petri_artifacts_common",
|
|
"petri_artifacts_vmm_test",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmm_test_petri_support"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"parking_lot",
|
|
"petri",
|
|
"petri_artifacts_common",
|
|
"petri_artifacts_vmm_test",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmm_tests"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"build_rs_guest_arch",
|
|
"disk_backend_resources",
|
|
"gdma_resources",
|
|
"guid",
|
|
"hvlite_defs",
|
|
"hvlite_ttrpc_vmservice",
|
|
"mesh",
|
|
"mesh_rpc",
|
|
"net_backend_resources",
|
|
"nvme_resources",
|
|
"pal_async",
|
|
"petri",
|
|
"petri_artifact_resolver_openvmm_known_paths",
|
|
"petri_artifacts_common",
|
|
"petri_artifacts_vmm_test",
|
|
"scsidisk_resources",
|
|
"storvsp_resources",
|
|
"test_with_tracing",
|
|
"tracing",
|
|
"unix_socket",
|
|
"vm_resource",
|
|
"vmm_core_defs",
|
|
"vmm_test_macros",
|
|
"vmm_test_petri_support",
|
|
"vtl2_settings_proto",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmotherboard"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"arc_cyclic_builder",
|
|
"async-trait",
|
|
"chipset",
|
|
"chipset_device",
|
|
"chipset_device_resources",
|
|
"chipset_legacy",
|
|
"chipset_resources",
|
|
"closeable_mutex",
|
|
"firmware_pcat",
|
|
"firmware_uefi",
|
|
"floppy",
|
|
"floppy_pcat_stub",
|
|
"framebuffer",
|
|
"futures",
|
|
"generation_id",
|
|
"guest_watchdog",
|
|
"guestmem",
|
|
"ide",
|
|
"inspect",
|
|
"inspect_counters",
|
|
"local_clock",
|
|
"mesh",
|
|
"missing_dev",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"paste",
|
|
"pci_bus",
|
|
"range_map_vec",
|
|
"state_unit",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"uefi_nvram_storage",
|
|
"vga",
|
|
"vga_proxy",
|
|
"vm_resource",
|
|
"vmcore",
|
|
"watchdog_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmsocket"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"guid",
|
|
"libc",
|
|
"mesh",
|
|
"pal_async",
|
|
"socket2",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vmswitch"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"getrandom",
|
|
"guid",
|
|
"pal",
|
|
"pal_async",
|
|
"pal_event",
|
|
"thiserror",
|
|
"tracing",
|
|
"widestring",
|
|
"winapi",
|
|
"zerocopy",
|
|
"zerocopy_helpers",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vnc"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"futures",
|
|
"pal_async",
|
|
"socket2",
|
|
"thiserror",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vnc_worker"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"framebuffer",
|
|
"futures",
|
|
"input_core",
|
|
"inspect",
|
|
"mesh",
|
|
"mesh_worker",
|
|
"pal_async",
|
|
"tracing",
|
|
"tracing_helpers",
|
|
"vmsocket",
|
|
"vnc",
|
|
"vnc_worker_defs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vnc_worker_defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"framebuffer",
|
|
"input_core",
|
|
"mesh",
|
|
"mesh_worker",
|
|
"vmsocket",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vpci"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"chipset_arc_mutex_device",
|
|
"chipset_device",
|
|
"closeable_mutex",
|
|
"device_emulators",
|
|
"guestmem",
|
|
"guid",
|
|
"hvdef",
|
|
"inspect",
|
|
"mesh",
|
|
"open_enum",
|
|
"pal_async",
|
|
"parking_lot",
|
|
"pci_core",
|
|
"task_control",
|
|
"test_with_tracing",
|
|
"thiserror",
|
|
"tracelimit",
|
|
"tracing",
|
|
"vmbus_async",
|
|
"vmbus_channel",
|
|
"vmbus_ring",
|
|
"vmcore",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vswhom"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
|
|
dependencies = [
|
|
"libc",
|
|
"vswhom-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vswhom-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vtl2_settings_proto"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"pbjson",
|
|
"pbjson-build",
|
|
"pbjson-types",
|
|
"prost",
|
|
"prost-build",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vtl_array"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"bitvec",
|
|
"hvdef",
|
|
"inspect",
|
|
]
|
|
|
|
[[package]]
|
|
name = "w32-error"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa7c61a6bd91e168c12fc170985725340f6b458eb6f971d1cf6c34f74ffafb43"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "2.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
dependencies = [
|
|
"try-lock",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
[[package]]
|
|
name = "watchdog_core"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bitfield-struct",
|
|
"inspect",
|
|
"mesh",
|
|
"pal_async",
|
|
"thiserror",
|
|
"tracing",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "watchdog_vmgs_format"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"thiserror",
|
|
"vmcore",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wchar"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1ca6ea80317e76471c3aa6d47efb151ef04538960ab810845a1c854f5cd7d8c"
|
|
dependencies = [
|
|
"wchar-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wchar-impl"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "075c93156fed21f9dab57af5e81604d0fdb67432c919a8c1f78bb979f06a3d25"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 1.0.109",
|
|
]
|
|
|
|
[[package]]
|
|
name = "which"
|
|
version = "4.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
dependencies = [
|
|
"either",
|
|
"home",
|
|
"once_cell",
|
|
"rustix",
|
|
]
|
|
|
|
[[package]]
|
|
name = "which"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
|
|
dependencies = [
|
|
"either",
|
|
"home",
|
|
"once_cell",
|
|
"rustix",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "whp"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"criterion",
|
|
"win_import_lib",
|
|
"winapi",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "widestring"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
|
|
|
|
[[package]]
|
|
name = "win_etw_metadata"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e50d0fa665033a19ecefd281b4fb5481eba2972dedbb5ec129c9392a206d652f"
|
|
dependencies = [
|
|
"bitflags 1.3.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "win_etw_provider"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7f61e9dfafedf5eb4348902f2a32d326f2371245d05f012cdc67b9251ad6ea3"
|
|
dependencies = [
|
|
"w32-error",
|
|
"widestring",
|
|
"win_etw_metadata",
|
|
"winapi",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "win_etw_tracing"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d81ad6b448007f4445466a7aed270c56f05e64f5f996dc9a650b3d38c73e921"
|
|
dependencies = [
|
|
"bytes",
|
|
"tracing",
|
|
"tracing-log 0.1.4",
|
|
"tracing-subscriber",
|
|
"win_etw_metadata",
|
|
"win_etw_provider",
|
|
]
|
|
|
|
[[package]]
|
|
name = "win_import_lib"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "win_prng_support"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"widestring",
|
|
"win_import_lib",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "windows"
|
|
version = "0.56.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
|
|
dependencies = [
|
|
"windows-core",
|
|
"windows-targets 0.52.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-core"
|
|
version = "0.56.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
|
|
dependencies = [
|
|
"windows-implement",
|
|
"windows-interface",
|
|
"windows-result",
|
|
"windows-targets 0.52.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-implement"
|
|
version = "0.56.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-interface"
|
|
version = "0.56.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-result"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
|
|
dependencies = [
|
|
"windows-targets 0.52.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-service"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d24d6bcc7f734a4091ecf8d7a64c5f7d7066f45585c1861eba06449909609c8a"
|
|
dependencies = [
|
|
"bitflags 2.4.2",
|
|
"widestring",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.48.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
dependencies = [
|
|
"windows-targets 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
dependencies = [
|
|
"windows-targets 0.52.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
"windows_aarch64_msvc 0.48.5",
|
|
"windows_i686_gnu 0.48.5",
|
|
"windows_i686_msvc 0.48.5",
|
|
"windows_x86_64_gnu 0.48.5",
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
"windows_x86_64_msvc 0.48.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-targets"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
|
dependencies = [
|
|
"windows_aarch64_gnullvm 0.52.5",
|
|
"windows_aarch64_msvc 0.52.5",
|
|
"windows_i686_gnu 0.52.5",
|
|
"windows_i686_gnullvm",
|
|
"windows_i686_msvc 0.52.5",
|
|
"windows_x86_64_gnu 0.52.5",
|
|
"windows_x86_64_gnullvm 0.52.5",
|
|
"windows_x86_64_msvc 0.52.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnullvm"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.48.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
|
|
|
[[package]]
|
|
name = "winnow"
|
|
version = "0.5.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wyz"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
dependencies = [
|
|
"tap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x86defs"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"bitfield-struct",
|
|
"open_enum",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x86emu"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"arbitrary",
|
|
"futures",
|
|
"iced-x86",
|
|
"thiserror",
|
|
"tracing",
|
|
"x86defs",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xshell"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d47097dc5c85234b1e41851b3422dd6d19b3befdd35b4ae5ce386724aeca981"
|
|
dependencies = [
|
|
"xshell-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xshell-macros"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88301b56c26dd9bf5c43d858538f82d6f3f7764767defbc5d34e59459901c41a"
|
|
|
|
[[package]]
|
|
name = "xtask"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"cargo_toml",
|
|
"ci_logger",
|
|
"clap",
|
|
"clap_dyn_complete",
|
|
"fatfs",
|
|
"fs-err",
|
|
"futures",
|
|
"glob",
|
|
"gptman",
|
|
"grep-regex",
|
|
"grep-searcher",
|
|
"guid",
|
|
"ignore",
|
|
"log",
|
|
"mbrman",
|
|
"rayon",
|
|
"serde",
|
|
"serde_json",
|
|
"toml_edit",
|
|
"vmm_test_images",
|
|
"walkdir",
|
|
"which 6.0.0",
|
|
"xshell",
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xtask_fuzz"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"libfuzzer-sys",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy"
|
|
version = "0.7.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
|
dependencies = [
|
|
"byteorder",
|
|
"zerocopy-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy-derive"
|
|
version = "0.7.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn 2.0.48",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zerocopy_helpers"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"zerocopy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|