2021-02-25 16:53:46 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "acpi_tables"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-12-21 23:04:51 +00:00
|
|
|
version = "1.0.68"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-21 23:04:51 +00:00
|
|
|
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "api_client"
|
|
|
|
version = "0.1.0"
|
2021-07-21 23:10:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
2022-10-27 23:22:04 +00:00
|
|
|
version = "1.2.0"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-27 23:22:04 +00:00
|
|
|
checksum = "29d47fbf90d5149a107494b15a7dc8d69b351be2db3bb9691740e88ec17fd880"
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2022-08-01 23:14:31 +00:00
|
|
|
version = "1.5.1"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-01 23:14:31 +00:00
|
|
|
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arch"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
2021-06-24 23:09:35 +00:00
|
|
|
"fdt",
|
2021-02-25 16:53:46 +00:00
|
|
|
"hypervisor",
|
|
|
|
"libc",
|
|
|
|
"linux-loader",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2022-08-04 15:51:16 +00:00
|
|
|
"uuid",
|
2021-05-27 06:55:28 +00:00
|
|
|
"versionize",
|
|
|
|
"versionize_derive",
|
2021-05-12 12:06:01 +00:00
|
|
|
"vm-fdt",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-migration",
|
2021-07-21 23:10:11 +00:00
|
|
|
"vmm-sys-util",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
2021-05-12 12:06:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-16 23:55:41 +00:00
|
|
|
version = "1.3.2"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-16 23:55:41 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"io-uring",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"qcow",
|
2023-01-10 23:03:09 +00:00
|
|
|
"smallvec",
|
2021-02-25 16:53:46 +00:00
|
|
|
"thiserror",
|
2021-05-12 12:06:01 +00:00
|
|
|
"versionize",
|
|
|
|
"versionize_derive",
|
2021-08-02 15:51:36 +00:00
|
|
|
"vhdx",
|
2021-02-25 16:53:46 +00:00
|
|
|
"virtio-bindings",
|
2021-10-21 10:41:16 +00:00
|
|
|
"virtio-queue",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-virtio",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-11 07:06:19 +00:00
|
|
|
version = "1.4.3"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-11 07:06:19 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-12-15 23:03:40 +00:00
|
|
|
version = "1.0.78"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 23:03:40 +00:00
|
|
|
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
|
2022-09-02 03:09:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-12-26 23:03:04 +00:00
|
|
|
version = "4.0.32"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 23:03:04 +00:00
|
|
|
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-04-15 23:34:56 +00:00
|
|
|
"clap_lex",
|
2022-11-24 23:03:20 +00:00
|
|
|
"is-terminal",
|
2022-06-15 00:00:40 +00:00
|
|
|
"once_cell",
|
2021-02-25 16:53:46 +00:00
|
|
|
"strsim",
|
2022-01-03 23:11:35 +00:00
|
|
|
"termcolor",
|
2022-09-16 23:25:03 +00:00
|
|
|
"terminal_size",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
2022-04-15 23:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-10-04 14:52:43 +00:00
|
|
|
version = "0.3.0"
|
2022-04-15 23:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-04 14:52:43 +00:00
|
|
|
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
|
2022-04-15 23:34:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloud-hypervisor"
|
2022-11-17 23:03:17 +00:00
|
|
|
version = "28.0.0"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"api_client",
|
|
|
|
"clap",
|
|
|
|
"epoll",
|
|
|
|
"event_monitor",
|
|
|
|
"hypervisor",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"option_parser",
|
2022-09-15 08:31:10 +00:00
|
|
|
"seccompiler",
|
2021-02-25 16:53:46 +00:00
|
|
|
"serde_json",
|
|
|
|
"signal-hook",
|
|
|
|
"thiserror",
|
2022-11-15 23:04:25 +00:00
|
|
|
"tpm",
|
2022-09-22 23:10:13 +00:00
|
|
|
"tracer",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vmm",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloud-hypervisor-fuzz"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"block_util",
|
|
|
|
"cloud-hypervisor",
|
2022-07-26 15:30:56 +00:00
|
|
|
"devices",
|
2022-07-29 00:07:32 +00:00
|
|
|
"epoll",
|
2021-02-25 16:53:46 +00:00
|
|
|
"libc",
|
|
|
|
"libfuzzer-sys",
|
2022-12-06 00:53:13 +00:00
|
|
|
"linux-loader",
|
2022-07-29 00:07:32 +00:00
|
|
|
"micro_http",
|
2022-11-23 23:23:00 +00:00
|
|
|
"net_util",
|
2022-07-29 00:07:32 +00:00
|
|
|
"once_cell",
|
2021-02-25 16:53:46 +00:00
|
|
|
"qcow",
|
2022-09-15 08:31:10 +00:00
|
|
|
"seccompiler",
|
2021-08-02 15:51:36 +00:00
|
|
|
"vhdx",
|
2021-02-25 16:53:46 +00:00
|
|
|
"virtio-devices",
|
2021-10-21 10:41:16 +00:00
|
|
|
"virtio-queue",
|
2022-07-26 15:30:56 +00:00
|
|
|
"vm-device",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-virtio",
|
2022-07-29 00:07:32 +00:00
|
|
|
"vmm",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-08-02 15:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32c"
|
2022-04-13 09:14:54 +00:00
|
|
|
version = "0.6.3"
|
2021-08-02 15:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 09:14:54 +00:00
|
|
|
checksum = "3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e"
|
2021-08-02 15:51:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
2021-05-12 12:06:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc64"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55626594feae15d266d52440b26ff77de0e22230cf0c113abe619084c1ddc910"
|
|
|
|
|
2022-08-01 23:14:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-11-02 23:16:08 +00:00
|
|
|
version = "0.14.2"
|
2022-08-01 23:14:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-02 23:16:08 +00:00
|
|
|
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
|
2022-08-01 23:14:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2022-11-02 23:16:08 +00:00
|
|
|
version = "0.14.2"
|
2022-08-01 23:14:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-02 23:16:08 +00:00
|
|
|
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
|
2022-08-01 23:14:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-11-02 23:16:08 +00:00
|
|
|
version = "0.14.2"
|
2022-08-01 23:14:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-02 23:16:08 +00:00
|
|
|
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
|
2022-08-01 23:14:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "devices"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"acpi_tables",
|
|
|
|
"anyhow",
|
2021-05-26 06:25:47 +00:00
|
|
|
"arch",
|
2021-02-25 16:53:46 +00:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
2022-06-10 23:10:06 +00:00
|
|
|
"hypervisor",
|
2021-02-25 16:53:46 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2022-11-15 23:04:25 +00:00
|
|
|
"phf",
|
|
|
|
"thiserror",
|
|
|
|
"tpm",
|
2021-05-13 06:59:00 +00:00
|
|
|
"versionize",
|
|
|
|
"versionize_derive",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-device",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-migration",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "epoll"
|
|
|
|
version = "4.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20df693c700404f7e19d4d6fae6b15215d2913c27955d2b9d6f2c0f537511cd0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-09-15 23:16:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event_monitor"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-06-24 23:09:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fdt"
|
2022-08-02 00:49:14 +00:00
|
|
|
version = "0.1.4"
|
2021-06-24 23:09:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-02 00:49:14 +00:00
|
|
|
checksum = "964f5becd44d069dca0beea2b4bc05639ae7bf3b3f5369c295aff360bb57cca2"
|
2021-06-24 23:09:35 +00:00
|
|
|
|
2022-08-01 23:14:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-08-02 15:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-10-26 23:20:33 +00:00
|
|
|
version = "0.2.8"
|
2021-08-02 15:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-26 23:20:33 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-08-02 15:51:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-11-24 23:03:20 +00:00
|
|
|
version = "0.2.6"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-24 23:03:20 +00:00
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hypervisor"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-07-15 23:12:28 +00:00
|
|
|
"byteorder",
|
2021-02-25 16:53:46 +00:00
|
|
|
"iced-x86",
|
|
|
|
"kvm-bindings",
|
2021-11-19 23:36:09 +00:00
|
|
|
"kvm-ioctls",
|
2021-02-25 16:53:46 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
2022-08-01 23:14:31 +00:00
|
|
|
"serde_with",
|
2021-02-25 16:53:46 +00:00
|
|
|
"thiserror",
|
2022-07-21 13:15:15 +00:00
|
|
|
"vfio-ioctls",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iced-x86"
|
2023-01-04 23:03:10 +00:00
|
|
|
version = "1.18.0"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-04 23:03:10 +00:00
|
|
|
checksum = "1dd04b950d75b3498320253b17fb92745b2cc79ead8814aede2f7c1bab858bec"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2022-08-01 23:14:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2022-11-24 23:03:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2022-12-02 23:03:42 +00:00
|
|
|
version = "1.0.3"
|
2022-11-24 23:03:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-02 23:03:42 +00:00
|
|
|
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
|
2022-11-24 23:03:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-uring"
|
2023-01-02 23:02:58 +00:00
|
|
|
version = "0.5.11"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 23:02:58 +00:00
|
|
|
checksum = "c9ddf18110cedc09617f5a965bdb51adb0c0fb02c791e4ab22f7a21bb25269b0"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-24 23:03:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2022-12-23 23:02:40 +00:00
|
|
|
version = "0.4.2"
|
2022-11-24 23:03:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-23 23:02:40 +00:00
|
|
|
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
|
2022-11-24 23:03:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
2022-11-30 23:04:07 +00:00
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
2022-11-24 23:03:20 +00:00
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-12-22 23:02:54 +00:00
|
|
|
version = "1.0.5"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-22 23:02:54 +00:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2021-02-25 16:53:46 +00:00
|
|
|
|
2022-09-02 03:09:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2022-09-23 23:14:20 +00:00
|
|
|
version = "0.1.25"
|
2022-09-02 03:09:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-23 23:14:20 +00:00
|
|
|
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
2022-09-02 03:09:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kvm-bindings"
|
2022-11-28 13:08:13 +00:00
|
|
|
version = "0.6.0"
|
|
|
|
source = "git+https://github.com/cloud-hypervisor/kvm-bindings?branch=ch-v0.6.0-tdx#7d9ffb47e5b9b1989577258800a0f57c93f1445f"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-11-19 23:11:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kvm-ioctls"
|
2022-11-28 13:08:13 +00:00
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3a321cabd827642499c77e27314f388dd83a717a5ca716b86476fb947f73ae4"
|
2021-11-19 23:11:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"kvm-bindings",
|
|
|
|
"libc",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-01-06 23:03:15 +00:00
|
|
|
version = "0.2.139"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-06 23:03:15 +00:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libfuzzer-sys"
|
2022-10-18 23:10:42 +00:00
|
|
|
version = "0.4.5"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-18 23:10:42 +00:00
|
|
|
checksum = "c8fff891139ee62800da71b7fd5b508d570b9ad95e614a53c6f453ca08366038"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
"cc",
|
2021-05-27 06:55:28 +00:00
|
|
|
"once_cell",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-loader"
|
2022-12-07 17:39:14 +00:00
|
|
|
version = "0.8.1"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-07 17:39:14 +00:00
|
|
|
checksum = "b9259ddbfbb52cc918f6bbc60390004ddd0228cf1d85f402009ff2b3d95de83f"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
2022-11-24 23:03:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2022-12-13 23:03:50 +00:00
|
|
|
version = "0.1.4"
|
2022-11-24 23:03:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 23:03:50 +00:00
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
2022-11-24 23:03:20 +00:00
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-02 23:15:41 +00:00
|
|
|
version = "0.4.17"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-02 23:15:41 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "micro_http"
|
|
|
|
version = "0.1.0"
|
2022-11-28 13:08:13 +00:00
|
|
|
source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#4b18a043e997da5b5f679e3defc279fec908753e"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
2021-04-22 07:00:32 +00:00
|
|
|
"libc",
|
|
|
|
"vmm-sys-util",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net_gen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"epoll",
|
2021-09-19 17:14:35 +00:00
|
|
|
"getrandom",
|
2021-02-25 16:53:46 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"net_gen",
|
2021-03-31 07:29:37 +00:00
|
|
|
"rate_limiter",
|
2021-02-25 16:53:46 +00:00
|
|
|
"serde",
|
2022-08-16 23:12:24 +00:00
|
|
|
"thiserror",
|
2021-05-24 07:51:56 +00:00
|
|
|
"versionize",
|
|
|
|
"versionize_derive",
|
2021-02-25 16:53:46 +00:00
|
|
|
"virtio-bindings",
|
2021-10-21 10:41:16 +00:00
|
|
|
"virtio-queue",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-virtio",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-05-27 06:55:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-11-07 23:13:48 +00:00
|
|
|
version = "1.16.0"
|
2021-05-27 06:55:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-07 23:13:48 +00:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2021-05-27 06:55:28 +00:00
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "option_parser"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2022-01-03 23:11:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-11-21 23:16:24 +00:00
|
|
|
version = "6.4.1"
|
2022-01-03 23:11:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 23:16:24 +00:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
2022-01-03 23:11:35 +00:00
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pci"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"hypervisor",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-02-16 23:13:31 +00:00
|
|
|
"serde",
|
2021-08-06 09:11:40 +00:00
|
|
|
"thiserror",
|
2021-05-27 06:55:28 +00:00
|
|
|
"versionize",
|
|
|
|
"versionize_derive",
|
2021-12-21 11:31:09 +00:00
|
|
|
"vfio-bindings",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vfio-ioctls",
|
2021-08-10 23:11:41 +00:00
|
|
|
"vfio_user",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-allocator",
|
|
|
|
"vm-device",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-migration",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2022-11-15 23:04:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-01-04 23:03:10 +00:00
|
|
|
version = "1.0.49"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-04 23:03:10 +00:00
|
|
|
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
2022-05-17 02:32:05 +00:00
|
|
|
"unicode-ident",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "qcow"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"remain",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-08-04 00:41:54 +00:00
|
|
|
version = "1.0.21"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 00:41:54 +00:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-11-15 23:04:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
|
2021-03-31 07:29:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rate_limiter"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remain"
|
2023-01-02 09:33:06 +00:00
|
|
|
version = "0.2.6"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 09:33:06 +00:00
|
|
|
checksum = "5704e2cda92fd54202f05430725317ba0ea7d0c96b246ca0a92e45177127ba3b"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-08-02 15:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2022-01-05 23:08:27 +00:00
|
|
|
version = "0.4.0"
|
2021-08-02 15:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-05 23:08:27 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-08-02 15:51:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2022-11-24 23:03:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2022-12-06 23:03:29 +00:00
|
|
|
version = "0.36.5"
|
2022-11-24 23:03:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 23:03:29 +00:00
|
|
|
checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
|
2022-11-24 23:03:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
2022-11-30 23:04:07 +00:00
|
|
|
"io-lifetimes",
|
2022-09-15 23:16:43 +00:00
|
|
|
"libc",
|
2022-11-30 23:04:07 +00:00
|
|
|
"linux-raw-sys",
|
2022-11-09 23:02:39 +00:00
|
|
|
"windows-sys",
|
2022-09-15 23:16:43 +00:00
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-01-06 23:03:15 +00:00
|
|
|
version = "1.0.12"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-06 23:03:15 +00:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
2021-02-25 16:53:46 +00:00
|
|
|
|
2022-09-14 23:14:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "seccompiler"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f6575e3c2b3a0fe2ef3e53855b6a8dead7c29f783da5e123d378c8c6a89017e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-08-02 15:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-01-05 23:02:33 +00:00
|
|
|
version = "1.0.16"
|
2021-08-02 15:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-05 23:02:33 +00:00
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
2021-08-02 15:51:36 +00:00
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-01-03 23:02:31 +00:00
|
|
|
version = "1.0.152"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 23:02:31 +00:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2022-05-19 23:10:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-01-03 23:02:31 +00:00
|
|
|
version = "1.0.152"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-03 23:02:31 +00:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-12-19 23:02:50 +00:00
|
|
|
version = "1.0.91"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 23:02:50 +00:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-08-01 23:14:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2022-11-17 23:03:17 +00:00
|
|
|
version = "2.1.0"
|
2022-08-01 23:14:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 23:03:17 +00:00
|
|
|
checksum = "25bf4a5a814902cd1014dbccfa4d4560fb8432c779471e96e035602519f82eef"
|
2022-08-01 23:14:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2023-01-10 23:03:09 +00:00
|
|
|
version = "2.2.0"
|
2022-08-01 23:14:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-10 23:03:09 +00:00
|
|
|
checksum = "a1966009f3c05f095697c537312f5415d1e3ed31ce0a56942bac4c771c5c335e"
|
2022-08-01 23:14:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-08-30 23:15:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serial_buffer"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2022-05-16 23:12:19 +00:00
|
|
|
version = "0.3.14"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 23:12:19 +00:00
|
|
|
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-02 06:30:55 +00:00
|
|
|
version = "1.4.0"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 06:30:55 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-15 23:04:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
|
|
|
2023-01-10 23:03:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-01-03 23:11:35 +00:00
|
|
|
version = "0.10.0"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 23:11:35 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2021-02-25 16:53:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-01-09 23:06:33 +00:00
|
|
|
version = "1.0.107"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 23:06:33 +00:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-17 08:34:00 +00:00
|
|
|
"unicode-ident",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-03 23:11:35 +00:00
|
|
|
name = "termcolor"
|
2022-03-02 23:27:37 +00:00
|
|
|
version = "1.1.3"
|
2022-01-03 23:11:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-02 23:27:37 +00:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2022-01-03 23:11:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-09-15 23:16:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2022-11-30 23:04:07 +00:00
|
|
|
version = "0.2.3"
|
2022-09-15 23:16:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-30 23:04:07 +00:00
|
|
|
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
|
2022-09-15 23:16:43 +00:00
|
|
|
dependencies = [
|
2022-11-30 23:04:07 +00:00
|
|
|
"rustix",
|
2022-11-09 23:02:39 +00:00
|
|
|
"windows-sys",
|
2022-09-15 23:16:43 +00:00
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-09-27 23:09:05 +00:00
|
|
|
version = "1.0.37"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-27 23:09:05 +00:00
|
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-09-27 23:09:05 +00:00
|
|
|
version = "1.0.37"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-27 23:09:05 +00:00
|
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-15 23:04:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tpm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2022-09-22 23:10:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracer"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-05-17 02:32:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-12-20 23:02:42 +00:00
|
|
|
version = "1.0.6"
|
2022-05-17 02:32:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-20 23:02:42 +00:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
2022-05-17 02:32:05 +00:00
|
|
|
|
2021-06-10 06:26:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2022-11-15 23:04:25 +00:00
|
|
|
version = "1.2.2"
|
2021-06-10 06:26:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-15 23:04:25 +00:00
|
|
|
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
|
2021-08-02 15:51:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
2021-06-10 06:26:13 +00:00
|
|
|
|
2021-05-12 12:06:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "versionize"
|
2022-11-28 13:08:13 +00:00
|
|
|
version = "0.1.9"
|
2021-05-12 12:06:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 13:08:13 +00:00
|
|
|
checksum = "d6e2495726cf917e7ba7ec8bf0f0fceab543dd38d0a4195ed6bef331e38a290f"
|
2021-05-12 12:06:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"crc64",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
|
|
|
"versionize_derive",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "versionize_derive"
|
|
|
|
version = "0.1.4"
|
2021-07-13 16:44:59 +00:00
|
|
|
source = "git+https://github.com/cloud-hypervisor/versionize_derive?branch=ch#ae35ef7a3ddabd3371ab8ac0193a383aff6e4b1b"
|
2021-05-12 12:06:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-21 10:45:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vfio-bindings"
|
2022-12-07 17:39:14 +00:00
|
|
|
version = "0.4.0"
|
|
|
|
source = "git+https://github.com/rust-vmm/vfio?branch=main#7ef33f6759ae6d37a54cd66f749aa47c1c81509c"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vfio-ioctls"
|
2022-12-07 17:39:14 +00:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "git+https://github.com/rust-vmm/vfio?branch=main#7ef33f6759ae6d37a54cd66f749aa47c1c81509c"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"kvm-bindings",
|
2021-11-19 23:36:09 +00:00
|
|
|
"kvm-ioctls",
|
2022-02-07 23:16:03 +00:00
|
|
|
"libc",
|
2021-02-25 16:53:46 +00:00
|
|
|
"log",
|
2022-02-07 23:16:03 +00:00
|
|
|
"thiserror",
|
2021-12-21 11:31:09 +00:00
|
|
|
"vfio-bindings",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-08-10 23:11:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vfio_user"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2021-12-21 11:31:09 +00:00
|
|
|
"vfio-bindings",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-08-10 23:11:41 +00:00
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-08-02 15:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vhdx"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32c",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"remain",
|
|
|
|
"thiserror",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vhost"
|
2022-11-30 23:04:07 +00:00
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9b791c5b0717a0558888a4cf7240cea836f39a99cb342e12ce633dcaa078072"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtio-bindings"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ff512178285488516ed85f15b5d0113a7cdb89e9e8a760b269ae4f02b84bd6b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtio-devices"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"arc-swap",
|
|
|
|
"block_util",
|
|
|
|
"byteorder",
|
|
|
|
"epoll",
|
|
|
|
"event_monitor",
|
|
|
|
"io-uring",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"net_gen",
|
|
|
|
"net_util",
|
|
|
|
"pci",
|
2021-03-31 07:29:37 +00:00
|
|
|
"rate_limiter",
|
2022-09-15 08:31:10 +00:00
|
|
|
"seccompiler",
|
2021-02-25 16:53:46 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-08-30 23:15:40 +00:00
|
|
|
"serial_buffer",
|
2022-03-20 12:26:48 +00:00
|
|
|
"thiserror",
|
2021-05-12 12:06:01 +00:00
|
|
|
"versionize",
|
|
|
|
"versionize_derive",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vhost",
|
|
|
|
"virtio-bindings",
|
2021-10-21 10:41:16 +00:00
|
|
|
"virtio-queue",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-allocator",
|
|
|
|
"vm-device",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-migration",
|
|
|
|
"vm-virtio",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-10-21 10:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "virtio-queue"
|
2022-11-28 13:08:13 +00:00
|
|
|
version = "0.7.0"
|
2022-03-07 12:47:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 13:08:13 +00:00
|
|
|
checksum = "19e927d93d54c365034fd7f31a5f458a1f540de4a37c52e892670dad9692173c"
|
2021-10-21 10:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2022-07-06 14:08:08 +00:00
|
|
|
"virtio-bindings",
|
2021-10-21 10:41:16 +00:00
|
|
|
"vm-memory",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vm-allocator"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"arch",
|
|
|
|
"libc",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vm-device"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-05-13 23:11:58 +00:00
|
|
|
"hypervisor",
|
2021-02-25 16:53:46 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"vfio-ioctls",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
2021-05-12 12:06:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vm-fdt"
|
2022-11-28 13:08:13 +00:00
|
|
|
version = "0.2.0"
|
2022-12-07 17:39:14 +00:00
|
|
|
source = "git+https://github.com/rust-vmm/vm-fdt?branch=main#c5a99ab71b130435927d19b50c85fcd5ce904a8c"
|
2021-08-06 09:11:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vm-memory"
|
2022-11-28 13:08:13 +00:00
|
|
|
version = "0.10.0"
|
2021-08-06 09:11:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 13:08:13 +00:00
|
|
|
checksum = "688a70366615b45575a424d9c665561c1b5ab2224d494f706b6a6812911a827c"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vm-migration"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2021-05-12 12:06:01 +00:00
|
|
|
"versionize",
|
|
|
|
"versionize_derive",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vm-virtio"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2021-10-21 10:41:16 +00:00
|
|
|
"virtio-queue",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vmm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"acpi_tables",
|
|
|
|
"anyhow",
|
|
|
|
"arc-swap",
|
|
|
|
"arch",
|
|
|
|
"bitflags",
|
|
|
|
"block_util",
|
|
|
|
"clap",
|
|
|
|
"devices",
|
|
|
|
"epoll",
|
|
|
|
"event_monitor",
|
|
|
|
"hypervisor",
|
|
|
|
"libc",
|
|
|
|
"linux-loader",
|
|
|
|
"log",
|
|
|
|
"micro_http",
|
|
|
|
"net_util",
|
2022-06-20 23:15:52 +00:00
|
|
|
"once_cell",
|
2021-02-25 16:53:46 +00:00
|
|
|
"option_parser",
|
|
|
|
"pci",
|
|
|
|
"qcow",
|
2022-09-15 08:31:10 +00:00
|
|
|
"seccompiler",
|
2021-02-25 16:53:46 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-08-30 23:15:40 +00:00
|
|
|
"serial_buffer",
|
2021-02-25 16:53:46 +00:00
|
|
|
"signal-hook",
|
|
|
|
"thiserror",
|
2022-09-22 23:10:13 +00:00
|
|
|
"tracer",
|
2021-06-10 06:26:13 +00:00
|
|
|
"uuid",
|
2021-05-24 07:51:56 +00:00
|
|
|
"versionize",
|
|
|
|
"versionize_derive",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vfio-ioctls",
|
2021-09-24 23:10:36 +00:00
|
|
|
"vfio_user",
|
2021-08-02 15:51:36 +00:00
|
|
|
"vhdx",
|
2021-02-25 16:53:46 +00:00
|
|
|
"virtio-devices",
|
2021-10-21 10:41:16 +00:00
|
|
|
"virtio-queue",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-allocator",
|
|
|
|
"vm-device",
|
2021-10-22 08:29:33 +00:00
|
|
|
"vm-memory",
|
2021-02-25 16:53:46 +00:00
|
|
|
"vm-migration",
|
|
|
|
"vm-virtio",
|
|
|
|
"vmm-sys-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vmm-sys-util"
|
2022-11-28 13:08:13 +00:00
|
|
|
version = "0.11.0"
|
2021-02-25 16:53:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 13:08:13 +00:00
|
|
|
checksum = "cc06a16ee8ebf0d9269aed304030b0d20a866b8b3dd3d4ce532596ac567a0d24"
|
2021-02-25 16:53:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2021-08-02 15:51:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-06-15 00:41:35 +00:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-08-02 15:51:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 00:41:35 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-08-02 15:51:36 +00:00
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[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"
|
|
|
|
|
2022-01-03 23:11:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-02-25 16:53:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-09-15 23:16:43 +00:00
|
|
|
|
2022-11-08 23:03:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2022-11-09 23:02:39 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-11-08 23:03:04 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-11-09 23:02:39 +00:00
|
|
|
"windows_x86_64_msvc",
|
2022-11-08 23:03:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|