wars/Cargo.lock

2052 lines
50 KiB
Plaintext
Raw Normal View History

2024-06-06 20:37:15 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"cpp_demangle",
"fallible-iterator",
"gimli",
"memmap2",
"object",
"rustc-demangle",
"smallvec",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2024-06-19 03:21:09 +00:00
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
"zerocopy",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "anstream"
2024-08-14 22:34:48 +00:00
version = "0.6.15"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2024-06-06 20:37:15 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
2024-08-14 22:34:48 +00:00
version = "1.0.8"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2024-06-06 20:37:15 +00:00
[[package]]
name = "anstyle-parse"
2024-08-14 22:34:48 +00:00
version = "0.2.5"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2024-06-06 20:37:15 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-08-14 22:34:48 +00:00
version = "1.1.1"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
2024-06-06 20:37:15 +00:00
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
2024-08-14 22:34:48 +00:00
version = "3.0.4"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2024-06-06 20:37:15 +00:00
dependencies = [
"anstyle",
"windows-sys",
]
[[package]]
name = "anyhow"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2024-06-19 03:21:09 +00:00
[[package]]
name = "arbitrary"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
2024-06-06 20:37:15 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
[[package]]
name = "autocfg"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2024-06-19 03:21:09 +00:00
[[package]]
name = "beef"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-08-14 22:34:48 +00:00
version = "2.6.0"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-06-06 20:37:15 +00:00
[[package]]
name = "blake2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
dependencies = [
"digest",
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "castaway"
2024-08-14 22:34:48 +00:00
version = "0.2.3"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
2024-06-06 20:37:15 +00:00
dependencies = [
"rustversion",
]
[[package]]
name = "cc"
2024-08-14 22:34:48 +00:00
version = "1.1.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
2024-06-06 20:37:15 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
"bitflags 1.3.2",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "colorchoice"
2024-08-14 22:34:48 +00:00
version = "1.0.2"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2024-06-06 20:37:15 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "cpp_demangle"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
dependencies = [
"cfg-if",
]
2024-08-14 22:34:48 +00:00
[[package]]
name = "cpufeatures"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "cranelift-bforest"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b85034ffd0efe2f8c0ba73a55a021cd936e3f8526fa24adb50f168874a6b1db7"
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-codegen"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6fc9bfd532123a1778ad154c03741c99028e983c3c053cd6a5d177cab3965e"
dependencies = [
"bumpalo",
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-control",
"cranelift-entity",
"cranelift-isle",
"gimli",
"hashbrown 0.14.5",
"log",
"regalloc2",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-codegen-meta"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea93c920184d2d79555c0dde829717180902f69b9983e30b121bbd88288c5e2f"
dependencies = [
"cranelift-codegen-shared",
]
[[package]]
name = "cranelift-codegen-shared"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca5378154333193d6eb859514e0062c0c044f98acf8ff067d43aaaaa4e098ce6"
[[package]]
name = "cranelift-control"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95f6f71863046b42c2e960b1156c86bae2b13842be90349103959a0db9a3c30"
dependencies = [
"arbitrary",
]
[[package]]
name = "cranelift-entity"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18e625456002617a44c8fbdf276b624639f75e6d11b83c62e64ab8659e352dd5"
dependencies = [
"serde",
"serde_derive",
]
[[package]]
name = "cranelift-frontend"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c74dde8da13ac38556bafb9c26c2842ec68964cfbe0d07ae40ef879bab7cbbba"
dependencies = [
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-isle"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5683957e3c8fe5da47d0f23f185b86fb9826b2a10767a7df4ca1fb1dedf16e5e"
[[package]]
name = "cranelift-native"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b90167a436f69c210a68a8244c4078b918f9f01339c3c8a7322e72e5b3632a8"
dependencies = [
"cranelift-codegen",
"libc",
"target-lexicon",
]
[[package]]
name = "cranelift-wasm"
version = "0.104.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "073fa9fbb4c28804245b9daaa74975d712082deab0deebea1d92c3d43593cc91"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",
"itertools",
"log",
"smallvec",
"wasmparser 0.118.2",
"wasmtime-types",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "crc32fast"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "derive_more"
2024-08-14 22:34:48 +00:00
version = "0.99.18"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
2024-06-06 20:37:15 +00:00
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-06 20:37:15 +00:00
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
name = "either"
2024-08-14 22:34:48 +00:00
version = "1.13.0"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-06-06 20:37:15 +00:00
2024-06-19 03:21:09 +00:00
[[package]]
name = "encoding_rs"
version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [
"cfg-if",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "env_filter"
2024-08-14 22:34:48 +00:00
version = "0.1.2"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
2024-06-06 20:37:15 +00:00
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
2024-08-14 22:34:48 +00:00
version = "0.11.5"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
2024-06-06 20:37:15 +00:00
dependencies = [
"anstream",
"anstyle",
"env_filter",
"humantime",
"log",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2024-06-19 03:21:09 +00:00
[[package]]
name = "errno"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "expander"
2024-08-14 22:34:48 +00:00
version = "2.2.1"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "e2c470c71d91ecbd179935b24170459e926382eaaa86b590b78814e180d8a8e2"
2024-06-06 20:37:15 +00:00
dependencies = [
"blake2",
2024-08-14 22:34:48 +00:00
"file-guard",
2024-06-06 20:37:15 +00:00
"fs-err",
2024-08-14 22:34:48 +00:00
"prettyplease",
2024-06-06 20:37:15 +00:00
"proc-macro2",
"quote",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-06 20:37:15 +00:00
]
[[package]]
name = "fallible-iterator"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2024-08-14 22:34:48 +00:00
[[package]]
name = "file-guard"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21ef72acf95ec3d7dbf61275be556299490a245f017cf084bd23b4f68cf9407c"
dependencies = [
"libc",
"winapi",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[package]]
name = "flate2"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fs-err"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
dependencies = [
"autocfg",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
dependencies = [
"fallible-iterator",
2024-06-19 03:21:09 +00:00
"indexmap 2.2.6",
2024-06-06 20:37:15 +00:00
"stable_deref_trait",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "golem-wasm-ast"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a73b7e97992db438181bc0884406e2066fbe8c22e6d288a960790221036a9da"
dependencies = [
"leb128",
"mappable-rc",
"wasm-encoder 0.41.2",
"wasm-metadata",
"wasm-wave",
"wasmparser 0.121.2",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2024-06-19 03:21:09 +00:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2024-06-19 03:21:09 +00:00
dependencies = [
"ahash",
2024-08-14 22:34:48 +00:00
"serde",
2024-06-19 03:21:09 +00:00
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2024-06-06 20:37:15 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2024-08-14 22:34:48 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2024-06-06 20:37:15 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2024-08-14 22:34:48 +00:00
[[package]]
name = "ic-stable-structures"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03f3044466a69802de74e710dc0300b706a05696a0531c942ca856751a13b0db"
dependencies = [
"ic_principal",
]
[[package]]
name = "ic_principal"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1762deb6f7c8d8c2bdee4b6c5a47b60195b74e9b5280faa5ba29692f8e17429c"
2024-06-19 03:21:09 +00:00
[[package]]
name = "id-arena"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
2024-06-06 20:37:15 +00:00
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
"hashbrown 0.14.5",
2024-06-19 03:21:09 +00:00
"serde",
2024-06-06 20:37:15 +00:00
]
[[package]]
name = "is_terminal_polyfill"
2024-08-14 22:34:48 +00:00
version = "1.70.1"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "isovariant"
version = "0.1.0"
2024-06-06 20:37:15 +00:00
2024-06-19 03:21:09 +00:00
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2024-08-14 22:34:48 +00:00
[[package]]
name = "keccak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
dependencies = [
"cpufeatures",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "lazy_static"
2024-08-14 22:34:48 +00:00
version = "1.5.0"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-06-06 20:37:15 +00:00
[[package]]
name = "leb128"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "libc"
version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2024-06-19 03:21:09 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2024-06-06 20:37:15 +00:00
[[package]]
name = "log"
2024-08-14 22:34:48 +00:00
version = "0.4.22"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2024-06-06 20:37:15 +00:00
2024-06-19 03:21:09 +00:00
[[package]]
name = "logos"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1"
dependencies = [
"logos-derive",
]
[[package]]
name = "logos-codegen"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68"
dependencies = [
"beef",
"fnv",
"proc-macro2",
"quote",
"regex-syntax 0.6.29",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-19 03:21:09 +00:00
]
[[package]]
name = "logos-derive"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e"
dependencies = [
"logos-codegen",
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "mappable-rc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "204651f31b0a6a7b2128d2b92c372cd94607b210c3a6b6e542c57a8cfd4db996"
2024-06-06 20:37:15 +00:00
[[package]]
name = "memchr"
2024-08-14 22:34:48 +00:00
version = "2.7.4"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-06-06 20:37:15 +00:00
2024-06-19 03:21:09 +00:00
[[package]]
name = "memfd"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
dependencies = [
"rustix",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "memmap2"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "memoffset"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "miniz_oxide"
2024-08-14 22:34:48 +00:00
version = "0.7.4"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2024-06-06 20:37:15 +00:00
dependencies = [
"adler",
]
[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
2024-06-19 03:21:09 +00:00
"crc32fast",
2024-06-06 20:37:15 +00:00
"flate2",
2024-06-19 03:21:09 +00:00
"hashbrown 0.14.5",
"indexmap 2.2.6",
2024-06-06 20:37:15 +00:00
"memchr",
"ruzstd",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-06-06 20:37:15 +00:00
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "petgraph"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
dependencies = [
"fixedbitset",
"indexmap 1.9.3",
]
[[package]]
name = "portal-pc-waffle"
version = "0.0.27+portal"
2024-08-14 22:34:48 +00:00
source = "git+https://github.com/portal-co/waffle-.git?branch=pr/changes2#8db8a0234782a612db040282dda2ee177ff36f28"
2024-06-06 20:37:15 +00:00
dependencies = [
"addr2line",
"anyhow",
"env_logger",
"fxhash",
"indexmap 2.2.6",
"lazy_static",
"libc",
"log",
2024-08-14 22:34:48 +00:00
"paste",
2024-06-06 20:37:15 +00:00
"rayon",
2024-08-14 22:34:48 +00:00
"serde",
2024-06-06 20:37:15 +00:00
"smallvec",
"stacker",
"structopt",
2024-08-14 22:34:48 +00:00
"wasm-encoder 0.212.0",
"wasmparser 0.212.0",
2024-06-06 20:37:15 +00:00
]
[[package]]
2024-08-14 22:34:48 +00:00
name = "prettyplease"
version = "0.2.20"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
2024-06-06 20:37:15 +00:00
dependencies = [
"proc-macro2",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-06 20:37:15 +00:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2024-08-14 22:34:48 +00:00
version = "1.0.86"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2024-06-06 20:37:15 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "psm"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
dependencies = [
"cc",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "quasiquote"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d7f3e24436387bc9ee9963246739f2a851d9ca85ed73a2c5b878bf908e9b34d"
dependencies = [
"proc-macro2",
"quasiquote-proc-macro",
"quote",
]
[[package]]
name = "quasiquote-proc-macro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79bc0a2b2a185610156579070227676cf31d6282045d01273bbfc65804df6022"
dependencies = [
"itertools",
"proc-macro2",
"quote",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "quote"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rayon"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "ref-cast"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
dependencies = [
"proc-macro2",
"quote",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-19 03:21:09 +00:00
]
[[package]]
name = "regalloc2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
dependencies = [
"hashbrown 0.13.2",
"log",
"rustc-hash",
"slice-group-by",
"smallvec",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "regex"
2024-08-14 22:34:48 +00:00
version = "1.10.5"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2024-06-06 20:37:15 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
2024-08-14 22:34:48 +00:00
"regex-syntax 0.8.4",
2024-06-06 20:37:15 +00:00
]
[[package]]
name = "regex-automata"
2024-08-14 22:34:48 +00:00
version = "0.4.7"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2024-06-06 20:37:15 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-08-14 22:34:48 +00:00
"regex-syntax 0.8.4",
2024-06-06 20:37:15 +00:00
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2024-06-06 20:37:15 +00:00
[[package]]
name = "regex-syntax"
2024-08-14 22:34:48 +00:00
version = "0.8.4"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2024-06-06 20:37:15 +00:00
[[package]]
name = "relooper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efae3de559cde28a2580a0cd4bb80e6a3100e3ebeb390c0d9f82c9cd4cedf118"
dependencies = [
"fnv",
"petgraph",
]
[[package]]
name = "rustc-demangle"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2024-06-19 03:21:09 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2024-06-06 20:37:15 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "rustix"
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
2024-08-14 22:34:48 +00:00
"bitflags 2.6.0",
2024-06-19 03:21:09 +00:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "rustversion"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
[[package]]
name = "ruzstd"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d"
dependencies = [
"byteorder",
"derive_more",
"twox-hash",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "ryu"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2024-06-06 20:37:15 +00:00
[[package]]
name = "semver"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2024-06-19 03:21:09 +00:00
[[package]]
name = "serde"
2024-08-14 22:34:48 +00:00
version = "1.0.204"
2024-06-19 03:21:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
2024-06-19 03:21:09 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-08-14 22:34:48 +00:00
version = "1.0.204"
2024-06-19 03:21:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
2024-06-19 03:21:09 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-19 03:21:09 +00:00
]
[[package]]
name = "serde_json"
2024-08-14 22:34:48 +00:00
version = "1.0.121"
2024-06-19 03:21:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
2024-06-19 03:21:09 +00:00
dependencies = [
"itoa",
2024-08-14 22:34:48 +00:00
"memchr",
2024-06-19 03:21:09 +00:00
"ryu",
"serde",
]
2024-08-14 22:34:48 +00:00
[[package]]
name = "sha3"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
dependencies = [
"digest",
"keccak",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "slice-group-by"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
2024-06-06 20:37:15 +00:00
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2024-06-19 03:21:09 +00:00
[[package]]
name = "spdx"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
dependencies = [
"smallvec",
]
[[package]]
name = "sptr"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
2024-06-06 20:37:15 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "stacker"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
dependencies = [
"cc",
"cfg-if",
"libc",
"psm",
"winapi",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
2024-06-19 03:21:09 +00:00
"heck 0.3.3",
2024-06-06 20:37:15 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "subtle"
2024-08-14 22:34:48 +00:00
version = "2.6.1"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2024-06-06 20:37:15 +00:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-08-14 22:34:48 +00:00
version = "2.0.72"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
2024-06-06 20:37:15 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "target-lexicon"
2024-08-14 22:34:48 +00:00
version = "0.12.15"
2024-06-19 03:21:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2"
2024-06-19 03:21:09 +00:00
2024-06-06 20:37:15 +00:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "thiserror"
2024-08-14 22:34:48 +00:00
version = "1.0.63"
2024-06-19 03:21:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2024-06-19 03:21:09 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-08-14 22:34:48 +00:00
version = "1.0.63"
2024-06-19 03:21:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2024-06-19 03:21:09 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-19 03:21:09 +00:00
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "tramp"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1ee032eda9f2e819b93fed2bbb2ea4e459b78cd0141b9e3644ec6dc013b2cf4"
[[package]]
name = "tuple_list"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "141fb9f71ee586d956d7d6e4d5a9ef8e946061188520140f7591b668841d502e"
[[package]]
name = "twox-hash"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if",
"static_assertions",
]
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "unicode-width"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
2024-06-19 03:21:09 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2024-06-06 20:37:15 +00:00
[[package]]
name = "utf8parse"
2024-08-14 22:34:48 +00:00
version = "0.2.2"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-06-06 20:37:15 +00:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
2024-08-14 22:34:48 +00:00
version = "0.9.5"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-06-06 20:37:15 +00:00
2024-06-19 03:21:09 +00:00
[[package]]
name = "waffle-func-reloop"
version = "0.1.0"
dependencies = [
"portal-pc-waffle",
"relooper",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "wars"
version = "0.1.0"
dependencies = [
2024-08-14 22:34:48 +00:00
"bitflags 2.6.0",
"hex",
2024-06-06 20:37:15 +00:00
"portal-pc-waffle",
"proc-macro2",
2024-06-19 03:21:09 +00:00
"quasiquote",
2024-06-06 20:37:15 +00:00
"quote",
"relooper",
2024-08-14 22:34:48 +00:00
"sha3",
"syn 2.0.72",
2024-06-19 03:21:09 +00:00
"waffle-func-reloop",
"witx",
]
[[package]]
name = "wars-component"
version = "0.1.0"
dependencies = [
"golem-wasm-ast",
"proc-macro2",
"quasiquote",
"quote",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-19 03:21:09 +00:00
"wars",
2024-06-06 20:37:15 +00:00
]
[[package]]
name = "wars-macro"
version = "0.1.0"
dependencies = [
"expander",
"proc-macro2",
"quote",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-06 20:37:15 +00:00
"wars",
"wars-rt",
"wat",
]
[[package]]
name = "wars-rt"
version = "0.1.0"
dependencies = [
"anyhow",
"castaway",
"derive_more",
2024-08-14 22:34:48 +00:00
"either",
"ic-stable-structures",
2024-06-06 20:37:15 +00:00
"paste",
"tramp",
"tuple_list",
2024-06-19 03:21:09 +00:00
"wars-macro",
"wasm_runtime_layer",
2024-06-06 20:37:15 +00:00
]
[[package]]
name = "wars-test"
version = "0.1.0"
2024-08-14 22:34:48 +00:00
[[package]]
name = "wasm-compile-layer"
version = "0.1.0"
dependencies = [
"anyhow",
"portal-pc-waffle",
"proc-macro2",
"quasiquote",
"quote",
"relooper",
"syn 2.0.72",
"waffle-func-reloop",
"wars",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "wasm-encoder"
version = "0.38.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ad2b51884de9c7f4fe2fd1043fccb8dcad4b1e29558146ee57a144d15779f3f"
dependencies = [
"leb128",
]
[[package]]
name = "wasm-encoder"
version = "0.41.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "972f97a5d8318f908dded23594188a90bcd09365986b1163e66d70170e5287ae"
dependencies = [
"leb128",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "wasm-encoder"
2024-08-14 22:34:48 +00:00
version = "0.212.0"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "501940df4418b8929eb6d52f1aade1fdd15a5b86c92453cb696e3c906bd3fc33"
2024-06-06 20:37:15 +00:00
dependencies = [
"leb128",
]
[[package]]
name = "wasm-encoder"
2024-08-14 22:34:48 +00:00
version = "0.214.0"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "ff694f02a8d7a50b6922b197ae03883fbf18cdb2ae9fbee7b6148456f5f44041"
2024-06-06 20:37:15 +00:00
dependencies = [
"leb128",
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "wasm-metadata"
version = "0.10.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18ebaa7bd0f9e7a5e5dd29b9a998acf21c4abed74265524dd7e85934597bfb10"
dependencies = [
"anyhow",
"indexmap 2.2.6",
"serde",
"serde_derive",
"serde_json",
"spdx",
"wasm-encoder 0.41.2",
"wasmparser 0.121.2",
]
[[package]]
name = "wasm-wave"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "132211e87e40f5470a159f6f44aa87c37f0e24321c42cb1d957d18de1ff576cd"
dependencies = [
"indexmap 2.2.6",
"logos",
"thiserror",
"wasmtime",
"wit-parser",
]
[[package]]
name = "wasm_runtime_layer"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb3c4a317e94b170cd61e5943b3f80bcc5c4052398a271e6e2118a3e63a34433"
dependencies = [
"anyhow",
"fxhash",
"ref-cast",
"smallvec",
]
[[package]]
name = "wasmparser"
version = "0.118.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c"
dependencies = [
"indexmap 2.2.6",
"semver",
]
[[package]]
name = "wasmparser"
version = "0.121.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dbe55c8f9d0dbd25d9447a5a889ff90c0cc3feaa7395310d3d826b2c703eaab"
dependencies = [
2024-08-14 22:34:48 +00:00
"bitflags 2.6.0",
2024-06-19 03:21:09 +00:00
"indexmap 2.2.6",
"semver",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "wasmparser"
2024-08-14 22:34:48 +00:00
version = "0.212.0"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8"
2024-06-06 20:37:15 +00:00
dependencies = [
2024-08-14 22:34:48 +00:00
"ahash",
"bitflags 2.6.0",
"hashbrown 0.14.5",
2024-06-06 20:37:15 +00:00
"indexmap 2.2.6",
"semver",
2024-08-14 22:34:48 +00:00
"serde",
2024-06-06 20:37:15 +00:00
]
2024-06-19 03:21:09 +00:00
[[package]]
name = "wasmprinter"
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60e73986a6b7fdfedb7c5bf9e7eb71135486507c8fbc4c0c42cffcb6532988b7"
dependencies = [
"anyhow",
"wasmparser 0.121.2",
]
[[package]]
name = "wasmtime"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2788dbd0a2f9786cfae5590d2ca6103c82e0fd6ce0b192107e472bcf367ec180"
dependencies = [
"anyhow",
"bincode",
"bumpalo",
"cfg-if",
"encoding_rs",
"indexmap 2.2.6",
"libc",
"log",
"object",
"once_cell",
"paste",
"serde",
"serde_derive",
"serde_json",
"target-lexicon",
"wasmparser 0.118.2",
"wasmtime-component-macro",
"wasmtime-component-util",
"wasmtime-cranelift",
"wasmtime-environ",
"wasmtime-jit",
"wasmtime-runtime",
"wasmtime-winch",
"windows-sys",
]
[[package]]
name = "wasmtime-asm-macros"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced200bb566dd3e3b044bafc837f978233a6f220f627e29605b4b35c222817fd"
dependencies = [
"cfg-if",
]
[[package]]
name = "wasmtime-component-macro"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7f911378d94bfed1360d971f084aa73840d0ea26fc892ed4be0b7da278dc15"
dependencies = [
"anyhow",
"proc-macro2",
"quote",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-19 03:21:09 +00:00
"wasmtime-component-util",
"wasmtime-wit-bindgen",
"wit-parser",
]
[[package]]
name = "wasmtime-component-util"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ad8115f66c9f061c79e5d45a26288229749e013630aa32596750ef0f9e9807"
[[package]]
name = "wasmtime-cranelift"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac4bed315d4299d46db5217509f7a7d6e0313c8c8d06cf76cb4cf0a8ce0fa3ee"
dependencies = [
"anyhow",
"cfg-if",
"cranelift-codegen",
"cranelift-control",
"cranelift-entity",
"cranelift-frontend",
"cranelift-native",
"cranelift-wasm",
"gimli",
"log",
"object",
"target-lexicon",
"thiserror",
"wasmparser 0.118.2",
"wasmtime-cranelift-shared",
"wasmtime-environ",
"wasmtime-versioned-export-macros",
]
[[package]]
name = "wasmtime-cranelift-shared"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "473a4abcf1df827f85e150b970c95e2c6c52f5b2fbb967b730eb1d52aac24dfb"
dependencies = [
"anyhow",
"cranelift-codegen",
"cranelift-control",
"cranelift-native",
"gimli",
"object",
"target-lexicon",
"wasmtime-environ",
]
[[package]]
name = "wasmtime-environ"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eacc3e408248e0eb4da5daa60a0948f91432124b494b887557fcafd04fe1f5c"
dependencies = [
"anyhow",
"cranelift-entity",
"gimli",
"indexmap 2.2.6",
"log",
"object",
"serde",
"serde_derive",
"target-lexicon",
"thiserror",
"wasm-encoder 0.38.1",
"wasmparser 0.118.2",
"wasmprinter",
"wasmtime-component-util",
"wasmtime-types",
]
[[package]]
name = "wasmtime-jit"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167290150d5ed13918ca400bc7e0b9ebb915a1066fb61dd7c1d079e0b22b28c0"
dependencies = [
"anyhow",
"bincode",
"cfg-if",
"gimli",
"log",
"object",
"rustix",
"serde",
"serde_derive",
"target-lexicon",
"wasmtime-environ",
"wasmtime-jit-icache-coherence",
"wasmtime-runtime",
"windows-sys",
]
[[package]]
name = "wasmtime-jit-icache-coherence"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58b8bf27c96c254626746b8f1893819e19d0cd4182041377c783ae62e624d821"
dependencies = [
"cfg-if",
"libc",
"windows-sys",
]
[[package]]
name = "wasmtime-runtime"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6248d4e41dad5da93c3e7b88878ca98cae3a07397fe19adc23a9a506db007ed"
dependencies = [
"anyhow",
"cc",
"cfg-if",
"encoding_rs",
"indexmap 2.2.6",
"libc",
"log",
"mach",
"memfd",
"memoffset",
"paste",
"psm",
"rustix",
"sptr",
"wasm-encoder 0.38.1",
"wasmtime-asm-macros",
"wasmtime-environ",
"wasmtime-versioned-export-macros",
"wasmtime-wmemcheck",
"windows-sys",
]
[[package]]
name = "wasmtime-types"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c47002670e3d0dbfab240a672b8f6890493a9f9a3cd19fa5006fd5e5ede3b0f6"
dependencies = [
"cranelift-entity",
"serde",
"serde_derive",
"thiserror",
"wasmparser 0.118.2",
]
[[package]]
name = "wasmtime-versioned-export-macros"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e04682ce587aa8fa9311d3c95148381f08a1db274ad6bcd3553f7c97c8c2debb"
dependencies = [
"proc-macro2",
"quote",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-19 03:21:09 +00:00
]
[[package]]
name = "wasmtime-winch"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d752d7e08654b106f299e1900fe9ef9fa400138d1e1c7adf848b8fb4f31c5466"
dependencies = [
"anyhow",
"cranelift-codegen",
"gimli",
"object",
"target-lexicon",
"wasmparser 0.118.2",
"wasmtime-cranelift-shared",
"wasmtime-environ",
"winch-codegen",
]
[[package]]
name = "wasmtime-wit-bindgen"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af5fbb1adaadad70271fe18a3f938741edb2b5178bf2fc164ab20544018626b8"
dependencies = [
"anyhow",
"heck 0.4.1",
"indexmap 2.2.6",
"wit-parser",
]
[[package]]
name = "wasmtime-wmemcheck"
version = "17.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8425f923a58d18de2912d569c59bfa94bbd789074a459d018c62531d5111037c"
[[package]]
name = "wast"
version = "35.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
dependencies = [
"leb128",
]
2024-06-06 20:37:15 +00:00
[[package]]
name = "wast"
2024-08-14 22:34:48 +00:00
version = "214.0.0"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "694bcdb24c49c8709bd8713768b71301a11e823923eee355d530f1d8d0a7f8e9"
2024-06-06 20:37:15 +00:00
dependencies = [
"bumpalo",
"leb128",
"memchr",
"unicode-width",
2024-08-14 22:34:48 +00:00
"wasm-encoder 0.214.0",
2024-06-06 20:37:15 +00:00
]
[[package]]
name = "wat"
2024-08-14 22:34:48 +00:00
version = "1.214.0"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "347249eb56773fa728df2656cfe3a8c19437ded61a922a0b5e0839d9790e278e"
2024-06-06 20:37:15 +00:00
dependencies = [
2024-08-14 22:34:48 +00:00
"wast 214.0.0",
2024-06-06 20:37:15 +00:00
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2024-06-19 03:21:09 +00:00
[[package]]
name = "winch-codegen"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1744366f80ea8121569f5e9c403beaebabcbfc089a6a3634c048019f8ef425f0"
dependencies = [
"anyhow",
"cranelift-codegen",
"gimli",
"regalloc2",
"smallvec",
"target-lexicon",
"wasmparser 0.118.2",
"wasmtime-environ",
]
2024-06-06 20:37:15 +00:00
[[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"
2024-08-14 22:34:48 +00:00
version = "0.52.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-06-06 20:37:15 +00:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-08-14 22:34:48 +00:00
version = "0.52.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-06-06 20:37:15 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-08-14 22:34:48 +00:00
version = "0.52.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-06-06 20:37:15 +00:00
[[package]]
name = "windows_i686_gnu"
2024-08-14 22:34:48 +00:00
version = "0.52.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-06-06 20:37:15 +00:00
[[package]]
name = "windows_i686_gnullvm"
2024-08-14 22:34:48 +00:00
version = "0.52.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-06-06 20:37:15 +00:00
[[package]]
name = "windows_i686_msvc"
2024-08-14 22:34:48 +00:00
version = "0.52.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-06-06 20:37:15 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-08-14 22:34:48 +00:00
version = "0.52.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-06-06 20:37:15 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-08-14 22:34:48 +00:00
version = "0.52.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-06-06 20:37:15 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-08-14 22:34:48 +00:00
version = "0.52.6"
2024-06-06 20:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-06-19 03:21:09 +00:00
[[package]]
name = "wit-parser"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "316b36a9f0005f5aa4b03c39bc3728d045df136f8c13a73b7db4510dec725e08"
dependencies = [
"anyhow",
"id-arena",
"indexmap 2.2.6",
"log",
"semver",
"serde",
"serde_derive",
"serde_json",
"unicode-xid",
]
[[package]]
name = "witx"
version = "0.9.1"
source = "git+https://github.com/wasix-org/wasix-witx.git?branch=main#ad9d3c9a2fa6ef13cde11466b7e3f93ba1293c49"
dependencies = [
"anyhow",
"log",
"thiserror",
"wast 35.0.2",
]
[[package]]
name = "zerocopy"
2024-08-14 22:34:48 +00:00
version = "0.7.35"
2024-06-19 03:21:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-06-19 03:21:09 +00:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-08-14 22:34:48 +00:00
version = "0.7.35"
2024-06-19 03:21:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-14 22:34:48 +00:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-06-19 03:21:09 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-08-14 22:34:48 +00:00
"syn 2.0.72",
2024-06-19 03:21:09 +00:00
]