trust-graph/Cargo.lock

3598 lines
87 KiB
Plaintext
Raw Normal View History

2021-01-15 16:37:06 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-03-11 11:48:58 +00:00
version = 3
[[package]]
name = "addr2line"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
"gimli 0.26.2",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "addr2line"
2023-01-30 10:42:12 +00:00
version = "0.19.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
2021-01-15 16:37:06 +00:00
dependencies = [
"gimli 0.27.2",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "adler"
2021-03-11 11:48:58 +00:00
version = "1.0.2"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-11 11:48:58 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-01-15 16:37:06 +00:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom 0.2.9",
"once_cell",
"version_check",
]
2021-04-15 11:00:27 +00:00
[[package]]
name = "ahash"
version = "0.8.3"
2021-04-15 11:00:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
2021-04-15 11:00:27 +00:00
dependencies = [
"cfg-if",
"once_cell",
"version_check",
2021-04-15 11:00:27 +00:00
]
[[package]]
name = "aho-corasick"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
dependencies = [
"memchr",
]
[[package]]
name = "ambient-authority"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2023-01-30 10:42:12 +00:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "anyhow"
version = "1.0.71"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2021-01-15 16:37:06 +00:00
[[package]]
name = "arrayref"
version = "0.3.7"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2021-01-15 16:37:06 +00:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2021-01-15 16:37:06 +00:00
[[package]]
name = "asn1_der"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638"
dependencies = [
"asn1_der_derive",
]
[[package]]
name = "asn1_der"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247"
2021-01-15 16:37:06 +00:00
[[package]]
name = "asn1_der_derive"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"
dependencies = [
"quote",
"syn 1.0.109",
]
[[package]]
name = "async-trait"
version = "0.1.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "autocfg"
2023-01-30 10:42:12 +00:00
version = "1.1.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-01-15 16:37:06 +00:00
[[package]]
name = "backtrace"
2023-01-30 10:42:12 +00:00
version = "0.3.67"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
2021-01-15 16:37:06 +00:00
dependencies = [
"addr2line 0.19.0",
"cc",
"cfg-if",
2021-01-15 16:37:06 +00:00
"libc",
"miniz_oxide",
"object 0.30.3",
2021-01-15 16:37:06 +00:00
"rustc-demangle",
]
[[package]]
name = "base64"
2023-01-30 10:42:12 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-01-15 16:37:06 +00:00
[[package]]
name = "blake2b_simd"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "blake2s_simd"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "blake3"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
2023-06-29 16:21:14 +00:00
[[package]]
name = "bs58"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"
dependencies = [
"tinyvec",
]
[[package]]
name = "built"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b9c056b9ed43aee5e064b683aa1ec783e19c6acec7559e3ae931b7490472fbe"
dependencies = [
"cargo-lock",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "bumpalo"
version = "3.13.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2021-01-15 16:37:06 +00:00
[[package]]
name = "byteorder"
2021-04-15 11:00:27 +00:00
version = "1.4.3"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-15 11:00:27 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-01-15 16:37:06 +00:00
[[package]]
2023-01-30 10:42:12 +00:00
name = "bytesize"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
dependencies = [
"serde",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "cap-fs-ext"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc48200a1a0fa6fba138b1802ad7def18ec1cdd92f7b2a04e21f1bd887f7b9"
dependencies = [
"cap-primitives",
"cap-std",
"io-lifetimes",
"windows-sys 0.48.0",
]
[[package]]
name = "cap-primitives"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4b6df5b295dca8d56f35560be8c391d59f0420f72e546997154e24e765e6451"
dependencies = [
"ambient-authority",
"fs-set-times 0.19.1",
"io-extras",
"io-lifetimes",
"ipnet",
"maybe-owned",
"rustix 0.37.19",
"windows-sys 0.48.0",
"winx",
]
[[package]]
name = "cap-rand"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25555efacb0b5244cf1d35833d55d21abc916fff0eaad254b8e2453ea9b8ab"
dependencies = [
"ambient-authority",
"rand 0.8.5",
]
[[package]]
name = "cap-std"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3373a62accd150b4fcba056d4c5f3b552127f0ec86d3c8c102d60b978174a012"
dependencies = [
"cap-primitives",
"io-extras",
"io-lifetimes",
"rustix 0.37.19",
]
[[package]]
name = "cap-time-ext"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e95002993b7baee6b66c8950470e59e5226a23b3af39fc59c47fe416dd39821a"
dependencies = [
"cap-primitives",
"once_cell",
"rustix 0.37.19",
"winx",
]
[[package]]
name = "cargo-lock"
version = "8.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996"
dependencies = [
"semver",
"serde",
"toml",
"url",
]
[[package]]
name = "cc"
version = "1.0.79"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
dependencies = [
"jobserver",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
dependencies = [
"android-tzdata",
2023-01-30 10:42:12 +00:00
"iana-time-zone",
"js-sys",
"num-traits",
2023-01-30 10:42:12 +00:00
"serde",
"time 0.1.45",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "constant_time_eq"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
2023-01-30 10:42:12 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2023-01-30 10:42:12 +00:00
[[package]]
name = "core2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
dependencies = [
"memchr",
]
[[package]]
name = "cpp_demangle"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
dependencies = [
"cfg-if",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "cpufeatures"
version = "0.2.7"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
dependencies = [
"libc",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "cranelift-bforest"
version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc42ba2e232e5b20ff7dc299a812d53337dadce9a7e39a238e6a5cb82d2e57b"
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-codegen"
version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e"
dependencies = [
"arrayvec",
"bumpalo",
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-entity",
"cranelift-isle",
"gimli 0.26.2",
"hashbrown 0.12.3",
"log",
"regalloc2",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-codegen-meta"
version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f2154365e2bff1b1b8537a7181591fdff50d8e27fa6e40d5c69c3bad0ca7c8"
dependencies = [
"cranelift-codegen-shared",
]
[[package]]
name = "cranelift-codegen-shared"
version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "687e14e3f5775248930e0d5a84195abef8b829958e9794bf8d525104993612b4"
[[package]]
name = "cranelift-entity"
version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f42ea692c7b450ad18b8c9889661505d51c09ec4380cf1c2d278dbb2da22cae1"
dependencies = [
"serde",
]
[[package]]
name = "cranelift-frontend"
version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8483c2db6f45fe9ace984e5adc5d058102227e4c62e5aa2054e16b0275fd3a6e"
dependencies = [
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-isle"
version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9793158837678902446c411741d87b43f57dadfb944f2440db4287cda8cbd59"
[[package]]
name = "cranelift-native"
version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72668c7755f2b880665cb422c8ad2d56db58a88b9bebfef0b73edc2277c13c49"
dependencies = [
"cranelift-codegen",
"libc",
"target-lexicon",
]
[[package]]
name = "cranelift-wasm"
version = "0.93.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3852ce4b088b44ac4e29459573943009a70d1b192c8d77ef949b4e814f656fc1"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",
"itertools",
"log",
"smallvec",
"wasmparser 0.100.0",
"wasmtime-types",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
dependencies = [
2023-01-30 10:42:12 +00:00
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset 0.8.0",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
dependencies = [
"cfg-if",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
2023-01-30 10:42:12 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
2023-01-30 10:42:12 +00:00
"typenum",
]
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
"generic-array",
"subtle",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "curve25519-dalek"
version = "3.2.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
2021-01-15 16:37:06 +00:00
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
"subtle",
2021-01-15 16:37:06 +00:00
"zeroize",
]
2023-01-30 10:42:12 +00:00
[[package]]
name = "darling"
version = "0.14.4"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
2023-01-30 10:42:12 +00:00
dependencies = [
"darling_core 0.14.4",
"darling_macro 0.14.4",
2023-01-30 10:42:12 +00:00
]
[[package]]
name = "darling"
version = "0.20.1"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
2023-01-30 10:42:12 +00:00
dependencies = [
"darling_core 0.20.1",
"darling_macro 0.20.1",
2023-01-30 10:42:12 +00:00
]
[[package]]
name = "darling_core"
version = "0.14.4"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
2023-01-30 10:42:12 +00:00
dependencies = [
"fnv",
"ident_case",
2023-01-30 10:42:12 +00:00
"proc-macro2",
"quote",
"strsim",
"syn 1.0.109",
2023-01-30 10:42:12 +00:00
]
[[package]]
name = "darling_core"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 2.0.18",
]
[[package]]
name = "darling_macro"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
dependencies = [
"darling_core 0.14.4",
"quote",
"syn 1.0.109",
]
[[package]]
name = "darling_macro"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
dependencies = [
"darling_core 0.20.1",
"quote",
"syn 2.0.18",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "derivative"
2021-03-11 11:48:58 +00:00
version = "2.2.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-11 11:48:58 +00:00
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer 0.10.4",
"crypto-common",
]
[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "ed25519"
2023-01-30 10:42:12 +00:00
version = "1.5.3"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
2021-01-15 16:37:06 +00:00
dependencies = [
"serde",
2021-01-15 16:37:06 +00:00
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek",
"ed25519",
"rand 0.7.3",
"serde",
"serde_bytes",
2022-02-04 15:45:37 +00:00
"sha2 0.9.9",
2021-01-15 16:37:06 +00:00
"zeroize",
]
[[package]]
name = "either"
2023-01-30 10:42:12 +00:00
version = "1.8.1"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2021-01-15 16:37:06 +00:00
2021-04-15 11:00:27 +00:00
[[package]]
name = "env_logger"
version = "0.8.4"
2021-04-15 11:00:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
2021-04-15 11:00:27 +00:00
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "eyre"
2023-01-30 10:42:12 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
dependencies = [
"indenter",
"once_cell",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "failure"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
dependencies = [
"backtrace",
"failure_derive",
]
[[package]]
name = "failure_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2021-01-15 16:37:06 +00:00
"synstructure",
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fd-lock"
version = "3.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642"
dependencies = [
"cfg-if",
"rustix 0.37.19",
"windows-sys 0.48.0",
]
[[package]]
name = "file-per-thread-logger"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
dependencies = [
"env_logger 0.10.0",
"log",
]
[[package]]
name = "fluence-app-service"
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65da21a3d53a0a97e742e0f8615c5e8cb4d8399afdd1283a5f7ad2303688fcc5"
dependencies = [
"log",
"maplit",
2023-01-30 10:42:12 +00:00
"marine-min-it-version",
"marine-runtime",
"marine-wasm-backend-traits",
"marine-wasmtime-backend",
"serde",
"serde_derive",
"serde_json",
"toml",
]
[[package]]
name = "fluence-it-types"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45e8d8d5ed4d1f5d21ee5fcd0f6a7b0feea113d918e7ece4f3dd0f8a0b99caa6"
dependencies = [
"it-to-bytes",
"nom",
"serde",
"variant_count",
"wast 8.0.0",
]
2021-01-19 14:20:44 +00:00
[[package]]
name = "fluence-keypair"
2023-06-30 08:15:20 +00:00
version = "0.10.2"
2021-01-19 14:20:44 +00:00
dependencies = [
"asn1_der 0.6.3",
2023-06-29 16:21:14 +00:00
"bs58 0.5.0",
2021-01-19 14:20:44 +00:00
"ed25519-dalek",
"eyre",
2021-04-15 11:00:27 +00:00
"lazy_static",
"libp2p-identity",
"libsecp256k1",
"multihash 0.18.1",
2021-04-15 11:00:27 +00:00
"quickcheck",
"rand 0.8.5",
2021-04-15 11:00:27 +00:00
"ring",
2021-01-19 14:20:44 +00:00
"serde",
2021-04-15 11:00:27 +00:00
"serde_bytes",
2023-06-29 16:21:14 +00:00
"sha2 0.10.7",
2021-02-11 14:57:09 +00:00
"thiserror",
2021-04-15 11:00:27 +00:00
"zeroize",
2021-01-19 14:20:44 +00:00
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.2.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2021-01-15 16:37:06 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "fs-set-times"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "857cf27edcb26c2a36d84b2954019573d335bb289876113aceacacdca47a4fd4"
dependencies = [
"io-lifetimes",
"rustix 0.36.14",
"windows-sys 0.45.0",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "fs-set-times"
version = "0.19.1"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7833d0f115a013d51c55950a3b09d30e4b057be9961b709acb9b5b17a1108861"
2021-01-15 16:37:06 +00:00
dependencies = [
"io-lifetimes",
"rustix 0.37.19",
"windows-sys 0.48.0",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "generic-array"
version = "0.14.7"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-01-15 16:37:06 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
2021-01-15 16:37:06 +00:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.2.9"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2021-01-15 16:37:06 +00:00
dependencies = [
"cfg-if",
2021-01-15 16:37:06 +00:00
"libc",
2023-01-30 10:42:12 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "gimli"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
dependencies = [
"fallible-iterator",
"indexmap",
"stable_deref_trait",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "gimli"
version = "0.27.2"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2021-01-15 16:37:06 +00:00
[[package]]
name = "hashbrown"
version = "0.12.3"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.6",
]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.3",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "hashlink"
version = "0.8.2"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0761a1b9491c4f2e3d66aa0f62d0fba0af9a0e2852e4d48ea506632a4b56e6aa"
dependencies = [
"hashbrown 0.13.2",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2021-01-15 16:37:06 +00:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2021-01-15 16:37:06 +00:00
[[package]]
name = "hermit-abi"
2023-01-30 10:42:12 +00:00
version = "0.2.6"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2021-01-15 16:37:06 +00:00
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
"crypto-mac",
"digest 0.9.0",
]
[[package]]
name = "hmac-drbg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
dependencies = [
"digest 0.9.0",
"generic-array",
"hmac",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2023-01-30 10:42:12 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.56"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
2023-01-30 10:42:12 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows",
2023-01-30 10:42:12 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2023-01-30 10:42:12 +00:00
dependencies = [
"cc",
2023-01-30 10:42:12 +00:00
]
[[package]]
name = "id-arena"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2021-01-15 16:37:06 +00:00
[[package]]
name = "idna"
version = "0.4.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2021-01-15 16:37:06 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2021-01-15 16:37:06 +00:00
[[package]]
name = "indexmap"
version = "1.9.3"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-01-15 16:37:06 +00:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
"serde",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "io-extras"
version = "0.17.4"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde93d48f0d9277f977a333eca8313695ddd5301dc96f7e02aeddcb0dd99096f"
2021-01-15 16:37:06 +00:00
dependencies = [
"io-lifetimes",
"windows-sys 0.48.0",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi 0.3.1",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "ipnet"
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
[[package]]
name = "is-terminal"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix 0.37.19",
"windows-sys 0.48.0",
]
2023-01-30 10:42:12 +00:00
[[package]]
name = "it-json-serde"
version = "0.4.1"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "145ec580d7bd2edbe7177841fa6f48bf820c5bbaa0fc51d4ecef48a8f91889e5"
2023-01-30 10:42:12 +00:00
dependencies = [
"serde",
"serde_derive",
"serde_json",
"thiserror",
"wasmer-interface-types-fl",
]
[[package]]
name = "it-lilo"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f14693c2c3696b46349b0bc54f8b39de8eb67951b6623f42ff6b6b2d129ff00e"
dependencies = [
"fluence-it-types",
2023-01-30 10:42:12 +00:00
"it-memory-traits",
"log",
"paste",
"thiserror",
]
[[package]]
2023-01-30 10:42:12 +00:00
name = "it-memory-traits"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d563f2a6baee17cf471b7951dfb96ab17fecc5e8947de39f1057cf3fb4cc906d"
2023-01-30 10:42:12 +00:00
dependencies = [
"thiserror",
]
2021-01-15 16:37:06 +00:00
[[package]]
2023-01-30 10:42:12 +00:00
name = "it-to-bytes"
version = "0.1.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56"
2021-01-15 16:37:06 +00:00
[[package]]
name = "itertools"
2023-01-30 10:42:12 +00:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "itoa"
version = "1.0.6"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2021-01-15 16:37:06 +00:00
[[package]]
name = "ittapi"
version = "0.3.3"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e648c437172ce7d3ac35ca11a068755072054826fa455a916b43524fa4a62a7"
2021-01-15 16:37:06 +00:00
dependencies = [
"anyhow",
"ittapi-sys",
"log",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "ittapi-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9b32a4d23f72548178dde54f3c12c6b6a08598e25575c0d0fa5bd861e0dc1a5"
dependencies = [
"cc",
]
[[package]]
name = "jobserver"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "keccak"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
dependencies = [
"cpufeatures",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "leb128"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2021-01-15 16:37:06 +00:00
[[package]]
name = "libc"
version = "0.2.145"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81"
2021-01-15 16:37:06 +00:00
[[package]]
name = "libp2p-identity"
2023-06-29 16:21:14 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-29 16:21:14 +00:00
checksum = "d2874d9c6575f1d7a151022af5c42bb0ffdcdfbafe0a6fd039de870b384835a2"
dependencies = [
"asn1_der 0.7.6",
2023-06-29 16:21:14 +00:00
"bs58 0.5.0",
"ed25519-dalek",
"libsecp256k1",
"log",
2023-06-29 16:21:14 +00:00
"multihash 0.19.0",
"quick-protobuf",
2023-01-30 10:42:12 +00:00
"rand 0.8.5",
"ring",
2023-06-29 16:21:14 +00:00
"sha2 0.10.7",
"thiserror",
"zeroize",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "libsecp256k1"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
dependencies = [
"arrayref",
"base64",
"digest 0.9.0",
"hmac-drbg",
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
2023-01-30 10:42:12 +00:00
"rand 0.8.5",
"serde",
2022-02-04 15:45:37 +00:00
"sha2 0.9.9",
"typenum",
]
[[package]]
name = "libsecp256k1-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
]
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "libsqlite3-sys"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
dependencies = [
"pkg-config",
"vcpkg",
]
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2021-01-15 16:37:06 +00:00
[[package]]
name = "lock_api"
version = "0.4.9"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2021-01-15 16:37:06 +00:00
dependencies = [
"autocfg",
2021-01-15 16:37:06 +00:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.18"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "marine-build-rs-generator"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a36d5f557a1983b71d2a7daec70078257868e6c10c9c9435b65fc26fc9beea13"
dependencies = [
"marine-test-macro-impl",
]
2023-01-30 10:42:12 +00:00
[[package]]
name = "marine-core"
version = "0.20.3"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a69b12be64af53a94221f36b11339b60037c0969b6b884839a34acaa96e10ad4"
2023-01-30 10:42:12 +00:00
dependencies = [
"anyhow",
"bytesize",
"it-lilo",
"it-memory-traits",
"log",
"marine-it-generator",
"marine-it-interfaces",
"marine-it-parser",
"marine-min-it-version",
"marine-module-info-parser",
"marine-module-interface",
"marine-utils",
"marine-wasm-backend-traits",
"marine-wasmtime-backend",
2023-01-30 10:42:12 +00:00
"multimap",
"once_cell",
"paste",
"semver",
2023-01-30 10:42:12 +00:00
"serde",
"thiserror",
"wasmer-interface-types-fl",
]
[[package]]
name = "marine-it-generator"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2042bcddb83455ba3bf4619fa732b0d61ae52b66fbfd5f3f39397553474658e"
dependencies = [
"it-lilo",
"marine-it-parser",
"marine-macro-impl",
"once_cell",
"serde",
"serde_json",
"thiserror",
"walrus",
"wasmer-interface-types-fl",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "marine-it-interfaces"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3bdc1a0d26f38f8d0375c7f8aa0621de90b5966e38b407c7505ead9649bbd92"
dependencies = [
"multimap",
"wasmer-interface-types-fl",
]
[[package]]
name = "marine-it-parser"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b64614a1221d786babc99ae3c67c1fd051246476e18e107b0d21764da8ac636"
dependencies = [
"anyhow",
2023-01-30 10:42:12 +00:00
"itertools",
"marine-it-interfaces",
"marine-module-interface",
"marine-wasm-backend-traits",
"nom",
"semver",
"serde",
"thiserror",
"walrus",
"wasmer-interface-types-fl",
]
[[package]]
name = "marine-macro"
2023-01-30 10:42:12 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "5e03da22f641984aad5229f780d190502196d1c0bf908d3d17f5d6bcba73e525"
dependencies = [
"marine-macro-impl",
"marine-rs-sdk-main",
]
[[package]]
name = "marine-macro-impl"
2023-01-30 10:42:12 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "ca474b63cabaf8d7d9b38de87d630023cbc91ddc77e92f9c7bb745462a131b44"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn 1.0.109",
2023-01-30 10:42:12 +00:00
]
[[package]]
name = "marine-min-it-version"
version = "0.3.0"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a501fd122de0e7ffd4b97ed0431a7ff55c09aaab0ac72486d09cdd0b9555b32"
2023-01-30 10:42:12 +00:00
dependencies = [
"once_cell",
"semver",
]
[[package]]
name = "marine-module-info-parser"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0aab6b0bc63685a4d51d7ec5876b8a0330264d72be09f579fb3a71e9eed4076"
dependencies = [
"anyhow",
"chrono",
"marine-rs-sdk-main",
"marine-wasm-backend-traits",
"semver",
"serde",
"thiserror",
"walrus",
]
[[package]]
name = "marine-module-interface"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49d8f21255b94f1c8b2731a2b49c2ed34f955ed2e11dae3fb6c580a346d10bdd"
dependencies = [
"anyhow",
2023-01-30 10:42:12 +00:00
"itertools",
"marine-it-interfaces",
"nom",
"semver",
"serde",
"thiserror",
"walrus",
"wasmer-interface-types-fl",
]
[[package]]
name = "marine-rs-sdk"
2023-01-30 10:42:12 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "1cfeeb7b8cd98e32276fabfe6ab095a6aae793f3f080e7eb1c3d36b1b762397c"
dependencies = [
"marine-macro",
"marine-rs-sdk-main",
"marine-timestamp-macro",
"polyplets",
"serde",
]
[[package]]
name = "marine-rs-sdk-main"
2023-01-30 10:42:12 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "c43e6eac611bc5b96e80a3f3e2621eeded69fb56389aa83b6ea76ec0f243ef23"
dependencies = [
"log",
"serde",
]
[[package]]
name = "marine-rs-sdk-test"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "916b81e8a804b78429331bd8ddb7207f9bea9ade4065d335d31fa3db36a082bf"
dependencies = [
"fluence-app-service",
"marine-build-rs-generator",
"marine-test-macro",
"serde",
"serde_json",
"uuid",
]
[[package]]
name = "marine-runtime"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1c708953e847e0d5e6c3b34952ad8db3884f4b4c88dd89891f03c4ddf91832e"
dependencies = [
2023-01-30 10:42:12 +00:00
"bytesize",
"it-json-serde",
"it-memory-traits",
2023-01-30 10:42:12 +00:00
"itertools",
"log",
2023-01-30 10:42:12 +00:00
"marine-core",
"marine-module-interface",
2023-01-30 10:42:12 +00:00
"marine-rs-sdk",
"marine-rs-sdk-main",
"marine-utils",
"marine-wasm-backend-traits",
"marine-wasmtime-backend",
"parking_lot",
2023-01-30 10:42:12 +00:00
"safe-transmute",
"serde",
2023-01-30 10:42:12 +00:00
"serde_derive",
"serde_json",
"serde_with",
"thiserror",
2023-01-30 10:42:12 +00:00
"toml",
"wasmer-interface-types-fl",
]
[[package]]
name = "marine-sqlite-connector"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ebecc037ef73b87d4e7f71d9925f0457230d22f1bdabbc5c962ec34932e88e"
dependencies = [
"bytesize",
"marine-rs-sdk",
]
[[package]]
name = "marine-test-macro"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea9808bcabbc43bd9fdbf74e4d6f03f1cef252ab422933beab4083acc12136c"
dependencies = [
"marine-test-macro-impl",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "marine-test-macro-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e53da2a35d049f7e44d2cca46baba6ca0e240c59775042b86b9d7001e4eb679f"
dependencies = [
"darling 0.14.4",
"fluence-app-service",
2023-01-30 10:42:12 +00:00
"itertools",
"marine-it-parser",
"proc-macro-error",
"proc-macro2",
"quote",
"static_assertions",
"syn 1.0.109",
"thiserror",
]
[[package]]
name = "marine-timestamp-macro"
2023-01-30 10:42:12 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "7ea4557a757e9f4d04a0b6afb047431a246963268a4cab56c62cb5355457cb2f"
dependencies = [
"chrono",
"quote",
]
[[package]]
name = "marine-utils"
version = "0.5.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e86cb57ff0e2fdc8e188a52d388287d38e5cc781eddd09a82d20f8ee1f48b80"
[[package]]
name = "marine-wasm-backend-traits"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "251d7e65706b84504680f058d6794331e474f89996fc3d4856b43bad6ca1cf21"
dependencies = [
"anyhow",
"it-memory-traits",
"multimap",
"paste",
"thiserror",
"wasmer-interface-types-fl",
"wasmparser 0.101.1",
]
[[package]]
name = "marine-wasmtime-backend"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1a3cb776b7c3c6d7fce69d8f2332b3a1baabecdcfa7b33a9adec278c968d883"
dependencies = [
"anyhow",
"it-memory-traits",
"log",
"marine-wasm-backend-traits",
"multimap",
"paste",
"wasmer-interface-types-fl",
"wasmtime",
"wasmtime-wasi",
]
[[package]]
name = "maybe-owned"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
2021-01-15 16:37:06 +00:00
[[package]]
name = "memchr"
2023-01-30 10:42:12 +00:00
version = "2.5.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-01-15 16:37:06 +00:00
[[package]]
name = "memfd"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"
dependencies = [
"rustix 0.37.19",
]
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-01-15 16:37:06 +00:00
[[package]]
name = "miniz_oxide"
2023-01-30 10:42:12 +00:00
version = "0.6.2"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2021-01-15 16:37:06 +00:00
dependencies = [
"adler",
]
[[package]]
name = "multihash"
2023-06-29 16:21:14 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-29 16:21:14 +00:00
checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815"
dependencies = [
2023-06-29 16:21:14 +00:00
"blake2b_simd",
"blake2s_simd",
"blake3",
"core2",
2023-06-29 16:21:14 +00:00
"digest 0.10.7",
"multihash-derive",
2023-06-29 16:21:14 +00:00
"sha2 0.10.7",
"sha3",
"unsigned-varint",
]
[[package]]
name = "multihash"
2023-06-29 16:21:14 +00:00
version = "0.19.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-29 16:21:14 +00:00
checksum = "2fd59dcc2bbe70baabeac52cd22ae52c55eefe6c38ff11a9439f16a350a939f2"
2021-01-15 16:37:06 +00:00
dependencies = [
"core2",
"unsigned-varint",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "multihash-derive"
2023-01-30 10:42:12 +00:00
version = "0.8.1"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
2021-01-15 16:37:06 +00:00
"synstructure",
]
[[package]]
name = "multimap"
2021-04-15 11:00:27 +00:00
version = "0.8.3"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-15 11:00:27 +00:00
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
dependencies = [
"serde",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2021-12-13 16:40:16 +00:00
[[package]]
name = "nonempty"
version = "0.8.1"
2021-12-13 16:40:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeaf4ad7403de93e699c191202f017118df734d3850b01e13a3a8b2e6953d3c9"
2021-12-13 16:40:16 +00:00
[[package]]
name = "num-traits"
2023-01-30 10:42:12 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "num_cpus"
2023-01-30 10:42:12 +00:00
version = "1.15.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2021-01-15 16:37:06 +00:00
dependencies = [
"hermit-abi 0.2.6",
2021-01-15 16:37:06 +00:00
"libc",
]
[[package]]
name = "object"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
dependencies = [
"crc32fast",
"hashbrown 0.12.3",
"indexmap",
"memchr",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "object"
2023-01-30 10:42:12 +00:00
version = "0.30.3"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
dependencies = [
"memchr",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "once_cell"
version = "1.18.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2021-01-15 16:37:06 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys 0.45.0",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "paste"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2021-01-15 16:37:06 +00:00
[[package]]
name = "percent-encoding"
version = "2.3.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pkg-config"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "polyplets"
2023-01-30 10:42:12 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "6c051f220264e391afae06b6dceda199d523ee1dc7ae8e8cba4119a378dd411f"
dependencies = [
"marine-macro",
"marine-rs-sdk-main",
"serde",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "ppv-lite86"
2023-01-30 10:42:12 +00:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2021-01-15 16:37:06 +00:00
[[package]]
name = "proc-macro-crate"
2023-01-30 10:42:12 +00:00
version = "1.1.3"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2021-01-15 16:37:06 +00:00
dependencies = [
"thiserror",
2021-01-15 16:37:06 +00:00
"toml",
]
[[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",
2021-01-15 16:37:06 +00:00
"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"
version = "1.0.59"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
2021-01-15 16:37:06 +00:00
dependencies = [
2023-01-30 10:42:12 +00:00
"unicode-ident",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "psm"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
dependencies = [
"cc",
]
[[package]]
name = "quick-protobuf"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
dependencies = [
"byteorder",
]
2021-04-15 11:00:27 +00:00
[[package]]
name = "quickcheck"
version = "1.0.3"
2021-04-15 11:00:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
2021-04-15 11:00:27 +00:00
dependencies = [
"env_logger 0.8.4",
2021-04-15 11:00:27 +00:00
"log",
"rand 0.8.5",
2021-04-15 11:00:27 +00:00
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "quote"
version = "1.0.28"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
2023-01-30 10:42:12 +00:00
"rand_hc",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "rand"
2023-01-30 10:42:12 +00:00
version = "0.8.5"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-01-15 16:37:06 +00:00
dependencies = [
"libc",
"rand_chacha 0.3.1",
2023-01-30 10:42:12 +00:00
"rand_core 0.6.4",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-01-15 16:37:06 +00:00
dependencies = [
"ppv-lite86",
2023-01-30 10:42:12 +00:00
"rand_core 0.6.4",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
2023-01-30 10:42:12 +00:00
version = "0.6.4"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-01-15 16:37:06 +00:00
dependencies = [
"getrandom 0.2.9",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rayon"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "redox_syscall"
2023-01-30 10:42:12 +00:00
version = "0.2.16"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-01-15 16:37:06 +00:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom 0.2.9",
"redox_syscall",
"thiserror",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "ref-cast"
version = "1.0.16"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"
2021-01-15 16:37:06 +00:00
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
version = "1.0.16"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]
[[package]]
name = "regalloc2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"
dependencies = [
"fxhash",
"log",
"slice-group-by",
"smallvec",
2021-01-15 16:37:06 +00:00
]
2021-04-15 11:00:27 +00:00
[[package]]
name = "regex"
version = "1.8.4"
2021-04-15 11:00:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2021-04-15 11:00:27 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.7.2"
2021-04-15 11:00:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2021-04-15 11:00:27 +00:00
2021-01-15 16:37:06 +00:00
[[package]]
name = "ring"
2021-03-11 11:48:58 +00:00
version = "0.16.20"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
[[package]]
name = "rmp"
2023-01-30 10:42:12 +00:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
dependencies = [
"byteorder",
"num-traits",
2023-01-30 10:42:12 +00:00
"paste",
]
[[package]]
name = "rmp-serde"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e"
dependencies = [
"byteorder",
"rmp",
"serde",
]
[[package]]
name = "rusqlite"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a"
2021-01-15 16:37:06 +00:00
dependencies = [
"bitflags",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "rustc-demangle"
version = "0.1.23"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2021-01-15 16:37:06 +00:00
[[package]]
name = "rustix"
version = "0.36.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "rustix"
version = "0.37.19"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
2021-01-15 16:37:06 +00:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"itoa",
"libc",
"linux-raw-sys 0.3.8",
"once_cell",
"windows-sys 0.48.0",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "ryu"
version = "1.0.13"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2021-01-15 16:37:06 +00:00
[[package]]
name = "safe-transmute"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
2021-01-15 16:37:06 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "semver"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
dependencies = [
"serde",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "serde"
version = "1.0.163"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2021-01-15 16:37:06 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
dependencies = [
"serde",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "serde_derive"
version = "1.0.163"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.96"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2021-01-15 16:37:06 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
dependencies = [
2023-01-30 10:42:12 +00:00
"base64",
"chrono",
"hex",
"indexmap",
"serde",
2023-01-30 10:42:12 +00:00
"serde_json",
"serde_with_macros",
"time 0.3.21",
2023-01-30 10:42:12 +00:00
]
[[package]]
name = "serde_with_macros"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
dependencies = [
"darling 0.20.1",
"proc-macro2",
"quote",
"syn 2.0.18",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "sha2"
2022-02-04 15:45:37 +00:00
version = "0.9.9"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-04 15:45:37 +00:00
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
2021-01-15 16:37:06 +00:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
2021-01-15 16:37:06 +00:00
"digest 0.9.0",
"opaque-debug",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "sha2"
2023-06-29 16:21:14 +00:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-29 16:21:14 +00:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.7",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "sha3"
version = "0.10.8"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
dependencies = [
"digest 0.10.7",
"keccak",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "shellexpand"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
dependencies = [
"dirs",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "signature"
version = "1.6.4"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2021-01-15 16:37:06 +00:00
[[package]]
name = "slice-group-by"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
2021-01-15 16:37:06 +00:00
[[package]]
name = "smallvec"
2023-01-30 10:42:12 +00:00
version = "1.10.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2021-01-15 16:37:06 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2021-01-15 16:37:06 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
2021-03-11 11:48:58 +00:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-11 11:48:58 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-01-15 16:37:06 +00:00
[[package]]
name = "subtle"
version = "2.5.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2021-01-15 16:37:06 +00:00
[[package]]
name = "syn"
version = "1.0.109"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-01-30 10:42:12 +00:00
"unicode-ident",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "syn"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "synstructure"
version = "0.12.6"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2021-01-15 16:37:06 +00:00
"unicode-xid",
]
[[package]]
name = "system-interface"
version = "0.25.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928ebd55ab758962e230f51ca63735c5b283f26292297c81404289cda5d78631"
dependencies = [
"bitflags",
"cap-fs-ext",
"cap-std",
"fd-lock",
"io-lifetimes",
"rustix 0.37.19",
"windows-sys 0.48.0",
"winx",
]
[[package]]
name = "target-lexicon"
version = "0.12.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
2021-01-15 16:37:06 +00:00
2023-01-30 10:42:12 +00:00
[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "thiserror"
version = "1.0.40"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2021-01-15 16:37:06 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "time"
2023-01-30 10:42:12 +00:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
2023-01-30 10:42:12 +00:00
[[package]]
name = "time"
version = "0.3.21"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
2023-01-30 10:42:12 +00:00
dependencies = [
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.1"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2023-01-30 10:42:12 +00:00
[[package]]
name = "time-macros"
version = "0.2.9"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
2023-01-30 10:42:12 +00:00
dependencies = [
"time-core",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "tinyvec"
2023-01-30 10:42:12 +00:00
version = "1.6.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-01-15 16:37:06 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-01-15 16:37:06 +00:00
[[package]]
name = "toml"
2023-01-30 10:42:12 +00:00
version = "0.5.11"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2021-01-15 16:37:06 +00:00
dependencies = [
"serde",
]
[[package]]
name = "tracing"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]
[[package]]
name = "tracing-core"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
dependencies = [
"once_cell",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "trust-graph"
2023-06-30 08:15:20 +00:00
version = "0.4.6"
2021-01-15 16:37:06 +00:00
dependencies = [
2023-06-29 16:21:14 +00:00
"bs58 0.4.0",
2021-01-15 16:37:06 +00:00
"derivative",
"failure",
"fluence-keypair",
2021-01-15 16:37:06 +00:00
"log",
2021-12-13 16:40:16 +00:00
"nonempty",
"rand 0.8.5",
2021-01-15 16:37:06 +00:00
"ref-cast",
"serde",
2023-06-29 16:21:14 +00:00
"sha2 0.10.7",
2021-01-28 08:57:43 +00:00
"thiserror",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "trust-graph-distro"
2023-06-30 08:15:20 +00:00
version = "0.4.6"
dependencies = [
"built",
"lazy_static",
"maplit",
"serde",
"serde_json",
]
[[package]]
name = "trust-graph-wasm"
2023-06-30 08:15:20 +00:00
version = "0.4.6"
dependencies = [
"anyhow",
"bincode",
2023-06-29 16:21:14 +00:00
"bs58 0.4.0",
"fluence-keypair",
"libp2p-identity",
"log",
"marine-rs-sdk",
"marine-rs-sdk-test",
"marine-sqlite-connector",
"once_cell",
"rmp-serde",
"rusqlite",
"serde_json",
"thiserror",
"trust-graph",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "typenum"
2023-01-30 10:42:12 +00:00
version = "1.16.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2021-01-15 16:37:06 +00:00
[[package]]
2023-01-30 10:42:12 +00:00
name = "unicode-bidi"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2021-01-15 16:37:06 +00:00
[[package]]
2023-01-30 10:42:12 +00:00
name = "unicode-ident"
version = "1.0.9"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2021-01-15 16:37:06 +00:00
[[package]]
name = "unicode-normalization"
2023-01-30 10:42:12 +00:00
version = "0.1.22"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2021-01-15 16:37:06 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2023-01-30 10:42:12 +00:00
[[package]]
name = "unicode-width"
version = "0.1.10"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2021-01-15 16:37:06 +00:00
[[package]]
name = "unicode-xid"
2023-01-30 10:42:12 +00:00
version = "0.2.4"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2021-01-15 16:37:06 +00:00
2021-03-11 11:48:58 +00:00
[[package]]
name = "unsigned-varint"
version = "0.7.1"
2021-03-11 11:48:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
2021-03-11 11:48:58 +00:00
2021-01-15 16:37:06 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
version = "2.4.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2021-01-15 16:37:06 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "uuid"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
dependencies = [
"getrandom 0.2.9",
]
[[package]]
name = "variant_count"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124"
dependencies = [
"quote",
"syn 1.0.109",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2021-01-15 16:37:06 +00:00
[[package]]
name = "version_check"
2022-02-04 15:45:37 +00:00
version = "0.9.4"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-04 15:45:37 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-01-15 16:37:06 +00:00
[[package]]
name = "walrus"
2023-01-30 10:42:12 +00:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8"
dependencies = [
"anyhow",
"id-arena",
"leb128",
"log",
"walrus-macro",
"wasmparser 0.77.1",
]
[[package]]
name = "walrus-macro"
2023-01-30 10:42:12 +00:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2021-01-15 16:37:06 +00:00
2023-01-30 10:42:12 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasi-cap-std-sync"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c22ba2ca9076574dc9de38f3141c63677ce5577ed204d57740691b12d35ec8b3"
dependencies = [
"anyhow",
"async-trait",
"cap-fs-ext",
"cap-rand",
"cap-std",
"cap-time-ext",
"fs-set-times 0.18.1",
"io-extras",
"io-lifetimes",
"is-terminal",
"once_cell",
"rustix 0.36.14",
"system-interface",
"tracing",
"wasi-common",
"windows-sys 0.42.0",
]
[[package]]
name = "wasi-common"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13183cd7fed5d94b482f4e30e7a0bbf9b52426d51a647019906a1ecff7e84143"
dependencies = [
"anyhow",
"bitflags",
"cap-rand",
"cap-std",
"io-extras",
"rustix 0.36.14",
"thiserror",
"tracing",
"wasmtime",
"wiggle",
"windows-sys 0.42.0",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.86"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
2021-01-15 16:37:06 +00:00
dependencies = [
"cfg-if",
2021-01-15 16:37:06 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.86"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
2021-01-15 16:37:06 +00:00
dependencies = [
"bumpalo",
"log",
2023-01-30 10:42:12 +00:00
"once_cell",
2021-01-15 16:37:06 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
2021-01-15 16:37:06 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.86"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
2021-01-15 16:37:06 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.86"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2021-01-15 16:37:06 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
[[package]]
name = "wasm-encoder"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881"
dependencies = [
"leb128",
]
[[package]]
name = "wasmer-interface-types-fl"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cd52371bfc227c904a0ab1ff478c287d2f74fa371fcff1d2e157444faf8fda2"
dependencies = [
"fluence-it-types",
"it-lilo",
"it-memory-traits",
"it-to-bytes",
"itertools",
"log",
"nom",
"safe-transmute",
"semver",
"serde",
"serde_json",
"thiserror",
"wast 8.0.0",
]
[[package]]
name = "wasmparser"
version = "0.77.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fe3d5405e9ea6c1317a656d6e0820912d8b7b3607823a7596117c8f666daf6f"
[[package]]
name = "wasmparser"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"
dependencies = [
"indexmap",
"url",
]
[[package]]
name = "wasmparser"
version = "0.101.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf2f22ef84ac5666544afa52f326f13e16f3d019d2e61e704fd8091c9358b130"
dependencies = [
"indexmap",
"url",
]
[[package]]
name = "wasmtime"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6"
dependencies = [
"anyhow",
"bincode",
"cfg-if",
"indexmap",
"libc",
"log",
"object 0.29.0",
"once_cell",
"paste",
"psm",
"rayon",
"serde",
"target-lexicon",
"wasmparser 0.100.0",
"wasmtime-cache",
"wasmtime-cranelift",
"wasmtime-environ",
"wasmtime-jit",
"wasmtime-runtime",
"wat",
"windows-sys 0.42.0",
]
[[package]]
name = "wasmtime-asm-macros"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc"
dependencies = [
"cfg-if",
]
[[package]]
name = "wasmtime-cache"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ceb3adf61d654be0be67fffdce42447b0880481348785be5fe40b5dd7663a4c"
dependencies = [
"anyhow",
"base64",
"bincode",
"directories-next",
"file-per-thread-logger",
"log",
"rustix 0.36.14",
"serde",
2023-06-29 16:21:14 +00:00
"sha2 0.10.7",
"toml",
"windows-sys 0.42.0",
"zstd",
]
[[package]]
name = "wasmtime-cranelift"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4"
dependencies = [
"anyhow",
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",
"cranelift-native",
"cranelift-wasm",
"gimli 0.26.2",
"log",
"object 0.29.0",
"target-lexicon",
"thiserror",
"wasmparser 0.100.0",
"wasmtime-environ",
]
[[package]]
name = "wasmtime-environ"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7"
dependencies = [
"anyhow",
"cranelift-entity",
"gimli 0.26.2",
"indexmap",
"log",
"object 0.29.0",
"serde",
"target-lexicon",
"thiserror",
"wasmparser 0.100.0",
"wasmtime-types",
]
[[package]]
name = "wasmtime-jit"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa"
dependencies = [
"addr2line 0.17.0",
"anyhow",
"bincode",
"cfg-if",
"cpp_demangle",
"gimli 0.26.2",
"ittapi",
"log",
"object 0.29.0",
"rustc-demangle",
"serde",
"target-lexicon",
"wasmtime-environ",
"wasmtime-jit-debug",
"wasmtime-jit-icache-coherence",
"wasmtime-runtime",
"windows-sys 0.42.0",
]
[[package]]
name = "wasmtime-jit-debug"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2"
dependencies = [
"object 0.29.0",
"once_cell",
"rustix 0.36.14",
]
[[package]]
name = "wasmtime-jit-icache-coherence"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c"
dependencies = [
"cfg-if",
"libc",
"windows-sys 0.42.0",
]
[[package]]
name = "wasmtime-runtime"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b"
dependencies = [
"anyhow",
"cc",
"cfg-if",
"indexmap",
"libc",
"log",
"mach",
"memfd",
"memoffset 0.6.5",
"paste",
"rand 0.8.5",
"rustix 0.36.14",
"wasmtime-asm-macros",
"wasmtime-environ",
"wasmtime-jit-debug",
"windows-sys 0.42.0",
]
[[package]]
name = "wasmtime-types"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568"
dependencies = [
"cranelift-entity",
"serde",
"thiserror",
"wasmparser 0.100.0",
]
[[package]]
name = "wasmtime-wasi"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01fe90b8643ef9742e2d9e1c76186b53e0d3c3e81aef1ead89c7a538d48947c9"
dependencies = [
"anyhow",
"wasi-cap-std-sync",
"wasi-common",
"wasmtime",
"wiggle",
]
[[package]]
name = "wast"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
dependencies = [
"leb128",
]
[[package]]
name = "wast"
version = "35.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
dependencies = [
"leb128",
]
[[package]]
name = "wast"
version = "60.0.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd06cc744b536e30387e72a48fdd492105b9c938bb4f415c39c616a7a0a697ad"
dependencies = [
"leb128",
"memchr",
"unicode-width",
"wasm-encoder",
]
[[package]]
name = "wat"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5abe520f0ab205366e9ac7d3e6b2fc71de44e32a2b58f2ec871b6b575bdcea3b"
dependencies = [
"wast 60.0.0",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "web-sys"
version = "0.3.63"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
2021-01-15 16:37:06 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "wiggle"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dd02c6a8098bc5fce898313df9ed13e3a98afcdb579a393070ee013505ca7ac"
dependencies = [
"anyhow",
"async-trait",
"bitflags",
"thiserror",
"tracing",
"wasmtime",
"wiggle-macro",
]
[[package]]
name = "wiggle-generate"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b657cf901cbffedfd90ececa74ed835864704562052202514d598930cf80bbaa"
dependencies = [
"anyhow",
"heck 0.4.1",
"proc-macro2",
"quote",
"shellexpand",
"syn 1.0.109",
"witx",
]
[[package]]
name = "wiggle-macro"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd1d09a625f96effa501cdff06192eb6a89eeadd4fd4e2489e0c6907f604307"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"wiggle-generate",
]
2021-01-15 16:37:06 +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"
2023-01-30 10:42:12 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.0",
]
[[package]]
name = "windows-sys"
2023-01-30 10:42:12 +00:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 10:42:12 +00:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
2023-01-30 10:42:12 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-01-30 10:42:12 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
2023-01-30 10:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-01-30 10:42:12 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-01-30 10:42:12 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winx"
version = "0.35.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c52a121f0fbf9320d5f2a9a5d82f6cb7557eda5e8b47fc3e7f359ec866ae960"
dependencies = [
"bitflags",
"io-lifetimes",
"windows-sys 0.48.0",
]
[[package]]
name = "witx"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
dependencies = [
"anyhow",
"log",
"thiserror",
"wast 35.0.2",
]
2021-01-15 16:37:06 +00:00
[[package]]
name = "zeroize"
version = "1.6.0"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
2021-01-15 16:37:06 +00:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
2021-01-15 16:37:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2021-01-15 16:37:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2021-01-15 16:37:06 +00:00
]
[[package]]
name = "zstd"
version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "5.0.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.8+zstd.1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
dependencies = [
"cc",
"libc",
"pkg-config",
]