123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- version = 3
- [[package]]
- name = "aho-corasick"
- version = "1.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
- dependencies = [
- "memchr",
- ]
- [[package]]
- name = "anyhow"
- version = "1.0.79"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
- [[package]]
- name = "argh"
- version = "0.1.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219"
- dependencies = [
- "argh_derive",
- "argh_shared",
- ]
- [[package]]
- name = "argh_derive"
- version = "0.1.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a"
- dependencies = [
- "argh_shared",
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "argh_shared"
- version = "0.1.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531"
- dependencies = [
- "serde",
- ]
- [[package]]
- name = "autocfg"
- version = "1.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
- [[package]]
- name = "bitflags"
- version = "2.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
- [[package]]
- name = "env_logger"
- version = "0.10.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
- dependencies = [
- "humantime",
- "is-terminal",
- "log",
- "regex",
- "termcolor",
- ]
- [[package]]
- name = "errno"
- version = "0.3.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
- dependencies = [
- "libc",
- "windows-sys",
- ]
- [[package]]
- name = "futures"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-channel"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
- dependencies = [
- "futures-core",
- "futures-sink",
- ]
- [[package]]
- name = "futures-core"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
- [[package]]
- name = "futures-executor"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
- dependencies = [
- "futures-core",
- "futures-task",
- "futures-util",
- ]
- [[package]]
- name = "futures-io"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
- [[package]]
- name = "futures-macro"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "futures-sink"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
- [[package]]
- name = "futures-task"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
- [[package]]
- name = "futures-timer"
- version = "3.0.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
- [[package]]
- name = "futures-util"
- version = "0.3.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
- dependencies = [
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-macro",
- "futures-sink",
- "futures-task",
- "memchr",
- "pin-project-lite",
- "pin-utils",
- "slab",
- ]
- [[package]]
- name = "glob"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
- [[package]]
- name = "hermit-abi"
- version = "0.3.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
- [[package]]
- name = "humantime"
- version = "2.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
- [[package]]
- name = "is-terminal"
- version = "0.4.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
- dependencies = [
- "hermit-abi",
- "rustix",
- "windows-sys",
- ]
- [[package]]
- name = "itoa"
- version = "1.0.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
- [[package]]
- name = "libc"
- version = "0.2.152"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
- [[package]]
- name = "linux-raw-sys"
- version = "0.4.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
- [[package]]
- name = "log"
- version = "0.4.20"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
- [[package]]
- name = "memchr"
- version = "2.7.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
- [[package]]
- name = "once_cell"
- version = "1.19.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
- [[package]]
- name = "pin-project-lite"
- version = "0.2.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
- [[package]]
- name = "pin-utils"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
- [[package]]
- name = "proc-macro2"
- version = "1.0.78"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
- dependencies = [
- "unicode-ident",
- ]
- [[package]]
- name = "quote"
- version = "1.0.35"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
- dependencies = [
- "proc-macro2",
- ]
- [[package]]
- name = "regex"
- version = "1.10.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-automata",
- "regex-syntax",
- ]
- [[package]]
- name = "regex-automata"
- version = "0.4.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
- dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
- ]
- [[package]]
- name = "regex-syntax"
- version = "0.8.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
- [[package]]
- name = "relative-path"
- version = "1.9.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc"
- [[package]]
- name = "rstest"
- version = "0.18.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
- dependencies = [
- "futures",
- "futures-timer",
- "rstest_macros",
- "rustc_version",
- ]
- [[package]]
- name = "rstest_macros"
- version = "0.18.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
- dependencies = [
- "cfg-if",
- "glob",
- "proc-macro2",
- "quote",
- "regex",
- "relative-path",
- "rustc_version",
- "syn",
- "unicode-ident",
- ]
- [[package]]
- name = "rustc_version"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
- dependencies = [
- "semver",
- ]
- [[package]]
- name = "rustix"
- version = "0.38.30"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
- dependencies = [
- "bitflags",
- "errno",
- "libc",
- "linux-raw-sys",
- "windows-sys",
- ]
- [[package]]
- name = "ryu"
- version = "1.0.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
- [[package]]
- name = "semver"
- version = "1.0.21"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
- [[package]]
- name = "serde"
- version = "1.0.195"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
- dependencies = [
- "serde_derive",
- ]
- [[package]]
- name = "serde_derive"
- version = "1.0.195"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
- dependencies = [
- "proc-macro2",
- "quote",
- "syn",
- ]
- [[package]]
- name = "serde_json"
- version = "1.0.111"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
- dependencies = [
- "itoa",
- "ryu",
- "serde",
- ]
- [[package]]
- name = "slab"
- version = "0.4.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
- dependencies = [
- "autocfg",
- ]
- [[package]]
- name = "syn"
- version = "2.0.48"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
- dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
- ]
- [[package]]
- name = "termcolor"
- version = "1.4.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
- dependencies = [
- "winapi-util",
- ]
- [[package]]
- name = "unicode-ident"
- version = "1.0.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
- [[package]]
- name = "vcpu_blocker_analyzer_rust"
- version = "0.1.0"
- dependencies = [
- "anyhow",
- "argh",
- "env_logger",
- "log",
- "once_cell",
- "regex",
- "rstest",
- "serde",
- "serde_json",
- ]
- [[package]]
- name = "winapi"
- version = "0.3.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
- dependencies = [
- "winapi-i686-pc-windows-gnu",
- "winapi-x86_64-pc-windows-gnu",
- ]
- [[package]]
- name = "winapi-i686-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
- [[package]]
- name = "winapi-util"
- version = "0.1.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
- dependencies = [
- "winapi",
- ]
- [[package]]
- name = "winapi-x86_64-pc-windows-gnu"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
- [[package]]
- name = "windows-sys"
- version = "0.52.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
- dependencies = [
- "windows-targets",
- ]
- [[package]]
- name = "windows-targets"
- version = "0.52.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
- dependencies = [
- "windows_aarch64_gnullvm",
- "windows_aarch64_msvc",
- "windows_i686_gnu",
- "windows_i686_msvc",
- "windows_x86_64_gnu",
- "windows_x86_64_gnullvm",
- "windows_x86_64_msvc",
- ]
- [[package]]
- name = "windows_aarch64_gnullvm"
- version = "0.52.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
- [[package]]
- name = "windows_aarch64_msvc"
- version = "0.52.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
- [[package]]
- name = "windows_i686_gnu"
- version = "0.52.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
- [[package]]
- name = "windows_i686_msvc"
- version = "0.52.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
- [[package]]
- name = "windows_x86_64_gnu"
- version = "0.52.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
- [[package]]
- name = "windows_x86_64_gnullvm"
- version = "0.52.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
- [[package]]
- name = "windows_x86_64_msvc"
- version = "0.52.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|