xref: /cloud-hypervisor/Cargo.lock (revision 3a81f9328f9080a63670e24b95bcda1ee635a7da)
1c4c8b931SRob Bradford# This file is automatically @generated by Cargo.
2c4c8b931SRob Bradford# It is not intended for manual editing.
31205bce0SRob Bradfordversion = 3
41205bce0SRob Bradford
573337c8bSSamuel Ortiz[[package]]
6eea6f1dcSRob Bradfordname = "acpi_tables"
7eea6f1dcSRob Bradfordversion = "0.1.0"
8eea6f1dcSRob Bradforddependencies = [
97f0e7d19SSebastien Boeuf "vm-memory",
10eea6f1dcSRob Bradford]
11eea6f1dcSRob Bradford
12eea6f1dcSRob Bradford[[package]]
13*3a81f932SRob Bradfordname = "addr2line"
14*3a81f932SRob Bradfordversion = "0.19.0"
15*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
16*3a81f932SRob Bradfordchecksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
17*3a81f932SRob Bradforddependencies = [
18*3a81f932SRob Bradford "gimli",
19*3a81f932SRob Bradford]
20*3a81f932SRob Bradford
21*3a81f932SRob Bradford[[package]]
22*3a81f932SRob Bradfordname = "adler"
23*3a81f932SRob Bradfordversion = "1.0.2"
24*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
25*3a81f932SRob Bradfordchecksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
26*3a81f932SRob Bradford
27*3a81f932SRob Bradford[[package]]
2878fe8072SRob Bradfordname = "aho-corasick"
296f8bd27cSRob Bradfordversion = "0.7.20"
3078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
316f8bd27cSRob Bradfordchecksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
3278fe8072SRob Bradforddependencies = [
331b1a2175SSamuel Ortiz "memchr",
3478fe8072SRob Bradford]
3578fe8072SRob Bradford
3678fe8072SRob Bradford[[package]]
370361df4aSSamuel Ortizname = "anyhow"
38fdb2d673Sdependabot[bot]version = "1.0.68"
390361df4aSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
40fdb2d673Sdependabot[bot]checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
410361df4aSSamuel Ortiz
420361df4aSSamuel Ortiz[[package]]
438de3bd72SRob Bradfordname = "api_client"
448de3bd72SRob Bradfordversion = "0.1.0"
459af2968aSSebastien Boeufdependencies = [
469af2968aSSebastien Boeuf "vmm-sys-util",
479af2968aSSebastien Boeuf]
488de3bd72SRob Bradford
498de3bd72SRob Bradford[[package]]
50df5058ecSfazlamehrabname = "arc-swap"
51*3a81f932SRob Bradfordversion = "1.6.0"
52df5058ecSfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
53*3a81f932SRob Bradfordchecksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
54df5058ecSfazlamehrab
55df5058ecSfazlamehrab[[package]]
56539367b5SSamuel Ortizname = "arch"
57539367b5SSamuel Ortizversion = "0.1.0"
58539367b5SSamuel Ortizdependencies = [
59e4dee57eSMuminul Islam "anyhow",
601b1a2175SSamuel Ortiz "byteorder",
61cee5508eSRob Bradford "fdt",
62e4dee57eSMuminul Islam "hypervisor",
631b1a2175SSamuel Ortiz "libc",
641b1a2175SSamuel Ortiz "linux-loader",
654449b0d3Sdependabot[bot] "log",
6664351c1fSSebastien Boeuf "serde",
676e4c90f3SRob Bradford "thiserror",
68bc3a276bSlizhaoxin1 "uuid",
6972ec98b8SRob Bradford "versionize",
7072ec98b8SRob Bradford "versionize_derive",
717299202dSdependabot[bot] "vm-fdt",
727f0e7d19SSebastien Boeuf "vm-memory",
7364351c1fSSebastien Boeuf "vm-migration",
74569be6e7SBo Chen "vmm-sys-util",
75539367b5SSamuel Ortiz]
76539367b5SSamuel Ortiz
77539367b5SSamuel Ortiz[[package]]
781ba995d9SWei Liuname = "argh"
79*3a81f932SRob Bradfordversion = "0.1.10"
801ba995d9SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
81*3a81f932SRob Bradfordchecksum = "ab257697eb9496bf75526f0217b5ed64636a9cfafa78b8365c71bd283fcef93e"
821ba995d9SWei Liudependencies = [
831ba995d9SWei Liu "argh_derive",
841ba995d9SWei Liu "argh_shared",
851ba995d9SWei Liu]
861ba995d9SWei Liu
871ba995d9SWei Liu[[package]]
881ba995d9SWei Liuname = "argh_derive"
894689abd9Sdependabot[bot]version = "0.1.10"
901ba995d9SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
914689abd9Sdependabot[bot]checksum = "b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6"
921ba995d9SWei Liudependencies = [
931ba995d9SWei Liu "argh_shared",
941ba995d9SWei Liu "proc-macro2",
951ba995d9SWei Liu "quote",
961ba995d9SWei Liu "syn",
971ba995d9SWei Liu]
981ba995d9SWei Liu
991ba995d9SWei Liu[[package]]
1001ba995d9SWei Liuname = "argh_shared"
1014689abd9Sdependabot[bot]version = "0.1.10"
1021ba995d9SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
1034689abd9Sdependabot[bot]checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f"
1041ba995d9SWei Liu
1051ba995d9SWei Liu[[package]]
106b67e0b3dSSebastien Boeufname = "autocfg"
107747003d3Sdependabot[bot]version = "1.1.0"
10892b37645Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
109747003d3Sdependabot[bot]checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
11092b37645Sdependabot-preview[bot]
11192b37645Sdependabot-preview[bot][[package]]
112*3a81f932SRob Bradfordname = "backtrace"
113*3a81f932SRob Bradfordversion = "0.3.67"
114*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
115*3a81f932SRob Bradfordchecksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
116*3a81f932SRob Bradforddependencies = [
117*3a81f932SRob Bradford "addr2line",
118*3a81f932SRob Bradford "cc",
119*3a81f932SRob Bradford "cfg-if",
120*3a81f932SRob Bradford "libc",
121*3a81f932SRob Bradford "miniz_oxide",
122*3a81f932SRob Bradford "object",
123*3a81f932SRob Bradford "rustc-demangle",
124*3a81f932SRob Bradford]
125*3a81f932SRob Bradford
126*3a81f932SRob Bradford[[package]]
127bbda0871SRob Bradfordname = "bincode"
128bbda0871SRob Bradfordversion = "1.3.3"
129bbda0871SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
130bbda0871SRob Bradfordchecksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
131bbda0871SRob Bradforddependencies = [
132bbda0871SRob Bradford "serde",
133bbda0871SRob Bradford]
134bbda0871SRob Bradford
135bbda0871SRob Bradford[[package]]
136ddce3df8SRob Bradfordname = "bitflags"
137754ce370Sdependabot[bot]version = "1.3.2"
1381853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
139754ce370Sdependabot[bot]checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1401853b350SSamuel Ortiz
1411853b350SSamuel Ortiz[[package]]
1429c867edcSRob Bradfordname = "block_util"
1439c867edcSRob Bradfordversion = "0.1.0"
1449c867edcSRob Bradforddependencies = [
14549a65001SSebastien Boeuf "io-uring",
14649a65001SSebastien Boeuf "libc",
1474449b0d3Sdependabot[bot] "log",
1489fc86a91SSebastien Boeuf "qcow",
14967ff0d78SRob Bradford "smallvec",
15030033bdaSSebastien Boeuf "thiserror",
151c4007022SRob Bradford "versionize",
152c4007022SRob Bradford "versionize_derive",
1535db4dedeSFazla Mehrab "vhdx",
1549c867edcSRob Bradford "virtio-bindings",
1550249e864SSebastien Boeuf "virtio-queue",
1567f0e7d19SSebastien Boeuf "vm-memory",
1579c867edcSRob Bradford "vm-virtio",
15849a65001SSebastien Boeuf "vmm-sys-util",
1599c867edcSRob Bradford]
1609c867edcSRob Bradford
1619c867edcSRob Bradford[[package]]
162539367b5SSamuel Ortizname = "byteorder"
1634e307788Sdependabot-preview[bot]version = "1.4.3"
164539367b5SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1654e307788Sdependabot-preview[bot]checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
166539367b5SSamuel Ortiz
167539367b5SSamuel Ortiz[[package]]
168ddce3df8SRob Bradfordname = "cc"
1692f855c9aSdependabot[bot]version = "1.0.78"
170ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1712f855c9aSdependabot[bot]checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
172ddce3df8SRob Bradford
173ddce3df8SRob Bradford[[package]]
1740adc3481SSamuel Ortizname = "cfg-if"
17574627d2dSdependabot-preview[bot]version = "1.0.0"
17674627d2dSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
17774627d2dSdependabot-preview[bot]checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
17874627d2dSdependabot-preview[bot]
17974627d2dSdependabot-preview[bot][[package]]
18073337c8bSSamuel Ortizname = "cloud-hypervisor"
18122cf8c97SRob Bradfordversion = "29.0.0"
1822ed17abbSSamuel Ortizdependencies = [
183c22b788bSRob Bradford "anyhow",
1848de3bd72SRob Bradford "api_client",
185d5558aeaSWei Liu "argh",
186*3a81f932SRob Bradford "dhat",
187d6895188SRob Bradford "dirs",
1888c92d1dbSBo Chen "epoll",
1894822ed79SRob Bradford "event_monitor",
19056a16385SMuminul Islam "hypervisor",
1911b1a2175SSamuel Ortiz "libc",
1924449b0d3Sdependabot[bot] "log",
193391508f0SRob Bradford "net_util",
19432b855dfSWei Liu "once_cell",
195a86a2711SRob Bradford "option_parser",
19608ac3405SBo Chen "seccompiler",
1971b1a2175SSamuel Ortiz "serde_json",
19839d080e0SRob Bradford "signal-hook",
19988c30764SRob Bradford "test_infra",
200c22b788bSRob Bradford "thiserror",
201e3213c8aSPraveen K Paladugu "tpm",
202b35e6f30SRob Bradford "tracer",
2037f0e7d19SSebastien Boeuf "vm-memory",
2041b1a2175SSamuel Ortiz "vmm",
2051b1a2175SSamuel Ortiz "vmm-sys-util",
20626783feaSBo Chen "wait-timeout",
207a0da3debSSamuel Ortiz]
208a0da3debSSamuel Ortiz
209a0da3debSSamuel Ortiz[[package]]
2105db4dedeSFazla Mehrabname = "crc32c"
2114338486cSdependabot[bot]version = "0.6.3"
2125db4dedeSFazla Mehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
2134338486cSdependabot[bot]checksum = "3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e"
2145db4dedeSFazla Mehrabdependencies = [
2155db4dedeSFazla Mehrab "rustc_version",
2165db4dedeSFazla Mehrab]
2175db4dedeSFazla Mehrab
2185db4dedeSFazla Mehrab[[package]]
219bbda0871SRob Bradfordname = "crc64"
220bbda0871SRob Bradfordversion = "1.0.0"
221bbda0871SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
222bbda0871SRob Bradfordchecksum = "55626594feae15d266d52440b26ff77de0e22230cf0c113abe619084c1ddc910"
223bbda0871SRob Bradford
224bbda0871SRob Bradford[[package]]
225e1a70f67SWei Liuname = "darling"
2269f1d2d34Sdependabot[bot]version = "0.14.2"
227e1a70f67SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
2289f1d2d34Sdependabot[bot]checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
229e1a70f67SWei Liudependencies = [
230e1a70f67SWei Liu "darling_core",
231e1a70f67SWei Liu "darling_macro",
232e1a70f67SWei Liu]
233e1a70f67SWei Liu
234e1a70f67SWei Liu[[package]]
235e1a70f67SWei Liuname = "darling_core"
2369f1d2d34Sdependabot[bot]version = "0.14.2"
237e1a70f67SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
2389f1d2d34Sdependabot[bot]checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
239e1a70f67SWei Liudependencies = [
240e1a70f67SWei Liu "fnv",
241e1a70f67SWei Liu "ident_case",
242e1a70f67SWei Liu "proc-macro2",
243e1a70f67SWei Liu "quote",
244e1a70f67SWei Liu "strsim",
245e1a70f67SWei Liu "syn",
246e1a70f67SWei Liu]
247e1a70f67SWei Liu
248e1a70f67SWei Liu[[package]]
249e1a70f67SWei Liuname = "darling_macro"
2509f1d2d34Sdependabot[bot]version = "0.14.2"
251e1a70f67SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
2529f1d2d34Sdependabot[bot]checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
253e1a70f67SWei Liudependencies = [
254e1a70f67SWei Liu "darling_core",
255e1a70f67SWei Liu "quote",
256e1a70f67SWei Liu "syn",
257e1a70f67SWei Liu]
258e1a70f67SWei Liu
259e1a70f67SWei Liu[[package]]
2601853b350SSamuel Ortizname = "devices"
2611853b350SSamuel Ortizversion = "0.1.0"
2621853b350SSamuel Ortizdependencies = [
2631b1a2175SSamuel Ortiz "acpi_tables",
26498741573SYi Sun "anyhow",
26592c2101fSSebastien Boeuf "arch",
2664449b0d3Sdependabot[bot] "bitflags",
2671b1a2175SSamuel Ortiz "byteorder",
268957d3a74SMichael Zhao "hypervisor",
2691b1a2175SSamuel Ortiz "libc",
2704449b0d3Sdependabot[bot] "log",
271d0b253d1SPraveen K Paladugu "phf",
272d0b253d1SPraveen K Paladugu "thiserror",
273d0b253d1SPraveen K Paladugu "tpm",
2741205bce0SRob Bradford "versionize",
2751205bce0SRob Bradford "versionize_derive",
2761b1a2175SSamuel Ortiz "vm-device",
2777f0e7d19SSebastien Boeuf "vm-memory",
27898741573SYi Sun "vm-migration",
2791b1a2175SSamuel Ortiz "vmm-sys-util",
2801853b350SSamuel Ortiz]
2811853b350SSamuel Ortiz
2821853b350SSamuel Ortiz[[package]]
283*3a81f932SRob Bradfordname = "dhat"
284*3a81f932SRob Bradfordversion = "0.3.2"
285*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
286*3a81f932SRob Bradfordchecksum = "4f2aaf837aaf456f6706cb46386ba8dffd4013a757e36f4ea05c20dd46b209a3"
287*3a81f932SRob Bradforddependencies = [
288*3a81f932SRob Bradford "backtrace",
289*3a81f932SRob Bradford "lazy_static",
290*3a81f932SRob Bradford "mintex",
291*3a81f932SRob Bradford "parking_lot 0.12.1",
292*3a81f932SRob Bradford "rustc-hash",
293*3a81f932SRob Bradford "serde",
294*3a81f932SRob Bradford "serde_json",
295*3a81f932SRob Bradford "thousands",
296*3a81f932SRob Bradford]
297*3a81f932SRob Bradford
298*3a81f932SRob Bradford[[package]]
299ddce3df8SRob Bradfordname = "dirs"
3008ea0c542Sdependabot[bot]version = "4.0.0"
3018ea0c542Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
3028ea0c542Sdependabot[bot]checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3038ea0c542Sdependabot[bot]dependencies = [
3048ea0c542Sdependabot[bot] "dirs-sys",
3058ea0c542Sdependabot[bot]]
3068ea0c542Sdependabot[bot]
3078ea0c542Sdependabot[bot][[package]]
308ddce3df8SRob Bradfordname = "dirs-sys"
309c0f2991eSdependabot[bot]version = "0.3.7"
310ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
311c0f2991eSdependabot[bot]checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
312ddce3df8SRob Bradforddependencies = [
3131b1a2175SSamuel Ortiz "libc",
3141b1a2175SSamuel Ortiz "redox_users",
3154449b0d3Sdependabot[bot] "winapi",
316ddce3df8SRob Bradford]
317ddce3df8SRob Bradford
318ddce3df8SRob Bradford[[package]]
319fe540122SSamuel Ortizname = "env_logger"
3202c367bddSRob Bradfordversion = "0.10.0"
321fe540122SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
3222c367bddSRob Bradfordchecksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
323fe540122SSamuel Ortizdependencies = [
324fe540122SSamuel Ortiz "humantime",
3252c367bddSRob Bradford "is-terminal",
3264449b0d3Sdependabot[bot] "log",
327fe540122SSamuel Ortiz "regex",
328fe540122SSamuel Ortiz "termcolor",
329fe540122SSamuel Ortiz]
330fe540122SSamuel Ortiz
331fe540122SSamuel Ortiz[[package]]
3321853b350SSamuel Ortizname = "epoll"
33319ce0a37Sdependabot-preview[bot]version = "4.3.1"
3341853b350SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
33519ce0a37Sdependabot-preview[bot]checksum = "20df693c700404f7e19d4d6fae6b15215d2913c27955d2b9d6f2c0f537511cd0"
3361853b350SSamuel Ortizdependencies = [
3374449b0d3Sdependabot[bot] "bitflags",
3381b1a2175SSamuel Ortiz "libc",
3391853b350SSamuel Ortiz]
3401853b350SSamuel Ortiz
3411853b350SSamuel Ortiz[[package]]
342f7a013daSdependabot[bot]name = "errno"
343f7a013daSdependabot[bot]version = "0.2.8"
344f7a013daSdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
345f7a013daSdependabot[bot]checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
346f7a013daSdependabot[bot]dependencies = [
347f7a013daSdependabot[bot] "errno-dragonfly",
348f7a013daSdependabot[bot] "libc",
349f7a013daSdependabot[bot] "winapi",
350f7a013daSdependabot[bot]]
351f7a013daSdependabot[bot]
352f7a013daSdependabot[bot][[package]]
353f7a013daSdependabot[bot]name = "errno-dragonfly"
354f7a013daSdependabot[bot]version = "0.1.2"
355f7a013daSdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
356f7a013daSdependabot[bot]checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
357f7a013daSdependabot[bot]dependencies = [
358f7a013daSdependabot[bot] "cc",
359f7a013daSdependabot[bot] "libc",
360f7a013daSdependabot[bot]]
361f7a013daSdependabot[bot]
362f7a013daSdependabot[bot][[package]]
363ddbef745SRob Bradfordname = "event_monitor"
364ddbef745SRob Bradfordversion = "0.1.0"
365ddbef745SRob Bradforddependencies = [
366ddbef745SRob Bradford "libc",
367ddbef745SRob Bradford "serde",
368ddbef745SRob Bradford "serde_json",
369ddbef745SRob Bradford]
370ddbef745SRob Bradford
371ddbef745SRob Bradford[[package]]
372cee5508eSRob Bradfordname = "fdt"
373ac3ab194Sdependabot[bot]version = "0.1.4"
374cee5508eSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
375ac3ab194Sdependabot[bot]checksum = "964f5becd44d069dca0beea2b4bc05639ae7bf3b3f5369c295aff360bb57cca2"
376cee5508eSRob Bradford
377cee5508eSRob Bradford[[package]]
378e1a70f67SWei Liuname = "fnv"
379e1a70f67SWei Liuversion = "1.0.7"
380e1a70f67SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
381e1a70f67SWei Liuchecksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
382e1a70f67SWei Liu
383e1a70f67SWei Liu[[package]]
384f1c47056SAkira Morooname = "gdbstub"
3857f513578Sdependabot[bot]version = "0.6.3"
386f1c47056SAkira Moroosource = "registry+https://github.com/rust-lang/crates.io-index"
3877f513578Sdependabot[bot]checksum = "32c95766e0414f8bfc1d07055574c621b67739466d6ba516c4fef8e99d30d2e6"
388f1c47056SAkira Moroodependencies = [
389f1c47056SAkira Moroo "bitflags",
390f1c47056SAkira Moroo "cfg-if",
391f1c47056SAkira Moroo "log",
392f1c47056SAkira Moroo "managed",
393f1c47056SAkira Moroo "num-traits",
394f1c47056SAkira Moroo "paste",
395f1c47056SAkira Moroo]
396f1c47056SAkira Moroo
397f1c47056SAkira Moroo[[package]]
398f1c47056SAkira Morooname = "gdbstub_arch"
3990b15e378Sdependabot[bot]version = "0.2.4"
400f1c47056SAkira Moroosource = "registry+https://github.com/rust-lang/crates.io-index"
4010b15e378Sdependabot[bot]checksum = "eecb536c55c43593a00dde9074dbbdb0e81ce5f20dbca921400f8779c21dea9c"
402f1c47056SAkira Moroodependencies = [
403f1c47056SAkira Moroo "gdbstub",
404f1c47056SAkira Moroo "num-traits",
405f1c47056SAkira Moroo]
406f1c47056SAkira Moroo
407f1c47056SAkira Moroo[[package]]
408577d44c8Sfazlamehrabname = "getrandom"
409cd24f470Sdependabot[bot]version = "0.2.8"
410577d44c8Sfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
411cd24f470Sdependabot[bot]checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
412577d44c8Sfazlamehrabdependencies = [
41325c6733fSdependabot[bot] "cfg-if",
4141b1a2175SSamuel Ortiz "libc",
4151b1a2175SSamuel Ortiz "wasi",
416577d44c8Sfazlamehrab]
417577d44c8Sfazlamehrab
418577d44c8Sfazlamehrab[[package]]
419*3a81f932SRob Bradfordname = "gimli"
420*3a81f932SRob Bradfordversion = "0.27.0"
42178fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
422*3a81f932SRob Bradfordchecksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"
423*3a81f932SRob Bradford
424*3a81f932SRob Bradford[[package]]
425*3a81f932SRob Bradfordname = "glob"
426*3a81f932SRob Bradfordversion = "0.3.1"
427*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
428*3a81f932SRob Bradfordchecksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
42978fe8072SRob Bradford
43078fe8072SRob Bradford[[package]]
4311a28f64dSdependabot-preview[bot]name = "hermit-abi"
4326f8bd27cSRob Bradfordversion = "0.2.6"
4336f8bd27cSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
4346f8bd27cSRob Bradfordchecksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
4351a28f64dSdependabot-preview[bot]dependencies = [
4361b1a2175SSamuel Ortiz "libc",
4371a28f64dSdependabot-preview[bot]]
4381a28f64dSdependabot-preview[bot]
4391a28f64dSdependabot-preview[bot][[package]]
440fe540122SSamuel Ortizname = "humantime"
441ef363d79Sdependabot-preview[bot]version = "2.1.0"
442fe540122SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
443ef363d79Sdependabot-preview[bot]checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
444fe540122SSamuel Ortiz
445fe540122SSamuel Ortiz[[package]]
44656a16385SMuminul Islamname = "hypervisor"
44756a16385SMuminul Islamversion = "0.1.0"
448f9b51a41SMuminul Islamdependencies = [
449f9b51a41SMuminul Islam "anyhow",
45005e5106bSWei Liu "byteorder",
451fe540122SSamuel Ortiz "env_logger",
452546778ebSSamuel Ortiz "iced-x86",
453f9b51a41SMuminul Islam "kvm-bindings",
454f9b51a41SMuminul Islam "kvm-ioctls",
455f9b51a41SMuminul Islam "libc",
4564449b0d3Sdependabot[bot] "log",
457e664fa38SMuminul Islam "mshv-bindings",
458e664fa38SMuminul Islam "mshv-ioctls",
459f9b51a41SMuminul Islam "serde",
460e1a70f67SWei Liu "serde_with",
461f9b51a41SMuminul Islam "thiserror",
462a96a5d78SWei Liu "vfio-ioctls",
4637f0e7d19SSebastien Boeuf "vm-memory",
464f9b51a41SMuminul Islam "vmm-sys-util",
465f9b51a41SMuminul Islam]
46656a16385SMuminul Islam
46756a16385SMuminul Islam[[package]]
468546778ebSSamuel Ortizname = "iced-x86"
4693de0a6d4Sdependabot[bot]version = "1.18.0"
470546778ebSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
4713de0a6d4Sdependabot[bot]checksum = "1dd04b950d75b3498320253b17fb92745b2cc79ead8814aede2f7c1bab858bec"
472546778ebSSamuel Ortizdependencies = [
473546778ebSSamuel Ortiz "lazy_static",
474546778ebSSamuel Ortiz]
475546778ebSSamuel Ortiz
476546778ebSSamuel Ortiz[[package]]
477e1a70f67SWei Liuname = "ident_case"
478e1a70f67SWei Liuversion = "1.0.1"
479e1a70f67SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
480e1a70f67SWei Liuchecksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
481e1a70f67SWei Liu
482e1a70f67SWei Liu[[package]]
48325c6733fSdependabot[bot]name = "instant"
48461e3f0f9Sdependabot[bot]version = "0.1.12"
48525c6733fSdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
48661e3f0f9Sdependabot[bot]checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
48725c6733fSdependabot[bot]dependencies = [
48825c6733fSdependabot[bot] "cfg-if",
48925c6733fSdependabot[bot]]
49025c6733fSdependabot[bot]
49125c6733fSdependabot[bot][[package]]
492f7a013daSdependabot[bot]name = "io-lifetimes"
493*3a81f932SRob Bradfordversion = "1.0.4"
4946f8bd27cSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
495*3a81f932SRob Bradfordchecksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
4966f8bd27cSRob Bradforddependencies = [
4976f8bd27cSRob Bradford "libc",
4986f8bd27cSRob Bradford "windows-sys",
4996f8bd27cSRob Bradford]
500f7a013daSdependabot[bot]
501f7a013daSdependabot[bot][[package]]
50249a65001SSebastien Boeufname = "io-uring"
503c99a5fc7Sdependabot[bot]version = "0.5.11"
50405c61367SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
505c99a5fc7Sdependabot[bot]checksum = "c9ddf18110cedc09617f5a965bdb51adb0c0fb02c791e4ab22f7a21bb25269b0"
50649a65001SSebastien Boeufdependencies = [
5074449b0d3Sdependabot[bot] "bitflags",
50849a65001SSebastien Boeuf "libc",
50949a65001SSebastien Boeuf]
51049a65001SSebastien Boeuf
51149a65001SSebastien Boeuf[[package]]
51278fe8072SRob Bradfordname = "ipnetwork"
513e52175c2Sdependabot[bot]version = "0.19.0"
514e52175c2Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
515e52175c2Sdependabot[bot]checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127"
516e52175c2Sdependabot[bot]dependencies = [
517e52175c2Sdependabot[bot] "serde",
518e52175c2Sdependabot[bot]]
519e52175c2Sdependabot[bot]
520e52175c2Sdependabot[bot][[package]]
5216f8bd27cSRob Bradfordname = "is-terminal"
522180cc12bSdependabot[bot]version = "0.4.2"
5236f8bd27cSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
524180cc12bSdependabot[bot]checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
5256f8bd27cSRob Bradforddependencies = [
5262c367bddSRob Bradford "hermit-abi",
5278f1e03fcSdependabot[bot] "io-lifetimes",
5288f1e03fcSdependabot[bot] "rustix",
5296f8bd27cSRob Bradford "windows-sys",
5306f8bd27cSRob Bradford]
5316f8bd27cSRob Bradford
5326f8bd27cSRob Bradford[[package]]
53378fe8072SRob Bradfordname = "itoa"
5340f5702f2Sdependabot[bot]version = "1.0.5"
53578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5360f5702f2Sdependabot[bot]checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
53778fe8072SRob Bradford
53878fe8072SRob Bradford[[package]]
539a0da3debSSamuel Ortizname = "kvm-bindings"
5406f8bd27cSRob Bradfordversion = "0.6.0"
5416f8bd27cSRob Bradfordsource = "git+https://github.com/cloud-hypervisor/kvm-bindings?branch=ch-v0.6.0-tdx#7d9ffb47e5b9b1989577258800a0f57c93f1445f"
5420f21781fSSamuel Ortizdependencies = [
543722f9b66SCathy Zhang "serde",
544722f9b66SCathy Zhang "serde_derive",
5451b1a2175SSamuel Ortiz "vmm-sys-util",
5460f21781fSSamuel Ortiz]
547a0da3debSSamuel Ortiz
548a0da3debSSamuel Ortiz[[package]]
549a0da3debSSamuel Ortizname = "kvm-ioctls"
5506f8bd27cSRob Bradfordversion = "0.12.0"
5516f8bd27cSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5526f8bd27cSRob Bradfordchecksum = "c3a321cabd827642499c77e27314f388dd83a717a5ca716b86476fb947f73ae4"
553a0da3debSSamuel Ortizdependencies = [
5541b1a2175SSamuel Ortiz "kvm-bindings",
5551b1a2175SSamuel Ortiz "libc",
5561b1a2175SSamuel Ortiz "vmm-sys-util",
5572ed17abbSSamuel Ortiz]
55873337c8bSSamuel Ortiz
5592ed17abbSSamuel Ortiz[[package]]
56078fe8072SRob Bradfordname = "lazy_static"
561808fcaa4Sdependabot-preview[bot]version = "1.4.0"
56278fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5631b1a2175SSamuel Ortizchecksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
56478fe8072SRob Bradford
56578fe8072SRob Bradford[[package]]
5662ed17abbSSamuel Ortizname = "libc"
56728eeb8a4Sdependabot[bot]version = "0.2.139"
5682ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
56928eeb8a4Sdependabot[bot]checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
5702ed17abbSSamuel Ortiz
5712ed17abbSSamuel Ortiz[[package]]
572ddce3df8SRob Bradfordname = "libssh2-sys"
573a3231b17Sdependabot[bot]version = "0.2.23"
574ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
575a3231b17Sdependabot[bot]checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
576ddce3df8SRob Bradforddependencies = [
5771b1a2175SSamuel Ortiz "cc",
5781b1a2175SSamuel Ortiz "libc",
5791b1a2175SSamuel Ortiz "libz-sys",
5801b1a2175SSamuel Ortiz "openssl-sys",
5811b1a2175SSamuel Ortiz "pkg-config",
5821b1a2175SSamuel Ortiz "vcpkg",
583ddce3df8SRob Bradford]
584ddce3df8SRob Bradford
585ddce3df8SRob Bradford[[package]]
586ddce3df8SRob Bradfordname = "libz-sys"
5877864f91aSdependabot[bot]version = "1.1.8"
588ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
5897864f91aSdependabot[bot]checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
590ddce3df8SRob Bradforddependencies = [
5911b1a2175SSamuel Ortiz "cc",
5921b1a2175SSamuel Ortiz "libc",
5931b1a2175SSamuel Ortiz "pkg-config",
5941b1a2175SSamuel Ortiz "vcpkg",
595ddce3df8SRob Bradford]
596ddce3df8SRob Bradford
597ddce3df8SRob Bradford[[package]]
598539367b5SSamuel Ortizname = "linux-loader"
5992c367bddSRob Bradfordversion = "0.8.1"
600f8875aceSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
6012c367bddSRob Bradfordchecksum = "b9259ddbfbb52cc918f6bbc60390004ddd0228cf1d85f402009ff2b3d95de83f"
602d5f5648bSSamuel Ortizdependencies = [
6037f0e7d19SSebastien Boeuf "vm-memory",
604d5f5648bSSamuel Ortiz]
605d5f5648bSSamuel Ortiz
606d5f5648bSSamuel Ortiz[[package]]
607f7a013daSdependabot[bot]name = "linux-raw-sys"
6082b92a277Sdependabot[bot]version = "0.1.4"
6096f8bd27cSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
6102b92a277Sdependabot[bot]checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
6116f8bd27cSRob Bradford
6126f8bd27cSRob Bradford[[package]]
6134ff972c3Sdependabot-preview[bot]name = "lock_api"
6145a9fe985Sdependabot[bot]version = "0.4.9"
6154ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
6165a9fe985Sdependabot[bot]checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
6174ff972c3Sdependabot-preview[bot]dependencies = [
618caa15c5cSdependabot[bot] "autocfg",
6191b1a2175SSamuel Ortiz "scopeguard",
6204ff972c3Sdependabot-preview[bot]]
6214ff972c3Sdependabot-preview[bot]
6224ff972c3Sdependabot-preview[bot][[package]]
6230adc3481SSamuel Ortizname = "log"
62430e06eaaSdependabot[bot]version = "0.4.17"
6250adc3481SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
62630e06eaaSdependabot[bot]checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
6270adc3481SSamuel Ortizdependencies = [
62825c6733fSdependabot[bot] "cfg-if",
6290adc3481SSamuel Ortiz]
6300adc3481SSamuel Ortiz
6310adc3481SSamuel Ortiz[[package]]
632f1c47056SAkira Morooname = "managed"
633f1c47056SAkira Morooversion = "0.8.0"
634f1c47056SAkira Moroosource = "registry+https://github.com/rust-lang/crates.io-index"
635f1c47056SAkira Moroochecksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
636f1c47056SAkira Moroo
637f1c47056SAkira Moroo[[package]]
63878fe8072SRob Bradfordname = "memchr"
639400a351bSdependabot[bot]version = "2.5.0"
64078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
641400a351bSdependabot[bot]checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
64278fe8072SRob Bradford
64378fe8072SRob Bradford[[package]]
6442371325fSSamuel Ortizname = "micro_http"
6452371325fSSamuel Ortizversion = "0.1.0"
646*3a81f932SRob Bradfordsource = "git+https://github.com/firecracker-microvm/micro-http?branch=main#fbef706e28c7ca7cce8dfec7ca073f3b359879d3"
6477498647eSJose Carlos Venegas Munozdependencies = [
648b0da4f3aSdependabot-preview[bot] "libc",
649b0da4f3aSdependabot-preview[bot] "vmm-sys-util",
6507498647eSJose Carlos Venegas Munoz]
6512371325fSSamuel Ortiz
6522371325fSSamuel Ortiz[[package]]
653*3a81f932SRob Bradfordname = "miniz_oxide"
654*3a81f932SRob Bradfordversion = "0.6.2"
655*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
656*3a81f932SRob Bradfordchecksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
657*3a81f932SRob Bradforddependencies = [
658*3a81f932SRob Bradford "adler",
659*3a81f932SRob Bradford]
660*3a81f932SRob Bradford
661*3a81f932SRob Bradford[[package]]
662*3a81f932SRob Bradfordname = "mintex"
663*3a81f932SRob Bradfordversion = "0.1.2"
664*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
665*3a81f932SRob Bradfordchecksum = "fd7c5ba1c3b5a23418d7bbf98c71c3d4946a0125002129231da8d6b723d559cb"
666*3a81f932SRob Bradforddependencies = [
667*3a81f932SRob Bradford "once_cell",
668*3a81f932SRob Bradford "sys-info",
669*3a81f932SRob Bradford]
670*3a81f932SRob Bradford
671*3a81f932SRob Bradford[[package]]
672e664fa38SMuminul Islamname = "mshv-bindings"
6734e91199fSdependabot[bot]version = "0.1.1"
674*3a81f932SRob Bradfordsource = "git+https://github.com/rust-vmm/mshv?branch=main#48b389af1f5952dd95fbf1c0846d5a91c06e5265"
675e664fa38SMuminul Islamdependencies = [
676e664fa38SMuminul Islam "libc",
677e664fa38SMuminul Islam "serde",
678e664fa38SMuminul Islam "serde_derive",
679e664fa38SMuminul Islam "vmm-sys-util",
680e664fa38SMuminul Islam "zerocopy",
681e664fa38SMuminul Islam]
682e664fa38SMuminul Islam
683e664fa38SMuminul Islam[[package]]
684e664fa38SMuminul Islamname = "mshv-ioctls"
6854e91199fSdependabot[bot]version = "0.1.1"
686*3a81f932SRob Bradfordsource = "git+https://github.com/rust-vmm/mshv?branch=main#48b389af1f5952dd95fbf1c0846d5a91c06e5265"
687e664fa38SMuminul Islamdependencies = [
688e664fa38SMuminul Islam "libc",
689e664fa38SMuminul Islam "mshv-bindings",
690e664fa38SMuminul Islam "vmm-sys-util",
691e664fa38SMuminul Islam]
692e664fa38SMuminul Islam
693e664fa38SMuminul Islam[[package]]
69453f52954SSebastien Boeufname = "net_gen"
69553f52954SSebastien Boeufversion = "0.1.0"
69653f52954SSebastien Boeufdependencies = [
6971b1a2175SSamuel Ortiz "vmm-sys-util",
69853f52954SSebastien Boeuf]
69953f52954SSebastien Boeuf
70053f52954SSebastien Boeuf[[package]]
70153f52954SSebastien Boeufname = "net_util"
70253f52954SSebastien Boeufversion = "0.1.0"
70353f52954SSebastien Boeufdependencies = [
7041237784aSRob Bradford "epoll",
705c313bcbfSHui Zhu "getrandom",
7061b1a2175SSamuel Ortiz "libc",
7074449b0d3Sdependabot[bot] "log",
7081b1a2175SSamuel Ortiz "net_gen",
709f1dc7f44SWei Liu "once_cell",
7101b1a2175SSamuel Ortiz "pnet",
7119ba6767aSdependabot[bot] "pnet_datalink",
712b176ddfeSBo Chen "rate_limiter",
7131b1a2175SSamuel Ortiz "serde",
7141b1a2175SSamuel Ortiz "serde_json",
715f39b08f2SBo Chen "thiserror",
716d7a69f8aSSebastien Boeuf "versionize",
717d7a69f8aSSebastien Boeuf "versionize_derive",
7183e807a19SRob Bradford "virtio-bindings",
7190249e864SSebastien Boeuf "virtio-queue",
7207f0e7d19SSebastien Boeuf "vm-memory",
72148faf3abSRob Bradford "vm-virtio",
7221b1a2175SSamuel Ortiz "vmm-sys-util",
72353f52954SSebastien Boeuf]
72453f52954SSebastien Boeuf
72553f52954SSebastien Boeuf[[package]]
726e52175c2Sdependabot[bot]name = "no-std-net"
727e52175c2Sdependabot[bot]version = "0.6.0"
728e52175c2Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
729e52175c2Sdependabot[bot]checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
730e52175c2Sdependabot[bot]
731e52175c2Sdependabot[bot][[package]]
732f1c47056SAkira Morooname = "num-traits"
733d4168056Sdependabot[bot]version = "0.2.15"
734f1c47056SAkira Moroosource = "registry+https://github.com/rust-lang/crates.io-index"
735d4168056Sdependabot[bot]checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
736f1c47056SAkira Moroodependencies = [
737f1c47056SAkira Moroo "autocfg",
738f1c47056SAkira Moroo]
739f1c47056SAkira Moroo
740f1c47056SAkira Moroo[[package]]
741*3a81f932SRob Bradfordname = "object"
742*3a81f932SRob Bradfordversion = "0.30.2"
743742ca680Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
744*3a81f932SRob Bradfordchecksum = "2b8c786513eb403643f2a88c244c2aaa270ef2153f55094587d0c48a3cf22a83"
745*3a81f932SRob Bradforddependencies = [
746*3a81f932SRob Bradford "memchr",
747*3a81f932SRob Bradford]
748*3a81f932SRob Bradford
749*3a81f932SRob Bradford[[package]]
750*3a81f932SRob Bradfordname = "once_cell"
751*3a81f932SRob Bradfordversion = "1.17.0"
752*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
753*3a81f932SRob Bradfordchecksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
754742ca680Sdependabot[bot]
755742ca680Sdependabot[bot][[package]]
7560ab40976SBo Chenname = "openssl-src"
7570f44db5dSdependabot[bot]version = "111.24.0+1.1.1s"
7580ab40976SBo Chensource = "registry+https://github.com/rust-lang/crates.io-index"
7590f44db5dSdependabot[bot]checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
7600ab40976SBo Chendependencies = [
7610ab40976SBo Chen "cc",
7620ab40976SBo Chen]
7630ab40976SBo Chen
7640ab40976SBo Chen[[package]]
765ddce3df8SRob Bradfordname = "openssl-sys"
766b4ec59cbSdependabot[bot]version = "0.9.80"
767ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
768b4ec59cbSdependabot[bot]checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
769ddce3df8SRob Bradforddependencies = [
7701b1a2175SSamuel Ortiz "autocfg",
7711b1a2175SSamuel Ortiz "cc",
7721b1a2175SSamuel Ortiz "libc",
7730ab40976SBo Chen "openssl-src",
7741b1a2175SSamuel Ortiz "pkg-config",
7751b1a2175SSamuel Ortiz "vcpkg",
776ddce3df8SRob Bradford]
777ddce3df8SRob Bradford
778ddce3df8SRob Bradford[[package]]
779b69f6d4fSRob Bradfordname = "option_parser"
780b69f6d4fSRob Bradfordversion = "0.1.0"
781b69f6d4fSRob Bradford
782b69f6d4fSRob Bradford[[package]]
7834ff972c3Sdependabot-preview[bot]name = "parking_lot"
78425c6733fSdependabot[bot]version = "0.11.2"
7854ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
78625c6733fSdependabot[bot]checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
7874ff972c3Sdependabot-preview[bot]dependencies = [
78825c6733fSdependabot[bot] "instant",
7891b1a2175SSamuel Ortiz "lock_api",
790*3a81f932SRob Bradford "parking_lot_core 0.8.6",
791*3a81f932SRob Bradford]
792*3a81f932SRob Bradford
793*3a81f932SRob Bradford[[package]]
794*3a81f932SRob Bradfordname = "parking_lot"
795*3a81f932SRob Bradfordversion = "0.12.1"
796*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
797*3a81f932SRob Bradfordchecksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
798*3a81f932SRob Bradforddependencies = [
799*3a81f932SRob Bradford "lock_api",
800*3a81f932SRob Bradford "parking_lot_core 0.9.6",
8014ff972c3Sdependabot-preview[bot]]
8024ff972c3Sdependabot-preview[bot]
8034ff972c3Sdependabot-preview[bot][[package]]
8044ff972c3Sdependabot-preview[bot]name = "parking_lot_core"
805*3a81f932SRob Bradfordversion = "0.8.6"
8064ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
807*3a81f932SRob Bradfordchecksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
8084ff972c3Sdependabot-preview[bot]dependencies = [
80925c6733fSdependabot[bot] "cfg-if",
81025c6733fSdependabot[bot] "instant",
8111b1a2175SSamuel Ortiz "libc",
81225c6733fSdependabot[bot] "redox_syscall",
8131b1a2175SSamuel Ortiz "smallvec",
8144449b0d3Sdependabot[bot] "winapi",
8154ff972c3Sdependabot-preview[bot]]
8164ff972c3Sdependabot-preview[bot]
8174ff972c3Sdependabot-preview[bot][[package]]
818*3a81f932SRob Bradfordname = "parking_lot_core"
819*3a81f932SRob Bradfordversion = "0.9.6"
820*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
821*3a81f932SRob Bradfordchecksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
822*3a81f932SRob Bradforddependencies = [
823*3a81f932SRob Bradford "cfg-if",
824*3a81f932SRob Bradford "libc",
825*3a81f932SRob Bradford "redox_syscall",
826*3a81f932SRob Bradford "smallvec",
827*3a81f932SRob Bradford "windows-sys",
828*3a81f932SRob Bradford]
829*3a81f932SRob Bradford
830*3a81f932SRob Bradford[[package]]
831f1c47056SAkira Morooname = "paste"
83255a8d3a0Sdependabot[bot]version = "1.0.11"
833f1c47056SAkira Moroosource = "registry+https://github.com/rust-lang/crates.io-index"
83455a8d3a0Sdependabot[bot]checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
835f1c47056SAkira Moroo
836f1c47056SAkira Moroo[[package]]
8370adc3481SSamuel Ortizname = "pci"
8380adc3481SSamuel Ortizversion = "0.1.0"
8390adc3481SSamuel Ortizdependencies = [
840376db311SSebastien Boeuf "anyhow",
8411b1a2175SSamuel Ortiz "byteorder",
842e4dee57eSMuminul Islam "hypervisor",
8431b1a2175SSamuel Ortiz "libc",
8444449b0d3Sdependabot[bot] "log",
84542b5d4a2SSebastien Boeuf "serde",
846cdfc1773SRob Bradford "thiserror",
8473ffd2cb9SRob Bradford "versionize",
8483ffd2cb9SRob Bradford "versionize_derive",
8494f33ea89SAnatol Belski "vfio-bindings",
850d24aa72dSSamuel Ortiz "vfio-ioctls",
8519254b74cSRob Bradford "vfio_user",
8521b1a2175SSamuel Ortiz "vm-allocator",
8531b1a2175SSamuel Ortiz "vm-device",
8547f0e7d19SSebastien Boeuf "vm-memory",
855376db311SSebastien Boeuf "vm-migration",
85653ce5298SSamuel Ortiz "vmm-sys-util",
8570adc3481SSamuel Ortiz]
8580adc3481SSamuel Ortiz
8590adc3481SSamuel Ortiz[[package]]
8601a17564eSBo Chenname = "performance-metrics"
8611a17564eSBo Chenversion = "0.1.0"
8621a17564eSBo Chendependencies = [
8631ba995d9SWei Liu "argh",
864d6895188SRob Bradford "dirs",
8656b915de2SBo Chen "serde",
8661a17564eSBo Chen "serde_json",
8671a17564eSBo Chen "test_infra",
868d650c684SBo Chen "thiserror",
8691a17564eSBo Chen "wait-timeout",
8701a17564eSBo Chen]
8711a17564eSBo Chen
8721a17564eSBo Chen[[package]]
873d0b253d1SPraveen K Paladuguname = "phf"
874d0b253d1SPraveen K Paladuguversion = "0.11.1"
875d0b253d1SPraveen K Paladugusource = "registry+https://github.com/rust-lang/crates.io-index"
876d0b253d1SPraveen K Paladuguchecksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
877d0b253d1SPraveen K Paladugudependencies = [
878d0b253d1SPraveen K Paladugu "phf_macros",
879d0b253d1SPraveen K Paladugu "phf_shared",
880d0b253d1SPraveen K Paladugu]
881d0b253d1SPraveen K Paladugu
882d0b253d1SPraveen K Paladugu[[package]]
883d0b253d1SPraveen K Paladuguname = "phf_generator"
884d0b253d1SPraveen K Paladuguversion = "0.11.1"
885d0b253d1SPraveen K Paladugusource = "registry+https://github.com/rust-lang/crates.io-index"
886d0b253d1SPraveen K Paladuguchecksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
887d0b253d1SPraveen K Paladugudependencies = [
888d0b253d1SPraveen K Paladugu "phf_shared",
889d0b253d1SPraveen K Paladugu "rand",
890d0b253d1SPraveen K Paladugu]
891d0b253d1SPraveen K Paladugu
892d0b253d1SPraveen K Paladugu[[package]]
893d0b253d1SPraveen K Paladuguname = "phf_macros"
894d0b253d1SPraveen K Paladuguversion = "0.11.1"
895d0b253d1SPraveen K Paladugusource = "registry+https://github.com/rust-lang/crates.io-index"
896d0b253d1SPraveen K Paladuguchecksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66"
897d0b253d1SPraveen K Paladugudependencies = [
898d0b253d1SPraveen K Paladugu "phf_generator",
899d0b253d1SPraveen K Paladugu "phf_shared",
900d0b253d1SPraveen K Paladugu "proc-macro2",
901d0b253d1SPraveen K Paladugu "quote",
902d0b253d1SPraveen K Paladugu "syn",
903d0b253d1SPraveen K Paladugu]
904d0b253d1SPraveen K Paladugu
905d0b253d1SPraveen K Paladugu[[package]]
906d0b253d1SPraveen K Paladuguname = "phf_shared"
907d0b253d1SPraveen K Paladuguversion = "0.11.1"
908d0b253d1SPraveen K Paladugusource = "registry+https://github.com/rust-lang/crates.io-index"
909d0b253d1SPraveen K Paladuguchecksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
910d0b253d1SPraveen K Paladugudependencies = [
911d0b253d1SPraveen K Paladugu "siphasher",
912d0b253d1SPraveen K Paladugu]
913d0b253d1SPraveen K Paladugu
914d0b253d1SPraveen K Paladugu[[package]]
915ddce3df8SRob Bradfordname = "pkg-config"
916dcb12c05Sdependabot[bot]version = "0.3.26"
917ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
918dcb12c05Sdependabot[bot]checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
919ddce3df8SRob Bradford
920ddce3df8SRob Bradford[[package]]
92178fe8072SRob Bradfordname = "pnet"
9229ba6767aSdependabot[bot]version = "0.31.0"
92378fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9249ba6767aSdependabot[bot]checksum = "0caaf5b11fd907ff15cf14a4477bfabca4b37ab9e447a4f8dead969a59cdafad"
92578fe8072SRob Bradforddependencies = [
9261b1a2175SSamuel Ortiz "pnet_base",
9271b1a2175SSamuel Ortiz "pnet_datalink",
9281b1a2175SSamuel Ortiz "pnet_packet",
9291b1a2175SSamuel Ortiz "pnet_transport",
93078fe8072SRob Bradford]
93178fe8072SRob Bradford
93278fe8072SRob Bradford[[package]]
93378fe8072SRob Bradfordname = "pnet_base"
9349ba6767aSdependabot[bot]version = "0.31.0"
93578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9369ba6767aSdependabot[bot]checksum = "f9d3a993d49e5fd5d4d854d6999d4addca1f72d86c65adf224a36757161c02b6"
937e52175c2Sdependabot[bot]dependencies = [
938e52175c2Sdependabot[bot] "no-std-net",
939e52175c2Sdependabot[bot]]
94078fe8072SRob Bradford
94178fe8072SRob Bradford[[package]]
94278fe8072SRob Bradfordname = "pnet_datalink"
9439ba6767aSdependabot[bot]version = "0.31.0"
94478fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9459ba6767aSdependabot[bot]checksum = "e466faf03a98ad27f6e15cd27a2b7cc89e73e640a43527742977bc503c37f8aa"
94678fe8072SRob Bradforddependencies = [
9479ba6767aSdependabot[bot] "ipnetwork",
9481b1a2175SSamuel Ortiz "libc",
9491b1a2175SSamuel Ortiz "pnet_base",
9501b1a2175SSamuel Ortiz "pnet_sys",
9514449b0d3Sdependabot[bot] "winapi",
95278fe8072SRob Bradford]
95378fe8072SRob Bradford
95478fe8072SRob Bradford[[package]]
95578fe8072SRob Bradfordname = "pnet_macros"
9569ba6767aSdependabot[bot]version = "0.31.0"
95778fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9589ba6767aSdependabot[bot]checksum = "48dd52a5211fac27e7acb14cfc9f30ae16ae0e956b7b779c8214c74559cef4c3"
95978fe8072SRob Bradforddependencies = [
9604449b0d3Sdependabot[bot] "proc-macro2",
9614449b0d3Sdependabot[bot] "quote",
9621b1a2175SSamuel Ortiz "regex",
9634449b0d3Sdependabot[bot] "syn",
96478fe8072SRob Bradford]
96578fe8072SRob Bradford
96678fe8072SRob Bradford[[package]]
96778fe8072SRob Bradfordname = "pnet_macros_support"
9689ba6767aSdependabot[bot]version = "0.31.0"
96978fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9709ba6767aSdependabot[bot]checksum = "89de095dc7739349559913aed1ef6a11e73ceade4897dadc77c5e09de6740750"
97178fe8072SRob Bradforddependencies = [
9721b1a2175SSamuel Ortiz "pnet_base",
97378fe8072SRob Bradford]
97478fe8072SRob Bradford
97578fe8072SRob Bradford[[package]]
97678fe8072SRob Bradfordname = "pnet_packet"
9779ba6767aSdependabot[bot]version = "0.31.0"
97878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9799ba6767aSdependabot[bot]checksum = "bc3b5111e697c39c8b9795b9fdccbc301ab696699e88b9ea5a4e4628978f495f"
98078fe8072SRob Bradforddependencies = [
9811b1a2175SSamuel Ortiz "glob",
9821b1a2175SSamuel Ortiz "pnet_base",
9831b1a2175SSamuel Ortiz "pnet_macros",
9841b1a2175SSamuel Ortiz "pnet_macros_support",
98578fe8072SRob Bradford]
98678fe8072SRob Bradford
98778fe8072SRob Bradford[[package]]
98878fe8072SRob Bradfordname = "pnet_sys"
9899ba6767aSdependabot[bot]version = "0.31.0"
99078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
9919ba6767aSdependabot[bot]checksum = "328e231f0add6d247d82421bf3790b4b33b39c8930637f428eef24c4c6a90805"
99278fe8072SRob Bradforddependencies = [
9931b1a2175SSamuel Ortiz "libc",
9944449b0d3Sdependabot[bot] "winapi",
99578fe8072SRob Bradford]
99678fe8072SRob Bradford
99778fe8072SRob Bradford[[package]]
99878fe8072SRob Bradfordname = "pnet_transport"
9999ba6767aSdependabot[bot]version = "0.31.0"
100078fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
10019ba6767aSdependabot[bot]checksum = "ff597185e6f1f5671b3122e4dba892a1c73e17c17e723d7669bd9299cbe7f124"
100278fe8072SRob Bradforddependencies = [
10031b1a2175SSamuel Ortiz "libc",
10041b1a2175SSamuel Ortiz "pnet_base",
10051b1a2175SSamuel Ortiz "pnet_packet",
10061b1a2175SSamuel Ortiz "pnet_sys",
100778fe8072SRob Bradford]
100878fe8072SRob Bradford
100978fe8072SRob Bradford[[package]]
101080ac3a84SChao Pengname = "proc-macro2"
1011*3a81f932SRob Bradfordversion = "1.0.50"
101255f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1013*3a81f932SRob Bradfordchecksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
101455f01b21Sdependabot-preview[bot]dependencies = [
101530c5aeffSdependabot[bot] "unicode-ident",
101655f01b21Sdependabot-preview[bot]]
101755f01b21Sdependabot-preview[bot]
101855f01b21Sdependabot-preview[bot][[package]]
101980ac3a84SChao Pengname = "qcow"
102080ac3a84SChao Pengversion = "0.1.0"
102180ac3a84SChao Pengdependencies = [
10221b1a2175SSamuel Ortiz "byteorder",
10231b1a2175SSamuel Ortiz "libc",
10244449b0d3Sdependabot[bot] "log",
10251b1a2175SSamuel Ortiz "remain",
10261b1a2175SSamuel Ortiz "vmm-sys-util",
102780ac3a84SChao Peng]
102880ac3a84SChao Peng
102980ac3a84SChao Peng[[package]]
103080ac3a84SChao Pengname = "quote"
10312d828121Sdependabot[bot]version = "1.0.23"
103255f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
10332d828121Sdependabot[bot]checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
103455f01b21Sdependabot-preview[bot]dependencies = [
10351b1a2175SSamuel Ortiz "proc-macro2",
103655f01b21Sdependabot-preview[bot]]
103755f01b21Sdependabot-preview[bot]
103855f01b21Sdependabot-preview[bot][[package]]
1039d0b253d1SPraveen K Paladuguname = "rand"
1040d0b253d1SPraveen K Paladuguversion = "0.8.5"
1041d0b253d1SPraveen K Paladugusource = "registry+https://github.com/rust-lang/crates.io-index"
1042d0b253d1SPraveen K Paladuguchecksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1043d0b253d1SPraveen K Paladugudependencies = [
1044d0b253d1SPraveen K Paladugu "rand_core",
1045d0b253d1SPraveen K Paladugu]
1046d0b253d1SPraveen K Paladugu
1047d0b253d1SPraveen K Paladugu[[package]]
1048d0b253d1SPraveen K Paladuguname = "rand_core"
1049d0b253d1SPraveen K Paladuguversion = "0.6.4"
1050d0b253d1SPraveen K Paladugusource = "registry+https://github.com/rust-lang/crates.io-index"
1051d0b253d1SPraveen K Paladuguchecksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1052d0b253d1SPraveen K Paladugu
1053d0b253d1SPraveen K Paladugu[[package]]
1054ee871278SBo Chenname = "rate_limiter"
1055ee871278SBo Chenversion = "0.1.0"
1056ee871278SBo Chendependencies = [
1057ee871278SBo Chen "libc",
10584449b0d3Sdependabot[bot] "log",
1059ee871278SBo Chen "vmm-sys-util",
1060ee871278SBo Chen]
1061ee871278SBo Chen
1062ee871278SBo Chen[[package]]
10632ed17abbSSamuel Ortizname = "redox_syscall"
1064ddc90044Sdependabot[bot]version = "0.2.16"
1065ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1066ddc90044Sdependabot[bot]checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1067f8803e46Sdependabot-preview[bot]dependencies = [
10684449b0d3Sdependabot[bot] "bitflags",
1069f8803e46Sdependabot-preview[bot]]
1070f8803e46Sdependabot-preview[bot]
1071f8803e46Sdependabot-preview[bot][[package]]
1072f8803e46Sdependabot-preview[bot]name = "redox_users"
1073d1312c31Sdependabot[bot]version = "0.4.3"
1074f8803e46Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1075d1312c31Sdependabot[bot]checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1076ddce3df8SRob Bradforddependencies = [
1077ade50978SRob Bradford "getrandom",
107825c6733fSdependabot[bot] "redox_syscall",
10793a1db022Sdependabot[bot] "thiserror",
1080ddce3df8SRob Bradford]
1081ddce3df8SRob Bradford
1082ddce3df8SRob Bradford[[package]]
108378fe8072SRob Bradfordname = "regex"
1084*3a81f932SRob Bradfordversion = "1.7.1"
108578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1086*3a81f932SRob Bradfordchecksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
108778fe8072SRob Bradforddependencies = [
10881b1a2175SSamuel Ortiz "aho-corasick",
10891b1a2175SSamuel Ortiz "memchr",
10901b1a2175SSamuel Ortiz "regex-syntax",
109178fe8072SRob Bradford]
109278fe8072SRob Bradford
109378fe8072SRob Bradford[[package]]
109478fe8072SRob Bradfordname = "regex-syntax"
10951fd53840Sdependabot[bot]version = "0.6.28"
109678fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
10971fd53840Sdependabot[bot]checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
109878fe8072SRob Bradford
109978fe8072SRob Bradford[[package]]
110080ac3a84SChao Pengname = "remain"
11019747cd10Sdependabot[bot]version = "0.2.6"
110280ac3a84SChao Pengsource = "registry+https://github.com/rust-lang/crates.io-index"
11039747cd10Sdependabot[bot]checksum = "5704e2cda92fd54202f05430725317ba0ea7d0c96b246ca0a92e45177127ba3b"
110480ac3a84SChao Pengdependencies = [
11051b1a2175SSamuel Ortiz "proc-macro2",
11061b1a2175SSamuel Ortiz "quote",
11071b1a2175SSamuel Ortiz "syn",
110880ac3a84SChao Peng]
110980ac3a84SChao Peng
111080ac3a84SChao Peng[[package]]
1111*3a81f932SRob Bradfordname = "rustc-demangle"
1112*3a81f932SRob Bradfordversion = "0.1.21"
1113*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1114*3a81f932SRob Bradfordchecksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
1115*3a81f932SRob Bradford
1116*3a81f932SRob Bradford[[package]]
1117*3a81f932SRob Bradfordname = "rustc-hash"
1118*3a81f932SRob Bradfordversion = "1.1.0"
1119*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1120*3a81f932SRob Bradfordchecksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1121*3a81f932SRob Bradford
1122*3a81f932SRob Bradford[[package]]
11235db4dedeSFazla Mehrabname = "rustc_version"
11246ba5b0a8Sdependabot[bot]version = "0.4.0"
11255db4dedeSFazla Mehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
11266ba5b0a8Sdependabot[bot]checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
11275db4dedeSFazla Mehrabdependencies = [
11285db4dedeSFazla Mehrab "semver",
11295db4dedeSFazla Mehrab]
11305db4dedeSFazla Mehrab
11315db4dedeSFazla Mehrab[[package]]
1132f7a013daSdependabot[bot]name = "rustix"
1133*3a81f932SRob Bradfordversion = "0.36.6"
11346f8bd27cSRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1135*3a81f932SRob Bradfordchecksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
11366f8bd27cSRob Bradforddependencies = [
11376f8bd27cSRob Bradford "bitflags",
11386f8bd27cSRob Bradford "errno",
11398f1e03fcSdependabot[bot] "io-lifetimes",
11406f8bd27cSRob Bradford "libc",
11418f1e03fcSdependabot[bot] "linux-raw-sys",
11426f8bd27cSRob Bradford "windows-sys",
1143f7a013daSdependabot[bot]]
1144f7a013daSdependabot[bot]
1145f7a013daSdependabot[bot][[package]]
114678fe8072SRob Bradfordname = "ryu"
1147*3a81f932SRob Bradfordversion = "1.0.12"
114878fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1149*3a81f932SRob Bradfordchecksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
115078fe8072SRob Bradford
115178fe8072SRob Bradford[[package]]
11524ff972c3Sdependabot-preview[bot]name = "scopeguard"
11530d748c5cSdependabot-preview[bot]version = "1.1.0"
11544ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
11551b1a2175SSamuel Ortizchecksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
11564ff972c3Sdependabot-preview[bot]
11574ff972c3Sdependabot-preview[bot][[package]]
115808ac3405SBo Chenname = "seccompiler"
1159d6013904Sdependabot[bot]version = "0.3.0"
11601a4747a2SBo Chensource = "registry+https://github.com/rust-lang/crates.io-index"
1161d6013904Sdependabot[bot]checksum = "6f6575e3c2b3a0fe2ef3e53855b6a8dead7c29f783da5e123d378c8c6a89017e"
1162708f02dcSSebastien Boeufdependencies = [
11631b1a2175SSamuel Ortiz "libc",
1164708f02dcSSebastien Boeuf]
1165708f02dcSSebastien Boeuf
1166708f02dcSSebastien Boeuf[[package]]
11675db4dedeSFazla Mehrabname = "semver"
1168b1f6a595Sdependabot[bot]version = "1.0.16"
11695db4dedeSFazla Mehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
1170b1f6a595Sdependabot[bot]checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
11715db4dedeSFazla Mehrab
11725db4dedeSFazla Mehrab[[package]]
117353f52954SSebastien Boeufname = "serde"
1174*3a81f932SRob Bradfordversion = "1.0.152"
117553f52954SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
1176*3a81f932SRob Bradfordchecksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
11773a0429c9SMaksym Pavlenkodependencies = [
11783a0429c9SMaksym Pavlenko "serde_derive",
11793a0429c9SMaksym Pavlenko]
118053f52954SSebastien Boeuf
118153f52954SSebastien Boeuf[[package]]
1182f674019eSSamuel Ortizname = "serde_derive"
1183*3a81f932SRob Bradfordversion = "1.0.152"
1184f674019eSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1185*3a81f932SRob Bradfordchecksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
1186f674019eSSamuel Ortizdependencies = [
11871b1a2175SSamuel Ortiz "proc-macro2",
11881b1a2175SSamuel Ortiz "quote",
11891b1a2175SSamuel Ortiz "syn",
1190f674019eSSamuel Ortiz]
1191f674019eSSamuel Ortiz
1192f674019eSSamuel Ortiz[[package]]
119378fe8072SRob Bradfordname = "serde_json"
1194*3a81f932SRob Bradfordversion = "1.0.91"
119578fe8072SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1196*3a81f932SRob Bradfordchecksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
119778fe8072SRob Bradforddependencies = [
11981b1a2175SSamuel Ortiz "itoa",
11991b1a2175SSamuel Ortiz "ryu",
12001b1a2175SSamuel Ortiz "serde",
120178fe8072SRob Bradford]
120278fe8072SRob Bradford
120378fe8072SRob Bradford[[package]]
1204e1a70f67SWei Liuname = "serde_with"
1205*3a81f932SRob Bradfordversion = "2.2.0"
1206e1a70f67SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
1207*3a81f932SRob Bradfordchecksum = "30d904179146de381af4c93d3af6ca4984b3152db687dacb9c3c35e86f39809c"
1208e1a70f67SWei Liudependencies = [
1209e1a70f67SWei Liu "serde",
1210e1a70f67SWei Liu "serde_with_macros",
1211e1a70f67SWei Liu]
1212e1a70f67SWei Liu
1213e1a70f67SWei Liu[[package]]
1214e1a70f67SWei Liuname = "serde_with_macros"
1215*3a81f932SRob Bradfordversion = "2.2.0"
1216e1a70f67SWei Liusource = "registry+https://github.com/rust-lang/crates.io-index"
1217*3a81f932SRob Bradfordchecksum = "a1966009f3c05f095697c537312f5415d1e3ed31ce0a56942bac4c771c5c335e"
1218e1a70f67SWei Liudependencies = [
1219e1a70f67SWei Liu "darling",
1220e1a70f67SWei Liu "proc-macro2",
1221e1a70f67SWei Liu "quote",
1222e1a70f67SWei Liu "syn",
1223e1a70f67SWei Liu]
1224e1a70f67SWei Liu
1225e1a70f67SWei Liu[[package]]
1226a940f525SSebastien Boeufname = "serial_buffer"
1227a940f525SSebastien Boeufversion = "0.1.0"
1228a940f525SSebastien Boeuf
1229a940f525SSebastien Boeuf[[package]]
1230df5058ecSfazlamehrabname = "signal-hook"
123158966e95Sdependabot[bot]version = "0.3.14"
1232df5058ecSfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
123358966e95Sdependabot[bot]checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
1234df5058ecSfazlamehrabdependencies = [
12351b1a2175SSamuel Ortiz "libc",
12361b1a2175SSamuel Ortiz "signal-hook-registry",
1237df5058ecSfazlamehrab]
1238df5058ecSfazlamehrab
1239df5058ecSfazlamehrab[[package]]
1240df5058ecSfazlamehrabname = "signal-hook-registry"
1241f3d3d8daSdependabot[bot]version = "1.4.0"
1242df5058ecSfazlamehrabsource = "registry+https://github.com/rust-lang/crates.io-index"
1243f3d3d8daSdependabot[bot]checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
1244df5058ecSfazlamehrabdependencies = [
12451b1a2175SSamuel Ortiz "libc",
1246df5058ecSfazlamehrab]
1247df5058ecSfazlamehrab
1248df5058ecSfazlamehrab[[package]]
1249d0b253d1SPraveen K Paladuguname = "siphasher"
1250d0b253d1SPraveen K Paladuguversion = "0.3.10"
1251d0b253d1SPraveen K Paladugusource = "registry+https://github.com/rust-lang/crates.io-index"
1252d0b253d1SPraveen K Paladuguchecksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
1253d0b253d1SPraveen K Paladugu
1254d0b253d1SPraveen K Paladugu[[package]]
12554ff972c3Sdependabot-preview[bot]name = "smallvec"
1256307cfebaSdependabot[bot]version = "1.10.0"
12574ff972c3Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1258307cfebaSdependabot[bot]checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
12594ff972c3Sdependabot-preview[bot]
12604ff972c3Sdependabot-preview[bot][[package]]
1261ddce3df8SRob Bradfordname = "ssh2"
126225c6733fSdependabot[bot]version = "0.9.3"
1263ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
126425c6733fSdependabot[bot]checksum = "269343e64430067a14937ae0e3c4ec604c178fb896dde0964b1acd22b3e2eeb1"
1265ddce3df8SRob Bradforddependencies = [
12664449b0d3Sdependabot[bot] "bitflags",
12671b1a2175SSamuel Ortiz "libc",
12681b1a2175SSamuel Ortiz "libssh2-sys",
1269*3a81f932SRob Bradford "parking_lot 0.11.2",
1270ddce3df8SRob Bradford]
1271ddce3df8SRob Bradford
1272ddce3df8SRob Bradford[[package]]
12732ed17abbSSamuel Ortizname = "strsim"
1274346bee48Sdependabot[bot]version = "0.10.0"
12752ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1276346bee48Sdependabot[bot]checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
12772ed17abbSSamuel Ortiz
12782ed17abbSSamuel Ortiz[[package]]
127980ac3a84SChao Pengname = "syn"
1280*3a81f932SRob Bradfordversion = "1.0.107"
128155f01b21Sdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1282*3a81f932SRob Bradfordchecksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
128355f01b21Sdependabot-preview[bot]dependencies = [
12841b1a2175SSamuel Ortiz "proc-macro2",
12851b1a2175SSamuel Ortiz "quote",
128630c5aeffSdependabot[bot] "unicode-ident",
128755f01b21Sdependabot-preview[bot]]
128855f01b21Sdependabot-preview[bot]
128955f01b21Sdependabot-preview[bot][[package]]
1290*3a81f932SRob Bradfordname = "sys-info"
1291*3a81f932SRob Bradfordversion = "0.9.1"
1292fe540122SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1293*3a81f932SRob Bradfordchecksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
1294*3a81f932SRob Bradforddependencies = [
1295*3a81f932SRob Bradford "cc",
1296*3a81f932SRob Bradford "libc",
1297*3a81f932SRob Bradford]
1298*3a81f932SRob Bradford
1299*3a81f932SRob Bradford[[package]]
1300*3a81f932SRob Bradfordname = "termcolor"
1301*3a81f932SRob Bradfordversion = "1.2.0"
1302*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1303*3a81f932SRob Bradfordchecksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1304fe540122SSamuel Ortizdependencies = [
1305fe540122SSamuel Ortiz "winapi-util",
1306fe540122SSamuel Ortiz]
1307fe540122SSamuel Ortiz
1308fe540122SSamuel Ortiz[[package]]
130988c30764SRob Bradfordname = "test_infra"
131088c30764SRob Bradfordversion = "0.1.0"
131188c30764SRob Bradforddependencies = [
1312d6895188SRob Bradford "dirs",
131388c30764SRob Bradford "epoll",
131488c30764SRob Bradford "libc",
131532b855dfSWei Liu "once_cell",
1316d8a67259SBo Chen "serde",
1317d8a67259SBo Chen "serde_json",
131888c30764SRob Bradford "ssh2",
131988c30764SRob Bradford "vmm-sys-util",
132088c30764SRob Bradford "wait-timeout",
132188c30764SRob Bradford]
132288c30764SRob Bradford
132388c30764SRob Bradford[[package]]
13240361df4aSSamuel Ortizname = "thiserror"
13253df82337Sdependabot[bot]version = "1.0.38"
13260361df4aSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
13273df82337Sdependabot[bot]checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
13280361df4aSSamuel Ortizdependencies = [
13291b1a2175SSamuel Ortiz "thiserror-impl",
13300361df4aSSamuel Ortiz]
13310361df4aSSamuel Ortiz
13320361df4aSSamuel Ortiz[[package]]
13330361df4aSSamuel Ortizname = "thiserror-impl"
13343df82337Sdependabot[bot]version = "1.0.38"
13350361df4aSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
13363df82337Sdependabot[bot]checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
13370361df4aSSamuel Ortizdependencies = [
13381b1a2175SSamuel Ortiz "proc-macro2",
13391b1a2175SSamuel Ortiz "quote",
13401b1a2175SSamuel Ortiz "syn",
13410361df4aSSamuel Ortiz]
13420361df4aSSamuel Ortiz
13430361df4aSSamuel Ortiz[[package]]
1344*3a81f932SRob Bradfordname = "thousands"
1345*3a81f932SRob Bradfordversion = "0.2.0"
1346*3a81f932SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
1347*3a81f932SRob Bradfordchecksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
1348*3a81f932SRob Bradford
1349*3a81f932SRob Bradford[[package]]
1350e3213c8aSPraveen K Paladuguname = "tpm"
1351e3213c8aSPraveen K Paladuguversion = "0.1.0"
1352e3213c8aSPraveen K Paladugudependencies = [
1353e3213c8aSPraveen K Paladugu "anyhow",
1354e3213c8aSPraveen K Paladugu "byteorder",
135558b902d0SPraveen K Paladugu "libc",
1356e3213c8aSPraveen K Paladugu "log",
1357e3213c8aSPraveen K Paladugu "thiserror",
135858b902d0SPraveen K Paladugu "vmm-sys-util",
1359e3213c8aSPraveen K Paladugu]
1360e3213c8aSPraveen K Paladugu
1361e3213c8aSPraveen K Paladugu[[package]]
1362b35e6f30SRob Bradfordname = "tracer"
1363b35e6f30SRob Bradfordversion = "0.1.0"
1364b35e6f30SRob Bradforddependencies = [
1365b35e6f30SRob Bradford "libc",
1366b35e6f30SRob Bradford "log",
1367b35e6f30SRob Bradford "once_cell",
1368b35e6f30SRob Bradford "serde",
1369b35e6f30SRob Bradford "serde_json",
1370b35e6f30SRob Bradford]
1371b35e6f30SRob Bradford
1372b35e6f30SRob Bradford[[package]]
137330c5aeffSdependabot[bot]name = "unicode-ident"
13745668d7dfSdependabot[bot]version = "1.0.6"
137530c5aeffSdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
13765668d7dfSdependabot[bot]checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
137730c5aeffSdependabot[bot]
137830c5aeffSdependabot[bot][[package]]
13798f1404eeSSebastien Boeufname = "uuid"
13806f8bd27cSRob Bradfordversion = "1.2.2"
13818f1404eeSSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
13826f8bd27cSRob Bradfordchecksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
13835db4dedeSFazla Mehrabdependencies = [
13845db4dedeSFazla Mehrab "getrandom",
13855db4dedeSFazla Mehrab]
13868f1404eeSSebastien Boeuf
13878f1404eeSSebastien Boeuf[[package]]
1388ddce3df8SRob Bradfordname = "vcpkg"
13898a02cb33Sdependabot[bot]version = "0.2.15"
1390ddce3df8SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
13918a02cb33Sdependabot[bot]checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1392ddce3df8SRob Bradford
1393ddce3df8SRob Bradford[[package]]
1394bbda0871SRob Bradfordname = "versionize"
13956f8bd27cSRob Bradfordversion = "0.1.9"
1396bbda0871SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
13976f8bd27cSRob Bradfordchecksum = "d6e2495726cf917e7ba7ec8bf0f0fceab543dd38d0a4195ed6bef331e38a290f"
1398bbda0871SRob Bradforddependencies = [
1399bbda0871SRob Bradford "bincode",
1400bbda0871SRob Bradford "crc64",
1401bbda0871SRob Bradford "proc-macro2",
1402bbda0871SRob Bradford "quote",
1403bbda0871SRob Bradford "serde",
1404bbda0871SRob Bradford "serde_derive",
1405bbda0871SRob Bradford "syn",
1406bbda0871SRob Bradford "versionize_derive",
1407bbda0871SRob Bradford "vmm-sys-util",
1408bbda0871SRob Bradford]
1409bbda0871SRob Bradford
1410bbda0871SRob Bradford[[package]]
1411bbda0871SRob Bradfordname = "versionize_derive"
1412bbda0871SRob Bradfordversion = "0.1.4"
1413dce846fdSRob Bradfordsource = "git+https://github.com/cloud-hypervisor/versionize_derive?branch=ch#ae35ef7a3ddabd3371ab8ac0193a383aff6e4b1b"
1414bbda0871SRob Bradforddependencies = [
1415bbda0871SRob Bradford "proc-macro2",
1416bbda0871SRob Bradford "quote",
1417bbda0871SRob Bradford "syn",
1418bbda0871SRob Bradford]
1419bbda0871SRob Bradford
1420bbda0871SRob Bradford[[package]]
1421d24aa72dSSamuel Ortizname = "vfio-bindings"
14222c367bddSRob Bradfordversion = "0.4.0"
1423*3a81f932SRob Bradfordsource = "git+https://github.com/rust-vmm/vfio?branch=main#4d9c35ef3e5a3d15eeeb520734fdc871abd05962"
1424d24aa72dSSamuel Ortizdependencies = [
1425d24aa72dSSamuel Ortiz "vmm-sys-util",
1426d24aa72dSSamuel Ortiz]
1427d24aa72dSSamuel Ortiz
1428d24aa72dSSamuel Ortiz[[package]]
1429d24aa72dSSamuel Ortizname = "vfio-ioctls"
14302c367bddSRob Bradfordversion = "0.2.0"
1431*3a81f932SRob Bradfordsource = "git+https://github.com/rust-vmm/vfio?branch=main#4d9c35ef3e5a3d15eeeb520734fdc871abd05962"
14324d16ca8aSSamuel Ortizdependencies = [
14331b1a2175SSamuel Ortiz "byteorder",
14341b1a2175SSamuel Ortiz "kvm-bindings",
14351b1a2175SSamuel Ortiz "kvm-ioctls",
1436a18b8182Sdependabot[bot] "libc",
14374449b0d3Sdependabot[bot] "log",
143810b954e9SWei Liu "mshv-bindings",
143910b954e9SWei Liu "mshv-ioctls",
1440a18b8182Sdependabot[bot] "thiserror",
14414f33ea89SAnatol Belski "vfio-bindings",
14427f0e7d19SSebastien Boeuf "vm-memory",
14432e236c53SRob Bradford "vmm-sys-util",
14442e236c53SRob Bradford]
14452e236c53SRob Bradford
14462e236c53SRob Bradford[[package]]
14472e236c53SRob Bradfordname = "vfio_user"
14482e236c53SRob Bradfordversion = "0.1.0"
14492e236c53SRob Bradforddependencies = [
14502e236c53SRob Bradford "libc",
14512e236c53SRob Bradford "log",
14522e236c53SRob Bradford "serde",
14532e236c53SRob Bradford "serde_derive",
14542e236c53SRob Bradford "serde_json",
14552e236c53SRob Bradford "thiserror",
14562e236c53SRob Bradford "vfio-bindings",
14577f0e7d19SSebastien Boeuf "vm-memory",
14581b1a2175SSamuel Ortiz "vmm-sys-util",
14594d16ca8aSSamuel Ortiz]
14604d16ca8aSSamuel Ortiz
14614d16ca8aSSamuel Ortiz[[package]]
14625db4dedeSFazla Mehrabname = "vhdx"
14635db4dedeSFazla Mehrabversion = "0.1.0"
14645db4dedeSFazla Mehrabdependencies = [
14655db4dedeSFazla Mehrab "byteorder",
14665db4dedeSFazla Mehrab "crc32c",
14675db4dedeSFazla Mehrab "libc",
14685db4dedeSFazla Mehrab "log",
14695db4dedeSFazla Mehrab "remain",
14705db4dedeSFazla Mehrab "thiserror",
14715db4dedeSFazla Mehrab "uuid",
14725db4dedeSFazla Mehrab]
14735db4dedeSFazla Mehrab
14745db4dedeSFazla Mehrab[[package]]
14755200bf3cSEryu Guanname = "vhost"
147630a7a803SRob Bradfordversion = "0.6.0"
147730a7a803SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
147830a7a803SRob Bradfordchecksum = "c9b791c5b0717a0558888a4cf7240cea836f39a99cb342e12ce633dcaa078072"
14791ddc8f2fSSebastien Boeufdependencies = [
14804449b0d3Sdependabot[bot] "bitflags",
14811b1a2175SSamuel Ortiz "libc",
14827f0e7d19SSebastien Boeuf "vm-memory",
14831b1a2175SSamuel Ortiz "vmm-sys-util",
14841ddc8f2fSSebastien Boeuf]
14851ddc8f2fSSebastien Boeuf
14861ddc8f2fSSebastien Boeuf[[package]]
1487ac00838fSSebastien Boeufname = "vhost-user-backend"
148830a7a803SRob Bradfordversion = "0.8.0"
148930a7a803SRob Bradfordsource = "registry+https://github.com/rust-lang/crates.io-index"
149030a7a803SRob Bradfordchecksum = "9f237b91db4ac339d639fb43398b52d785fa51e3c7760ac9425148863c1f4303"
149171148e1fSSebastien Boeufdependencies = [
149271148e1fSSebastien Boeuf "libc",
149371148e1fSSebastien Boeuf "log",
149471148e1fSSebastien Boeuf "vhost",
149571148e1fSSebastien Boeuf "virtio-bindings",
149671148e1fSSebastien Boeuf "virtio-queue",
149771148e1fSSebastien Boeuf "vm-memory",
149871148e1fSSebastien Boeuf "vmm-sys-util",
149971148e1fSSebastien Boeuf]
150071148e1fSSebastien Boeuf
150171148e1fSSebastien Boeuf[[package]]
15021dd24518SRob Bradfordname = "vhost_user_block"
15031dd24518SRob Bradfordversion = "0.1.0"
15041dd24518SRob Bradforddependencies = [
150554e9ed99SWei Liu "argh",
15069c867edcSRob Bradford "block_util",
1507b2cc45e0SAlyssa Ross "env_logger",
15081b1a2175SSamuel Ortiz "epoll",
15091b1a2175SSamuel Ortiz "libc",
15104449b0d3Sdependabot[bot] "log",
1511b69f6d4fSRob Bradford "option_parser",
15121b1a2175SSamuel Ortiz "qcow",
15131b1a2175SSamuel Ortiz "vhost",
1514446d2c89SRob Bradford "vhost-user-backend",
15158ae7a38dSRob Bradford "virtio-bindings",
1516a423bf13SSebastien Boeuf "virtio-queue",
15177f0e7d19SSebastien Boeuf "vm-memory",
15181b1a2175SSamuel Ortiz "vmm-sys-util",
15191dd24518SRob Bradford]
15201dd24518SRob Bradford
15211dd24518SRob Bradford[[package]]
1522fb763c40SRob Bradfordname = "vhost_user_net"
1523fb763c40SRob Bradfordversion = "0.1.0"
1524fb763c40SRob Bradforddependencies = [
1525d1ec6587SWei Liu "argh",
1526b2cc45e0SAlyssa Ross "env_logger",
15271b1a2175SSamuel Ortiz "epoll",
15281b1a2175SSamuel Ortiz "libc",
15294449b0d3Sdependabot[bot] "log",
15301b1a2175SSamuel Ortiz "net_util",
1531b69f6d4fSRob Bradford "option_parser",
15321b1a2175SSamuel Ortiz "vhost",
1533446d2c89SRob Bradford "vhost-user-backend",
15348ae7a38dSRob Bradford "virtio-bindings",
15357f0e7d19SSebastien Boeuf "vm-memory",
15361b1a2175SSamuel Ortiz "vmm-sys-util",
1537fb763c40SRob Bradford]
1538fb763c40SRob Bradford
1539fb763c40SRob Bradford[[package]]
1540b67e0b3dSSebastien Boeufname = "virtio-bindings"
1541b67e0b3dSSebastien Boeufversion = "0.1.0"
1542c446b9d5SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
15431b1a2175SSamuel Ortizchecksum = "3ff512178285488516ed85f15b5d0113a7cdb89e9e8a760b269ae4f02b84bd6b"
1544c446b9d5SSamuel Ortiz
1545c446b9d5SSamuel Ortiz[[package]]
15462a6eb31dSRob Bradfordname = "virtio-devices"
15472a6eb31dSRob Bradfordversion = "0.1.0"
15482a6eb31dSRob Bradforddependencies = [
15492a6eb31dSRob Bradford "anyhow",
15502a6eb31dSRob Bradford "arc-swap",
15519c867edcSRob Bradford "block_util",
15522a6eb31dSRob Bradford "byteorder",
15532a6eb31dSRob Bradford "epoll",
1554c89095abSRob Bradford "event_monitor",
155564283726SSebastien Boeuf "io-uring",
15562a6eb31dSRob Bradford "libc",
15574449b0d3Sdependabot[bot] "log",
15582a6eb31dSRob Bradford "net_gen",
15592a6eb31dSRob Bradford "net_util",
15602a6eb31dSRob Bradford "pci",
1561ee871278SBo Chen "rate_limiter",
156208ac3405SBo Chen "seccompiler",
15632a6eb31dSRob Bradford "serde",
15642a6eb31dSRob Bradford "serde_json",
1565a940f525SSebastien Boeuf "serial_buffer",
1566be7c3891SSebastien Boeuf "thiserror",
1567c4007022SRob Bradford "versionize",
1568c4007022SRob Bradford "versionize_derive",
15692a6eb31dSRob Bradford "vhost",
15702a6eb31dSRob Bradford "virtio-bindings",
15710249e864SSebastien Boeuf "virtio-queue",
15722a6eb31dSRob Bradford "vm-allocator",
15732a6eb31dSRob Bradford "vm-device",
15747f0e7d19SSebastien Boeuf "vm-memory",
15752a6eb31dSRob Bradford "vm-migration",
15762a6eb31dSRob Bradford "vm-virtio",
15772a6eb31dSRob Bradford "vmm-sys-util",
15782a6eb31dSRob Bradford]
15792a6eb31dSRob Bradford
15802a6eb31dSRob Bradford[[package]]
15810249e864SSebastien Boeufname = "virtio-queue"
15826f8bd27cSRob Bradfordversion = "0.7.0"
1583885dce40SSebastien Boeufsource = "registry+https://github.com/rust-lang/crates.io-index"
15846f8bd27cSRob Bradfordchecksum = "19e927d93d54c365034fd7f31a5f458a1f540de4a37c52e892670dad9692173c"
15850249e864SSebastien Boeufdependencies = [
15860249e864SSebastien Boeuf "log",
1587a423bf13SSebastien Boeuf "virtio-bindings",
15880249e864SSebastien Boeuf "vm-memory",
15890249e864SSebastien Boeuf "vmm-sys-util",
15900249e864SSebastien Boeuf]
15910249e864SSebastien Boeuf
15920249e864SSebastien Boeuf[[package]]
15930adc3481SSamuel Ortizname = "vm-allocator"
15940adc3481SSamuel Ortizversion = "0.1.0"
15950adc3481SSamuel Ortizdependencies = [
1596776f8fc5SRob Bradford "arch",
15971b1a2175SSamuel Ortiz "libc",
15987f0e7d19SSebastien Boeuf "vm-memory",
15990adc3481SSamuel Ortiz]
16000adc3481SSamuel Ortiz
16010adc3481SSamuel Ortiz[[package]]
160234bb3179SSebastien Boeufname = "vm-device"
160334bb3179SSebastien Boeufversion = "0.1.0"
16040361df4aSSamuel Ortizdependencies = [
16051b1a2175SSamuel Ortiz "anyhow",
16063ffc105fSRob Bradford "hypervisor",
16071b1a2175SSamuel Ortiz "serde",
16081b1a2175SSamuel Ortiz "thiserror",
16095bd05b1aSSebastien Boeuf "vfio-ioctls",
16107f0e7d19SSebastien Boeuf "vm-memory",
16111b1a2175SSamuel Ortiz "vmm-sys-util",
16120361df4aSSamuel Ortiz]
161334bb3179SSebastien Boeuf
161434bb3179SSebastien Boeuf[[package]]
16157299202dSdependabot[bot]name = "vm-fdt"
1616f17addd3Sdependabot[bot]version = "0.2.0"
16172c367bddSRob Bradfordsource = "git+https://github.com/rust-vmm/vm-fdt?branch=main#c5a99ab71b130435927d19b50c85fcd5ce904a8c"
16187299202dSdependabot[bot]
16197299202dSdependabot[bot][[package]]
1620a0da3debSSamuel Ortizname = "vm-memory"
16216f8bd27cSRob Bradfordversion = "0.10.0"
1622ed1b12f9Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
16236f8bd27cSRob Bradfordchecksum = "688a70366615b45575a424d9c665561c1b5ab2224d494f706b6a6812911a827c"
1624ed1b12f9Sdependabot[bot]dependencies = [
1625b4f887eaSRob Bradford "arc-swap",
1626ed1b12f9Sdependabot[bot] "libc",
1627ed1b12f9Sdependabot[bot] "winapi",
1628ed1b12f9Sdependabot[bot]]
1629ed1b12f9Sdependabot[bot]
1630ed1b12f9Sdependabot[bot][[package]]
16311b1a2175SSamuel Ortizname = "vm-migration"
16321b1a2175SSamuel Ortizversion = "0.1.0"
16331b1a2175SSamuel Ortizdependencies = [
16341b1a2175SSamuel Ortiz "anyhow",
16351b1a2175SSamuel Ortiz "serde",
16361b1a2175SSamuel Ortiz "serde_json",
16371b1a2175SSamuel Ortiz "thiserror",
1638bbda0871SRob Bradford "versionize",
1639bbda0871SRob Bradford "versionize_derive",
16407f0e7d19SSebastien Boeuf "vm-memory",
1641a0da3debSSamuel Ortiz]
1642a0da3debSSamuel Ortiz
1643a0da3debSSamuel Ortiz[[package]]
1644b67e0b3dSSebastien Boeufname = "vm-virtio"
1645b67e0b3dSSebastien Boeufversion = "0.1.0"
1646b67e0b3dSSebastien Boeufdependencies = [
16474449b0d3Sdependabot[bot] "log",
16480249e864SSebastien Boeuf "virtio-queue",
16497f0e7d19SSebastien Boeuf "vm-memory",
1650b67e0b3dSSebastien Boeuf]
1651b67e0b3dSSebastien Boeuf
1652b67e0b3dSSebastien Boeuf[[package]]
1653a0da3debSSamuel Ortizname = "vmm"
1654a0da3debSSamuel Ortizversion = "0.1.0"
1655a0da3debSSamuel Ortizdependencies = [
16561b1a2175SSamuel Ortiz "acpi_tables",
16571b1a2175SSamuel Ortiz "anyhow",
16581b1a2175SSamuel Ortiz "arc-swap",
16591b1a2175SSamuel Ortiz "arch",
16604449b0d3Sdependabot[bot] "bitflags",
1661917027c5SSebastien Boeuf "block_util",
16621b1a2175SSamuel Ortiz "devices",
16631b1a2175SSamuel Ortiz "epoll",
16649260c4c1SRob Bradford "event_monitor",
1665f1c47056SAkira Moroo "gdbstub",
1666f1c47056SAkira Moroo "gdbstub_arch",
1667e4dee57eSMuminul Islam "hypervisor",
16681b1a2175SSamuel Ortiz "libc",
16691b1a2175SSamuel Ortiz "linux-loader",
16704449b0d3Sdependabot[bot] "log",
16711b1a2175SSamuel Ortiz "micro_http",
16721b1a2175SSamuel Ortiz "net_util",
16738fa10986SWei Liu "once_cell",
1674b69f6d4fSRob Bradford "option_parser",
16751b1a2175SSamuel Ortiz "pci",
16761b1a2175SSamuel Ortiz "qcow",
167708ac3405SBo Chen "seccompiler",
16781b1a2175SSamuel Ortiz "serde",
16791b1a2175SSamuel Ortiz "serde_json",
1680a940f525SSebastien Boeuf "serial_buffer",
16811b1a2175SSamuel Ortiz "signal-hook",
1682dfd21cbfSRob Bradford "thiserror",
1683b35e6f30SRob Bradford "tracer",
16848f1404eeSSebastien Boeuf "uuid",
1685f840327fSRob Bradford "versionize",
1686f840327fSRob Bradford "versionize_derive",
1687d24aa72dSSamuel Ortiz "vfio-ioctls",
1688e9d67dc4SRob Bradford "vfio_user",
16895db4dedeSFazla Mehrab "vhdx",
16902a6eb31dSRob Bradford "virtio-devices",
16910249e864SSebastien Boeuf "virtio-queue",
16921b1a2175SSamuel Ortiz "vm-allocator",
16931b1a2175SSamuel Ortiz "vm-device",
16947f0e7d19SSebastien Boeuf "vm-memory",
16951b1a2175SSamuel Ortiz "vm-migration",
16961b1a2175SSamuel Ortiz "vm-virtio",
16971b1a2175SSamuel Ortiz "vmm-sys-util",
16980921cfb8SSamuel Ortiz]
16990921cfb8SSamuel Ortiz
17000921cfb8SSamuel Ortiz[[package]]
17010921cfb8SSamuel Ortizname = "vmm-sys-util"
1702*3a81f932SRob Bradfordversion = "0.11.1"
1703de9eb3e0SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1704*3a81f932SRob Bradfordchecksum = "dd64fe09d8e880e600c324e7d664760a17f56e9672b7495a86381b49e4f72f46"
1705de9eb3e0SSamuel Ortizdependencies = [
17064449b0d3Sdependabot[bot] "bitflags",
17071b1a2175SSamuel Ortiz "libc",
170812b036a8SSamuel Ortiz "serde",
170912b036a8SSamuel Ortiz "serde_derive",
1710de9eb3e0SSamuel Ortiz]
1711de9eb3e0SSamuel Ortiz
1712de9eb3e0SSamuel Ortiz[[package]]
171326783feaSBo Chenname = "wait-timeout"
171426783feaSBo Chenversion = "0.2.0"
171526783feaSBo Chensource = "registry+https://github.com/rust-lang/crates.io-index"
171626783feaSBo Chenchecksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
171726783feaSBo Chendependencies = [
171826783feaSBo Chen "libc",
171926783feaSBo Chen]
172026783feaSBo Chen
172126783feaSBo Chen[[package]]
17226678cbfbSdependabot-preview[bot]name = "wasi"
1723efe0429aSdependabot[bot]version = "0.11.0+wasi-snapshot-preview1"
17246678cbfbSdependabot-preview[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1725efe0429aSdependabot[bot]checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17266678cbfbSdependabot-preview[bot]
17276678cbfbSdependabot-preview[bot][[package]]
17282ed17abbSSamuel Ortizname = "winapi"
1729f19f7490SRob Bradfordversion = "0.3.9"
17302ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1731f19f7490SRob Bradfordchecksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
17322ed17abbSSamuel Ortizdependencies = [
17331b1a2175SSamuel Ortiz "winapi-i686-pc-windows-gnu",
17341b1a2175SSamuel Ortiz "winapi-x86_64-pc-windows-gnu",
17352ed17abbSSamuel Ortiz]
17362ed17abbSSamuel Ortiz
17372ed17abbSSamuel Ortiz[[package]]
17382ed17abbSSamuel Ortizname = "winapi-i686-pc-windows-gnu"
17392ed17abbSSamuel Ortizversion = "0.4.0"
17402ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
17411b1a2175SSamuel Ortizchecksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
17422ed17abbSSamuel Ortiz
17432ed17abbSSamuel Ortiz[[package]]
1744fe540122SSamuel Ortizname = "winapi-util"
1745fe540122SSamuel Ortizversion = "0.1.5"
1746fe540122SSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
1747fe540122SSamuel Ortizchecksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1748fe540122SSamuel Ortizdependencies = [
17494449b0d3Sdependabot[bot] "winapi",
1750fe540122SSamuel Ortiz]
1751fe540122SSamuel Ortiz
1752fe540122SSamuel Ortiz[[package]]
17532ed17abbSSamuel Ortizname = "winapi-x86_64-pc-windows-gnu"
17542ed17abbSSamuel Ortizversion = "0.4.0"
17552ed17abbSSamuel Ortizsource = "registry+https://github.com/rust-lang/crates.io-index"
17561b1a2175SSamuel Ortizchecksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1757e664fa38SMuminul Islam
1758e664fa38SMuminul Islam[[package]]
1759f7a013daSdependabot[bot]name = "windows-sys"
1760012f2572Sdependabot[bot]version = "0.42.0"
1761012f2572Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1762012f2572Sdependabot[bot]checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1763012f2572Sdependabot[bot]dependencies = [
1764012f2572Sdependabot[bot] "windows_aarch64_gnullvm",
17656f8bd27cSRob Bradford "windows_aarch64_msvc",
17666f8bd27cSRob Bradford "windows_i686_gnu",
17676f8bd27cSRob Bradford "windows_i686_msvc",
17686f8bd27cSRob Bradford "windows_x86_64_gnu",
1769012f2572Sdependabot[bot] "windows_x86_64_gnullvm",
17706f8bd27cSRob Bradford "windows_x86_64_msvc",
1771012f2572Sdependabot[bot]]
1772012f2572Sdependabot[bot]
1773012f2572Sdependabot[bot][[package]]
1774012f2572Sdependabot[bot]name = "windows_aarch64_gnullvm"
1775*3a81f932SRob Bradfordversion = "0.42.1"
1776012f2572Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1777*3a81f932SRob Bradfordchecksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
1778012f2572Sdependabot[bot]
1779012f2572Sdependabot[bot][[package]]
1780f7a013daSdependabot[bot]name = "windows_aarch64_msvc"
1781*3a81f932SRob Bradfordversion = "0.42.1"
1782012f2572Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1783*3a81f932SRob Bradfordchecksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
1784012f2572Sdependabot[bot]
1785012f2572Sdependabot[bot][[package]]
1786f7a013daSdependabot[bot]name = "windows_i686_gnu"
1787*3a81f932SRob Bradfordversion = "0.42.1"
1788012f2572Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1789*3a81f932SRob Bradfordchecksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
1790012f2572Sdependabot[bot]
1791012f2572Sdependabot[bot][[package]]
1792f7a013daSdependabot[bot]name = "windows_i686_msvc"
1793*3a81f932SRob Bradfordversion = "0.42.1"
1794012f2572Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1795*3a81f932SRob Bradfordchecksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
1796012f2572Sdependabot[bot]
1797012f2572Sdependabot[bot][[package]]
1798f7a013daSdependabot[bot]name = "windows_x86_64_gnu"
1799*3a81f932SRob Bradfordversion = "0.42.1"
1800012f2572Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1801*3a81f932SRob Bradfordchecksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
1802012f2572Sdependabot[bot]
1803012f2572Sdependabot[bot][[package]]
1804012f2572Sdependabot[bot]name = "windows_x86_64_gnullvm"
1805*3a81f932SRob Bradfordversion = "0.42.1"
1806012f2572Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1807*3a81f932SRob Bradfordchecksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
1808012f2572Sdependabot[bot]
1809012f2572Sdependabot[bot][[package]]
1810f7a013daSdependabot[bot]name = "windows_x86_64_msvc"
1811*3a81f932SRob Bradfordversion = "0.42.1"
1812012f2572Sdependabot[bot]source = "registry+https://github.com/rust-lang/crates.io-index"
1813*3a81f932SRob Bradfordchecksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
1814012f2572Sdependabot[bot]
1815012f2572Sdependabot[bot][[package]]
1816e664fa38SMuminul Islamname = "zerocopy"
181734edb896Sdependabot[bot]version = "0.6.1"
1818e664fa38SMuminul Islamsource = "registry+https://github.com/rust-lang/crates.io-index"
181934edb896Sdependabot[bot]checksum = "332f188cc1bcf1fe1064b8c58d150f497e697f49774aa846f2dc949d9a25f236"
1820e664fa38SMuminul Islamdependencies = [
1821e664fa38SMuminul Islam "byteorder",
1822e664fa38SMuminul Islam "zerocopy-derive",
1823e664fa38SMuminul Islam]
1824e664fa38SMuminul Islam
1825e664fa38SMuminul Islam[[package]]
1826e664fa38SMuminul Islamname = "zerocopy-derive"
1827af14044fSdependabot[bot]version = "0.3.2"
1828e664fa38SMuminul Islamsource = "registry+https://github.com/rust-lang/crates.io-index"
1829af14044fSdependabot[bot]checksum = "6505e6815af7de1746a08f69c69606bb45695a17149517680f3b2149713b19a3"
1830e664fa38SMuminul Islamdependencies = [
1831e664fa38SMuminul Islam "proc-macro2",
1832af14044fSdependabot[bot] "quote",
1833e664fa38SMuminul Islam "syn",
1834e664fa38SMuminul Islam]
1835