registry/service/Cargo.lock

3917 lines
96 KiB
Plaintext
Raw Normal View History

2021-05-11 19:02:52 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-06-19 20:30:24 +03:00
[[package]]
name = "addr2line"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
"gimli",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "ahash"
2021-11-24 17:57:38 +03:00
version = "0.7.6"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-24 17:57:38 +03:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"getrandom 0.2.10",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
2021-05-11 19:02:52 +03:00
"once_cell",
"version_check",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "aho-corasick"
version = "1.0.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
2023-06-19 20:30:24 +03:00
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
version = "0.2.16"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
2023-06-19 20:30:24 +03:00
[[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"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "anyhow"
version = "1.0.75"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2022-02-24 16:37:58 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
name = "arrayref"
2023-06-19 20:30:24 +03:00
version = "0.3.7"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2021-05-11 19:02:52 +03:00
[[package]]
name = "arrayvec"
version = "0.7.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03: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"
2023-06-19 20:30:24 +03:00
version = "0.7.6"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247"
2022-02-24 16:37:58 +03:00
[[package]]
name = "asn1_der_derive"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"
dependencies = [
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
]
[[package]]
name = "async-trait"
version = "0.1.73"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
2023-06-19 20:30:24 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.32",
2022-02-24 16:37:58 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "autocfg"
2022-02-24 16:37:58 +03:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
2023-06-19 20:30:24 +03:00
version = "0.13.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2021-05-11 19:02:52 +03:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.3.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-05-11 19:02:52 +03:00
[[package]]
name = "bitflags"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
2022-02-24 16:37:58 +03:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "block-buffer"
2023-06-19 20:30:24 +03:00
version = "0.10.4"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
2022-02-24 16:37:58 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "boolinator"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
2022-02-24 16:37:58 +03:00
[[package]]
name = "bs58"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
[[package]]
name = "bumpalo"
2023-06-19 20:30:24 +03:00
version = "3.13.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-02-24 16:37:58 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-02-24 16:37:58 +03:00
[[package]]
name = "bytes"
version = "1.5.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2022-02-24 16:37:58 +03:00
[[package]]
name = "bytesize"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
dependencies = [
"serde",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
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 1.0.11",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
]
[[package]]
name = "cap-primitives"
version = "1.0.15"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "a4b6df5b295dca8d56f35560be8c391d59f0420f72e546997154e24e765e6451"
dependencies = [
"ambient-authority",
"fs-set-times 0.19.2",
2023-06-19 20:30:24 +03:00
"io-extras",
"io-lifetimes 1.0.11",
2023-06-19 20:30:24 +03:00
"ipnet",
"maybe-owned",
"rustix 0.37.23",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
"winx 0.35.1",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "cap-rand"
version = "1.0.15"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
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 1.0.11",
"rustix 0.37.23",
2023-06-19 20:30:24 +03:00
]
[[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.23",
"winx 0.35.1",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "cc"
version = "1.0.83"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
2023-06-19 20:30:24 +03:00
dependencies = [
"jobserver",
"libc",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03: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.30"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"android-tzdata",
"iana-time-zone",
"js-sys",
2021-05-11 19:02:52 +03:00
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.48.5",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "core-foundation-sys"
2023-06-19 20:30:24 +03:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "core2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
dependencies = [
"memchr",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "cpp_demangle"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
dependencies = [
"cfg-if",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "cpufeatures"
version = "0.2.9"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2022-02-24 16:37:58 +03:00
dependencies = [
"libc",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "cranelift-bforest"
2023-06-19 20:30:24 +03:00
version = "0.93.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "2bc42ba2e232e5b20ff7dc299a812d53337dadce9a7e39a238e6a5cb82d2e57b"
2021-05-11 19:02:52 +03:00
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-codegen"
2023-06-19 20:30:24 +03:00
version = "0.93.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"arrayvec",
"bumpalo",
2021-05-11 19:02:52 +03:00
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-entity",
2023-06-19 20:30:24 +03:00
"cranelift-isle",
2021-05-11 19:02:52 +03:00
"gimli",
2023-06-19 20:30:24 +03:00
"hashbrown 0.12.3",
2021-05-11 19:02:52 +03:00
"log",
2023-06-19 20:30:24 +03:00
"regalloc2",
2021-05-11 19:02:52 +03:00
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-codegen-meta"
2023-06-19 20:30:24 +03:00
version = "0.93.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "72f2154365e2bff1b1b8537a7181591fdff50d8e27fa6e40d5c69c3bad0ca7c8"
2021-05-11 19:02:52 +03:00
dependencies = [
"cranelift-codegen-shared",
]
[[package]]
name = "cranelift-codegen-shared"
2023-06-19 20:30:24 +03:00
version = "0.93.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "687e14e3f5775248930e0d5a84195abef8b829958e9794bf8d525104993612b4"
2021-05-11 19:02:52 +03:00
[[package]]
name = "cranelift-entity"
2023-06-19 20:30:24 +03:00
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"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "e9793158837678902446c411741d87b43f57dadfb944f2440db4287cda8cbd59"
2021-05-11 19:02:52 +03:00
[[package]]
name = "cranelift-native"
2023-06-19 20:30:24 +03:00
version = "0.93.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "72668c7755f2b880665cb422c8ad2d56db58a88b9bebfef0b73edc2277c13c49"
2021-05-11 19:02:52 +03:00
dependencies = [
"cranelift-codegen",
2023-06-19 20:30:24 +03:00
"libc",
2021-05-11 19:02:52 +03:00
"target-lexicon",
]
2023-06-19 20:30:24 +03:00
[[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",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "crossbeam-channel"
2023-06-19 20:30:24 +03:00
version = "0.5.8"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2023-06-19 20:30:24 +03:00
version = "0.8.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-06-19 20:30:24 +03:00
version = "0.9.15"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2021-05-11 19:02:52 +03:00
dependencies = [
"autocfg",
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
"crossbeam-utils",
2023-06-19 20:30:24 +03:00
"memoffset 0.9.0",
2021-05-11 19:02:52 +03:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-06-19 20:30:24 +03:00
version = "0.8.16"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
version = "0.1.6"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
2022-02-24 16:37:58 +03:00
"typenum",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
"subtle",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "curve25519-dalek"
version = "3.2.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
2022-02-24 16:37:58 +03:00
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
"subtle",
2022-02-24 16:37:58 +03:00
"zeroize",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "darling"
version = "0.13.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
2021-05-11 19:02:52 +03:00
dependencies = [
"darling_core 0.13.4",
"darling_macro 0.13.4",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "darling"
version = "0.20.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
2022-02-24 16:37:58 +03:00
dependencies = [
"darling_core 0.20.3",
"darling_macro 0.20.3",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "darling_core"
version = "0.13.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
2021-05-11 19:02:52 +03:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "darling_core"
version = "0.20.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
2022-02-24 16:37:58 +03:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 2.0.32",
2022-02-24 16:37:58 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "darling_macro"
version = "0.13.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
2021-05-11 19:02:52 +03:00
dependencies = [
"darling_core 0.13.4",
2022-02-24 16:37:58 +03:00
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "darling_macro"
version = "0.20.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
2022-02-24 16:37:58 +03:00
dependencies = [
"darling_core 0.20.3",
2021-05-11 19:02:52 +03:00
"quote",
"syn 2.0.32",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "data-encoding"
2023-06-19 20:30:24 +03:00
version = "2.4.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
2022-02-24 16:37:58 +03:00
[[package]]
name = "deranged"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
dependencies = [
"serde",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "digest"
2023-06-19 20:30:24 +03:00
version = "0.9.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"generic-array",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "digest"
2023-06-19 20:30:24 +03:00
version = "0.10.7"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"block-buffer 0.10.4",
"crypto-common",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "directories-next"
version = "2.0.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"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",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "ed25519"
2023-06-19 20:30:24 +03:00
version = "1.5.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
2022-02-24 16:37:58 +03:00
dependencies = [
"serde",
"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",
"sha2 0.9.9",
"zeroize",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "either"
version = "1.9.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "env_logger"
version = "0.10.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2021-05-11 19:02:52 +03:00
[[package]]
name = "errno"
version = "0.3.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
2021-05-11 19:02:52 +03:00
dependencies = [
"errno-dragonfly",
"libc",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
2021-05-11 19:02:52 +03:00
dependencies = [
"cc",
2021-05-11 19:02:52 +03:00
"libc",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "eyre"
version = "0.6.8"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
2022-02-24 16:37:58 +03:00
dependencies = [
"indenter",
"once_cell",
]
2021-05-11 19:02:52 +03:00
[[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"
2022-02-24 16:37:58 +03:00
[[package]]
name = "fastrand"
version = "2.0.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
2022-02-24 16:37:58 +03:00
2023-06-19 20:30:24 +03:00
[[package]]
name = "fd-lock"
version = "4.0.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b0377f1edc77dbd1118507bc7a66e4ab64d2b90c66f90726dc801e73a8c68f9"
2023-06-19 20:30:24 +03:00
dependencies = [
"cfg-if",
"rustix 0.38.13",
2023-06-19 20:30:24 +03:00
"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",
"log",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "fixedbitset"
version = "0.4.2"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2022-02-24 16:37:58 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
name = "fluence-app-service"
version = "0.28.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c587beb44ec3452670aeabff1eaac017aba2c78766ce1b5fd26c633e0af02b5"
2021-05-11 19:02:52 +03:00
dependencies = [
"log",
"maplit",
"marine-min-it-version",
2021-05-11 19:02:52 +03:00
"marine-runtime",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
"marine-wasmtime-backend",
2021-05-11 19:02:52 +03:00
"serde",
"serde_derive",
"serde_json",
2023-06-19 20:30:24 +03:00
"toml 0.5.11",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "fluence-it-types"
2023-06-19 20:30:24 +03:00
version = "0.4.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "45e8d8d5ed4d1f5d21ee5fcd0f6a7b0feea113d918e7ece4f3dd0f8a0b99caa6"
2021-05-11 19:02:52 +03:00
dependencies = [
"it-to-bytes",
"nom",
"serde",
"variant_count",
2023-06-19 20:30:24 +03:00
"wast 8.0.0",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "fluence-keypair"
version = "0.8.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59b984f670cbcde01b42567f64fa0f68a1f0ce2675e6f3609ab577cafe6b1b17"
2022-02-24 16:37:58 +03:00
dependencies = [
"asn1_der 0.6.3",
"bs58 0.3.1",
"ed25519",
"ed25519-dalek",
"eyre",
"lazy_static",
"libp2p-core",
"libsecp256k1",
2022-02-24 16:37:58 +03:00
"rand 0.7.3",
"ring",
"serde",
"serde_bytes",
"serde_json",
"serde_with 1.14.0",
2022-02-24 16:37:58 +03:00
"sha2 0.9.9",
"signature",
"thiserror",
"zeroize",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-02-24 16:37:58 +03:00
[[package]]
name = "form_urlencoded"
2023-06-19 20:30:24 +03:00
version = "1.2.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2022-02-24 16:37:58 +03:00
dependencies = [
"percent-encoding",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "fs-set-times"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "857cf27edcb26c2a36d84b2954019573d335bb289876113aceacacdca47a4fd4"
dependencies = [
"io-lifetimes 1.0.11",
"rustix 0.36.15",
2023-06-19 20:30:24 +03:00
"windows-sys 0.45.0",
]
[[package]]
name = "fs-set-times"
version = "0.19.2"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d167b646a876ba8fda6b50ac645cfd96242553cbaf0ca4fccaa39afcbf0801f"
2023-06-19 20:30:24 +03:00
dependencies = [
"io-lifetimes 1.0.11",
"rustix 0.38.13",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "fstrings"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7845a0f15da505ac36baad0486612dab57f8b8d34e19c5470a265bbcdd572ae6"
dependencies = [
"fstrings-proc-macro",
"proc-macro-hack",
]
[[package]]
name = "fstrings-proc-macro"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63b58c0e7581dc33478a32299182cbe5ae3b8c028be26728a47fb0a113c92d9d"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "futures"
2023-06-19 20:30:24 +03:00
version = "0.3.28"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2022-02-24 16:37:58 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-06-19 20:30:24 +03:00
version = "0.3.28"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-02-24 16:37:58 +03:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-06-19 20:30:24 +03:00
version = "0.3.28"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-02-24 16:37:58 +03:00
[[package]]
name = "futures-executor"
2023-06-19 20:30:24 +03:00
version = "0.3.28"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-02-24 16:37:58 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
]
[[package]]
name = "futures-io"
2023-06-19 20:30:24 +03:00
version = "0.3.28"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-02-24 16:37:58 +03:00
[[package]]
name = "futures-macro"
2023-06-19 20:30:24 +03:00
version = "0.3.28"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2022-02-24 16:37:58 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.32",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "futures-sink"
2023-06-19 20:30:24 +03:00
version = "0.3.28"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-02-24 16:37:58 +03:00
[[package]]
name = "futures-task"
2023-06-19 20:30:24 +03:00
version = "0.3.28"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-02-24 16:37:58 +03:00
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
[[package]]
name = "futures-util"
2023-06-19 20:30:24 +03:00
version = "0.3.28"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-02-24 16:37:58 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "fxhash"
version = "0.2.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"byteorder",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "generic-array"
2023-06-19 20:30:24 +03:00
version = "0.14.7"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-05-11 19:02:52 +03: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 = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2023-06-19 20:30:24 +03:00
version = "0.2.10"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2021-05-11 19:02:52 +03:00
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "gimli"
version = "0.26.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"fallible-iterator",
"indexmap 1.9.3",
2023-06-19 20:30:24 +03:00
"stable_deref_trait",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "hashbrown"
version = "0.12.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"ahash 0.7.6",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "hashbrown"
2023-06-19 20:30:24 +03:00
version = "0.14.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"ahash 0.8.3",
"allocator-api2",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "hashlink"
version = "0.8.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"hashbrown 0.14.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "heck"
2021-06-03 14:32:11 +03:00
version = "0.3.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-03 14:32:11 +03:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2021-05-11 19:02:52 +03:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
2023-06-19 20:30:24 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2021-05-11 19:02:52 +03:00
[[package]]
name = "hermit-abi"
version = "0.3.2"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-06-19 20:30:24 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
2022-02-24 16:37:58 +03:00
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
"crypto-mac",
2022-02-24 16:37:58 +03:00
"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",
2023-06-19 20:30:24 +03:00
"generic-array",
"hmac",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "home"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
"windows-sys 0.48.0",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "iana-time-zone"
2023-06-19 20:30:24 +03:00
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2023-06-19 20:30:24 +03:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-06-19 20:30:24 +03:00
"windows",
]
2022-02-24 16:37:58 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "iana-time-zone-haiku"
version = "0.1.2"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "id-arena"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
[[package]]
2022-02-24 16:37:58 +03:00
name = "ident_case"
version = "1.0.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-02-24 16:37:58 +03:00
[[package]]
name = "idna"
2023-06-19 20:30:24 +03:00
version = "0.4.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-02-24 16:37:58 +03: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-05-11 19:02:52 +03:00
[[package]]
name = "indexmap"
2023-06-19 20:30:24 +03:00
version = "1.9.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-05-11 19:02:52 +03:00
dependencies = [
"autocfg",
2023-06-19 20:30:24 +03:00
"hashbrown 0.12.3",
2021-05-11 19:02:52 +03:00
"serde",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "io-extras"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde93d48f0d9277f977a333eca8313695ddd5301dc96f7e02aeddcb0dd99096f"
dependencies = [
"io-lifetimes 1.0.11",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
]
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi",
2023-06-19 20:30:24 +03:00
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "io-lifetimes"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c"
2023-06-19 20:30:24 +03:00
[[package]]
name = "ipnet"
version = "2.8.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
2023-06-19 20:30:24 +03:00
[[package]]
name = "is-terminal"
version = "0.4.9"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2021-05-11 19:02:52 +03:00
dependencies = [
"hermit-abi",
"rustix 0.38.13",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "it-json-serde"
2023-06-19 20:30:24 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "145ec580d7bd2edbe7177841fa6f48bf820c5bbaa0fc51d4ecef48a8f91889e5"
dependencies = [
"serde",
"serde_derive",
"serde_json",
"thiserror",
"wasmer-interface-types-fl",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "it-lilo"
2023-06-19 20:30:24 +03:00
version = "0.5.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "f14693c2c3696b46349b0bc54f8b39de8eb67951b6623f42ff6b6b2d129ff00e"
2021-05-11 19:02:52 +03:00
dependencies = [
"fluence-it-types",
"it-memory-traits",
2021-05-11 19:02:52 +03:00
"log",
"paste",
"thiserror",
]
[[package]]
name = "it-memory-traits"
2023-06-19 20:30:24 +03:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "d563f2a6baee17cf471b7951dfb96ab17fecc5e8947de39f1057cf3fb4cc906d"
dependencies = [
"thiserror",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "it-to-bytes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56"
[[package]]
name = "itertools"
version = "0.10.5"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2021-05-11 19:02:52 +03:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.9"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2023-06-19 20:30:24 +03:00
[[package]]
name = "ittapi"
version = "0.3.4"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41e0d0b7b3b53d92a7e8b80ede3400112a6b8b4c98d1f5b8b16bb787c780582c"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"ittapi-sys",
"log",
]
[[package]]
name = "ittapi-sys"
version = "0.3.4"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f8763c96e54e6d6a0dccc2990d8b5e33e3313aaeae6185921a3f4c1614a77c"
2023-06-19 20:30:24 +03:00
dependencies = [
"cc",
]
[[package]]
name = "jobserver"
version = "0.1.26"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
dependencies = [
"libc",
]
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "js-sys"
2023-06-19 20:30:24 +03:00
version = "0.3.64"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2022-02-24 16:37:58 +03:00
dependencies = [
"wasm-bindgen",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "leb128"
2021-11-24 17:57:38 +03:00
version = "0.2.5"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-24 17:57:38 +03:00
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2021-05-11 19:02:52 +03:00
[[package]]
name = "libc"
version = "0.2.147"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2022-02-24 16:37:58 +03:00
[[package]]
name = "libp2p-core"
version = "0.36.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1fff5bd889c82a0aec668f2045edd066f559d4e5c40354e5a4c77ac00caac38"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"asn1_der 0.7.6",
2022-02-24 16:37:58 +03:00
"bs58 0.4.0",
"ed25519-dalek",
"either",
"fnv",
"futures",
"futures-timer",
"instant",
"lazy_static",
"libsecp256k1",
2022-02-24 16:37:58 +03:00
"log",
"multiaddr",
"multihash",
"multistream-select",
2023-06-19 20:30:24 +03:00
"parking_lot",
"pin-project",
"prost",
"prost-build",
2022-02-24 16:37:58 +03:00
"rand 0.8.5",
"ring",
"rw-stream-sink",
"sha2 0.10.6",
2022-02-24 16:37:58 +03:00
"smallvec",
"thiserror",
"unsigned-varint",
"void",
"zeroize",
]
[[package]]
name = "libsecp256k1"
version = "0.7.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
2022-02-24 16:37:58 +03:00
dependencies = [
"arrayref",
"base64",
"digest 0.9.0",
"hmac-drbg",
2022-02-24 16:37:58 +03:00
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand 0.8.5",
"serde",
"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",
2022-02-24 16:37:58 +03:00
]
[[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"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-24 16:37:58 +03:00
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
"libsecp256k1-core",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "libsqlite3-sys"
version = "0.25.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
2021-05-11 19:02:52 +03:00
dependencies = [
"pkg-config",
"vcpkg",
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "linux-raw-sys"
version = "0.1.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2021-05-11 19:02:52 +03:00
[[package]]
name = "linux-raw-sys"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
2022-02-24 16:37:58 +03:00
[[package]]
name = "lock_api"
2023-06-19 20:30:24 +03:00
version = "0.4.10"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2022-02-24 16:37:58 +03:00
dependencies = [
"autocfg",
2022-02-24 16:37:58 +03:00
"scopeguard",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "log"
version = "0.4.20"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2023-06-19 20:30:24 +03:00
[[package]]
name = "mach"
version = "0.3.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"libc",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2021-11-24 17:57:38 +03:00
[[package]]
name = "marine-build-rs-generator"
version = "0.10.2"
2021-11-24 17:57:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "305e079b175a5694638e4696d97a3d4c40e86a7cb5dabc32b540c9155dfd84b1"
2021-11-24 17:57:38 +03:00
dependencies = [
"marine-test-macro-impl",
]
[[package]]
name = "marine-core"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87032a611ce1124dde90a9230a49be4efa39d192722604c7464704a16de790e6"
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",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
"marine-wasmtime-backend",
"multimap",
"once_cell",
"paste",
2023-06-19 20:30:24 +03:00
"semver",
"serde",
"thiserror",
"wasmer-interface-types-fl",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "marine-it-generator"
version = "0.11.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b0cc0ce2ee4ee0986abf71327b84ef3fb26dcb33b866226f9e659d1cce922fd"
2021-05-11 19:02:52 +03:00
dependencies = [
"it-lilo",
2021-11-24 17:57:38 +03:00
"marine-it-parser",
"marine-macro-impl 0.7.1",
2021-05-11 19:02:52 +03:00
"once_cell",
"serde",
"serde_json",
"thiserror",
"walrus 0.20.1",
2021-05-11 19:02:52 +03:00
"wasmer-interface-types-fl",
]
2021-06-08 14:29:15 +03:00
[[package]]
name = "marine-it-interfaces"
2023-06-19 20:30:24 +03:00
version = "0.8.1"
2021-06-08 14:29:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "d3bdc1a0d26f38f8d0375c7f8aa0621de90b5966e38b407c7505ead9649bbd92"
2021-06-08 14:29:15 +03:00
dependencies = [
"multimap",
"wasmer-interface-types-fl",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "marine-it-parser"
version = "0.13.0"
2021-06-08 14:29:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52907d7e7b9487a029dd3d99e647307c8808d7fba327e27113b0807d4868b315"
2021-06-08 14:29:15 +03:00
dependencies = [
"anyhow",
"itertools",
2021-11-24 17:57:38 +03:00
"marine-it-interfaces",
2021-06-08 14:29:15 +03:00
"marine-module-interface",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
2021-05-11 19:02:52 +03:00
"nom",
2023-06-19 20:30:24 +03:00
"semver",
2021-05-11 19:02:52 +03:00
"serde",
"thiserror",
"walrus 0.20.1",
2021-05-11 19:02:52 +03:00
"wasmer-interface-types-fl",
]
[[package]]
name = "marine-macro"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c99fa7013660d8e129b2bcd51138015136b91903f88529f1da0510f850c28ea"
dependencies = [
"marine-macro-impl 0.8.1",
"marine-rs-sdk-main 0.8.1",
]
[[package]]
name = "marine-macro"
version = "0.9.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd5d4c95570c141d4a92e8c08d6253788154315a66bb3c89d266f0825e9b49db"
2021-05-11 19:02:52 +03:00
dependencies = [
"marine-macro-impl 0.9.0",
"marine-rs-sdk-main 0.9.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "marine-macro-impl"
version = "0.7.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca474b63cabaf8d7d9b38de87d630023cbc91ddc77e92f9c7bb745462a131b44"
2021-05-11 19:02:52 +03:00
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_json",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "marine-macro-impl"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b4761eec59a2914413d1ea14659305e6374bfed69998f33763daa586c44196"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn 1.0.109",
]
[[package]]
name = "marine-macro-impl"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91ed66c39016565a422807dd3fe3fbc3c36ee88d2f0b69c2e6345168b7d9320"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn 1.0.109",
]
[[package]]
name = "marine-min-it-version"
2023-06-19 20:30:24 +03:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "4a501fd122de0e7ffd4b97ed0431a7ff55c09aaab0ac72486d09cdd0b9555b32"
dependencies = [
"once_cell",
2023-06-19 20:30:24 +03:00
"semver",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "marine-module-info-parser"
version = "0.8.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e519714ac32b1ffe432f743e011c3695d0cb7a89a906775d81f84546b57b6f29"
2021-05-11 19:02:52 +03:00
dependencies = [
"anyhow",
"chrono",
"marine-rs-sdk-main 0.8.1",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
"semver",
2021-05-11 19:02:52 +03:00
"serde",
"thiserror",
"walrus 0.20.1",
2021-05-11 19:02:52 +03:00
]
2021-06-08 14:29:15 +03:00
[[package]]
name = "marine-module-interface"
2023-06-19 20:30:24 +03:00
version = "0.7.1"
2021-06-08 14:29:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "49d8f21255b94f1c8b2731a2b49c2ed34f955ed2e11dae3fb6c580a346d10bdd"
2021-06-08 14:29:15 +03:00
dependencies = [
"anyhow",
"itertools",
2021-11-24 17:57:38 +03:00
"marine-it-interfaces",
2021-06-08 14:29:15 +03:00
"nom",
2023-06-19 20:30:24 +03:00
"semver",
2021-06-08 14:29:15 +03:00
"serde",
"thiserror",
"walrus 0.19.0",
2021-06-08 14:29:15 +03:00
"wasmer-interface-types-fl",
]
2021-06-17 19:26:55 +03:00
[[package]]
name = "marine-rs-sdk"
version = "0.8.1"
2021-06-17 19:26:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11991d31bf4d53651e1c151637f260c759eb9f28ecf8c894eb260b50f46459cc"
2021-06-17 19:26:55 +03:00
dependencies = [
"marine-macro 0.8.1",
"marine-rs-sdk-main 0.8.1",
"marine-timestamp-macro 0.8.1",
2022-02-05 10:14:27 +03:00
"polyplets",
2021-06-17 19:26:55 +03:00
"serde",
]
[[package]]
name = "marine-rs-sdk"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "647206070db6f592f6a9783b1326c1b6a535c739d5238e478a9fa8529234ad70"
dependencies = [
"marine-macro 0.9.0",
"marine-rs-sdk-main 0.9.0",
"marine-timestamp-macro 0.9.0",
"serde",
]
2021-06-17 19:26:55 +03:00
[[package]]
name = "marine-rs-sdk-main"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b01678ba2a94fcfeb8232e87281937b07927ab2a54205747b6ab45e3f5ad65fd"
dependencies = [
"log",
"serde",
]
[[package]]
name = "marine-rs-sdk-main"
version = "0.9.0"
2021-06-17 19:26:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a69e17cc63a434d19ca9c312a29a1e06847758041f8429f333d3a91469f62594"
2021-06-17 19:26:55 +03:00
dependencies = [
"log",
"serde",
]
[[package]]
name = "marine-rs-sdk-test"
version = "0.10.2"
2021-06-17 19:26:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80012fef8163ee1a5d081ef7ab07ce377131957f19ae7f42e2ee06253cac7220"
2021-06-17 19:26:55 +03:00
dependencies = [
"fluence-app-service",
2021-11-24 17:57:38 +03:00
"marine-build-rs-generator",
2021-06-17 19:26:55 +03:00
"marine-test-macro",
"serde",
"serde_json",
"uuid",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "marine-runtime"
version = "0.29.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81c1a551a89aefb96a9f4443c4d4f56b998c20008faf5fa26fc4cc5c723a0c13"
2021-05-11 19:02:52 +03:00
dependencies = [
"bytesize",
"it-json-serde",
2023-06-19 20:30:24 +03:00
"it-memory-traits",
"itertools",
2021-05-11 19:02:52 +03:00
"log",
"marine-core",
2021-06-08 14:29:15 +03:00
"marine-module-interface",
"marine-rs-sdk 0.8.1",
"marine-rs-sdk-main 0.8.1",
2021-05-11 19:02:52 +03:00
"marine-utils",
2023-06-19 20:30:24 +03:00
"marine-wasm-backend-traits",
"marine-wasmtime-backend",
"parking_lot",
"safe-transmute",
2021-05-11 19:02:52 +03:00
"serde",
"serde_derive",
"serde_json",
2023-06-19 20:30:24 +03:00
"serde_with 2.3.3",
2021-05-11 19:02:52 +03:00
"thiserror",
2023-06-19 20:30:24 +03:00
"toml 0.5.11",
2021-05-11 19:02:52 +03:00
"wasmer-interface-types-fl",
]
[[package]]
name = "marine-sqlite-connector"
version = "0.9.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b2f62a0f56af2d5467d294133e264e13e24c15cfb21588f7c61c680f241baf"
2021-05-11 19:02:52 +03:00
dependencies = [
"bytesize",
"marine-rs-sdk 0.9.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "marine-test-macro"
version = "0.10.2"
2021-05-17 15:27:25 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd77e00a1468973b4dcb29541ddb73b8d581fca000ec3f4da07866ee30afb7fa"
2021-05-11 19:02:52 +03:00
dependencies = [
"marine-test-macro-impl",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 2.0.32",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "marine-test-macro-impl"
version = "0.10.2"
2021-05-17 15:27:25 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd43a6602c280aea9d45414cdafb8c2d5fc1f878edd5adda53a3c5f1dbf404c"
2021-05-11 19:02:52 +03:00
dependencies = [
"darling 0.20.3",
2021-05-11 19:02:52 +03:00
"fluence-app-service",
"itertools",
2021-11-24 17:57:38 +03:00
"marine-it-parser",
2021-05-11 19:02:52 +03:00
"proc-macro-error",
"proc-macro2",
"quote",
2021-11-24 17:57:38 +03:00
"static_assertions",
"syn 2.0.32",
2021-05-11 19:02:52 +03:00
"thiserror",
]
[[package]]
name = "marine-timestamp-macro"
version = "0.8.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d254ea11e35cdeccc62ffccf78775c066750c9e5bae4934eb0758187442282"
dependencies = [
"chrono",
"quote",
]
[[package]]
name = "marine-timestamp-macro"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c33b9d6dd721e2d55e3737a4ba5374887cef56caa80b0a49849a06b0f2e46a4e"
2021-05-11 19:02:52 +03:00
dependencies = [
"chrono",
"quote",
]
[[package]]
name = "marine-utils"
2023-06-19 20:30:24 +03:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e86cb57ff0e2fdc8e188a52d388287d38e5cc781eddd09a82d20f8ee1f48b80"
[[package]]
name = "marine-wasm-backend-traits"
version = "0.3.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8094cd7d1bf6c14ded993fd2d6e6999f7e25c07b2f770277ea28ee64fe433ecc"
2023-06-19 20:30:24 +03:00
dependencies = [
"anyhow",
"it-memory-traits",
"multimap",
"paste",
"thiserror",
"wasmer-interface-types-fl",
"wasmparser 0.101.1",
]
[[package]]
name = "marine-wasmtime-backend"
version = "0.3.0"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edb895ec13df3b2241b848b3b138569afd3aadd21719af99a2b8aafa5595edec"
2023-06-19 20:30:24 +03:00
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"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
2021-05-11 19:02:52 +03:00
[[package]]
name = "memchr"
version = "2.6.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "memfd"
version = "0.6.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"
2021-05-11 19:02:52 +03:00
dependencies = [
"rustix 0.37.23",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "memoffset"
2022-02-05 10:14:27 +03:00
version = "0.6.5"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 10:14:27 +03:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-05-11 19:02:52 +03:00
dependencies = [
"autocfg",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-02-24 16:37:58 +03:00
[[package]]
name = "multiaddr"
version = "0.14.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"
2022-02-24 16:37:58 +03:00
dependencies = [
"arrayref",
"bs58 0.4.0",
"byteorder",
"data-encoding",
"multihash",
"percent-encoding",
"serde",
"static_assertions",
"unsigned-varint",
"url",
]
[[package]]
name = "multihash"
version = "0.16.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"
2022-02-24 16:37:58 +03:00
dependencies = [
"core2",
2023-06-19 20:30:24 +03:00
"digest 0.10.7",
2022-02-24 16:37:58 +03:00
"multihash-derive",
"sha2 0.10.6",
2022-02-24 16:37:58 +03:00
"unsigned-varint",
]
[[package]]
name = "multihash-derive"
2023-06-19 20:30:24 +03:00
version = "0.8.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
2022-02-24 16:37:58 +03:00
dependencies = [
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03:00
"synstructure",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
dependencies = [
"serde",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "multistream-select"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"
dependencies = [
"bytes",
"futures",
"log",
"pin-project",
2022-02-24 16:37:58 +03:00
"smallvec",
"unsigned-varint",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "nom"
2023-06-19 20:30:24 +03:00
version = "7.1.3"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2021-05-11 19:02:52 +03:00
dependencies = [
"memchr",
2023-06-19 20:30:24 +03:00
"minimal-lexical",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "num-traits"
version = "0.2.16"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2021-05-11 19:02:52 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.16.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2021-05-11 19:02:52 +03:00
dependencies = [
"hermit-abi",
2021-05-11 19:02:52 +03:00
"libc",
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "object"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
dependencies = [
2023-06-19 20:30:24 +03:00
"crc32fast",
"hashbrown 0.12.3",
"indexmap 1.9.3",
2023-06-19 20:30:24 +03:00
"memchr",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "once_cell"
2023-06-19 20:30:24 +03:00
version = "1.18.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03: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"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"lock_api",
"parking_lot_core",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "parking_lot_core"
2023-06-19 20:30:24 +03:00
version = "0.9.8"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
"libc",
2023-06-19 20:30:24 +03:00
"redox_syscall 0.3.5",
2021-05-11 19:02:52 +03:00
"smallvec",
"windows-targets 0.48.5",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "paste"
version = "1.0.14"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "percent-encoding"
2023-06-19 20:30:24 +03:00
version = "2.3.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "petgraph"
version = "0.6.4"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
2022-02-24 16:37:58 +03:00
dependencies = [
"fixedbitset",
"indexmap 2.0.0",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "pin-project"
version = "1.1.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
2022-02-24 16:37:58 +03:00
dependencies = [
"pin-project-internal",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "pin-project-internal"
version = "1.1.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2022-02-24 16:37:58 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.32",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.13"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-02-24 16:37:58 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2021-05-11 19:02:52 +03:00
[[package]]
name = "pkg-config"
2023-06-19 20:30:24 +03:00
version = "0.3.27"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-02-05 10:14:27 +03:00
[[package]]
name = "polyplets"
version = "0.4.0"
2022-02-05 10:14:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b579a79a461ca50abb202eac61c76d8782fdf091a91775c9e181352e7cd30a8b"
2022-02-05 10:14:27 +03:00
dependencies = [
"marine-macro 0.8.1",
"marine-rs-sdk-main 0.8.1",
2022-02-05 10:14:27 +03:00
"serde",
]
2021-05-11 19:02:52 +03:00
[[package]]
2022-02-24 16:37:58 +03:00
name = "ppv-lite86"
2023-06-19 20:30:24 +03:00
version = "0.2.17"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-02-24 16:37:58 +03:00
[[package]]
name = "prettyplease"
2023-06-19 20:30:24 +03:00
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
dependencies = [
"proc-macro2",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "proc-macro-crate"
2023-06-19 20:30:24 +03:00
version = "1.1.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2022-02-24 16:37:58 +03:00
dependencies = [
"thiserror",
2023-06-19 20:30:24 +03:00
"toml 0.5.11",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03: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-macro-hack"
2023-06-19 20:30:24 +03:00
version = "0.5.20+deprecated"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2022-02-24 16:37:58 +03:00
[[package]]
name = "proc-macro2"
version = "1.0.66"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
2022-02-24 16:37:58 +03:00
dependencies = [
"unicode-ident",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "prost"
2023-06-19 20:30:24 +03:00
version = "0.11.9"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
2022-02-24 16:37:58 +03:00
dependencies = [
"bytes",
"prost-derive",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "prost-build"
2023-06-19 20:30:24 +03:00
version = "0.11.9"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
2022-02-24 16:37:58 +03:00
dependencies = [
"bytes",
2023-06-19 20:30:24 +03:00
"heck 0.4.1",
"itertools",
2022-02-24 16:37:58 +03:00
"lazy_static",
"log",
"multimap",
"petgraph",
"prettyplease",
"prost",
"prost-types",
2022-02-24 16:37:58 +03:00
"regex",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03:00
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
2023-06-19 20:30:24 +03:00
version = "0.11.9"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
2022-02-24 16:37:58 +03:00
dependencies = [
"anyhow",
"itertools",
2022-02-24 16:37:58 +03:00
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "prost-types"
2023-06-19 20:30:24 +03:00
version = "0.11.9"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
2022-02-24 16:37:58 +03:00
dependencies = [
"prost",
2022-02-24 16:37:58 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "psm"
version = "0.1.21"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cc",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "quote"
version = "1.0.33"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-02-24 16:37:58 +03: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",
"rand_hc",
]
[[package]]
name = "rand"
version = "0.8.5"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-24 16:37:58 +03:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-05-11 19:02:52 +03:00
dependencies = [
2022-02-24 16:37:58 +03:00
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
2021-05-11 19:02:52 +03:00
]
[[package]]
2022-02-24 16:37:58 +03:00
name = "rand_chacha"
version = "0.2.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-24 16:37:58 +03:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2021-05-11 19:02:52 +03:00
dependencies = [
2022-02-24 16:37:58 +03:00
"ppv-lite86",
"rand_core 0.5.1",
2021-05-11 19:02:52 +03:00
]
[[package]]
2022-02-24 16:37:58 +03:00
name = "rand_chacha"
version = "0.3.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-24 16:37:58 +03:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.4",
2022-02-24 16:37:58 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
2022-02-24 16:37:58 +03:00
name = "rand_core"
version = "0.5.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-24 16:37:58 +03:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2021-05-11 19:02:52 +03:00
dependencies = [
2022-02-24 16:37:58 +03:00
"getrandom 0.1.16",
2021-05-11 19:02:52 +03:00
]
[[package]]
2022-02-24 16:37:58 +03:00
name = "rand_core"
version = "0.6.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"getrandom 0.2.10",
2021-05-11 19:02:52 +03:00
]
[[package]]
2022-02-24 16:37:58 +03:00
name = "rand_hc"
version = "0.2.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-24 16:37:58 +03:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2021-05-11 19:02:52 +03:00
dependencies = [
2022-02-24 16:37:58 +03:00
"rand_core 0.5.1",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "rayon"
2023-06-19 20:30:24 +03:00
version = "1.7.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2021-05-11 19:02:52 +03:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-06-19 20:30:24 +03:00
version = "1.11.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2021-05-11 19:02:52 +03:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "redox_syscall"
2023-06-19 20:30:24 +03:00
version = "0.2.16"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "redox_syscall"
2023-06-19 20:30:24 +03:00
version = "0.3.5"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2022-02-24 16:37:58 +03:00
dependencies = [
"bitflags 1.3.2",
2022-02-24 16:37:58 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "redox_users"
version = "0.4.3"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"getrandom 0.2.10",
"redox_syscall 0.2.16",
"thiserror",
2022-02-24 16:37:58 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "regalloc2"
version = "0.5.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"
dependencies = [
"fxhash",
"log",
"slice-group-by",
"smallvec",
]
2022-02-24 16:37:58 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "regex"
version = "1.9.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
2023-06-19 20:30:24 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.7.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2023-06-19 20:30:24 +03:00
[[package]]
name = "registry"
version = "0.8.7"
2022-02-24 16:37:58 +03:00
dependencies = [
"boolinator",
"bs58 0.4.0",
2022-02-24 16:37:58 +03:00
"fluence-keypair",
"fstrings",
"libp2p-core",
"marine-rs-sdk 0.9.0",
2022-02-24 16:37:58 +03:00
"marine-rs-sdk-test",
"marine-sqlite-connector",
"rusqlite",
"serde",
"sha2 0.10.6",
2022-02-24 16:37:58 +03:00
"thiserror",
"toml 0.7.3",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "rusqlite"
version = "0.28.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a"
2021-05-11 19:02:52 +03:00
dependencies = [
"bitflags 1.3.2",
2021-05-11 19:02:52 +03:00
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustix"
version = "0.36.15"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"
2023-06-19 20:30:24 +03:00
dependencies = [
"bitflags 1.3.2",
2023-06-19 20:30:24 +03:00
"errno",
"io-lifetimes 1.0.11",
2023-06-19 20:30:24 +03:00
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
]
[[package]]
name = "rustix"
version = "0.37.23"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
2021-05-11 19:02:52 +03:00
dependencies = [
"bitflags 1.3.2",
2023-06-19 20:30:24 +03:00
"errno",
"io-lifetimes 1.0.11",
2023-06-19 20:30:24 +03:00
"itoa",
"libc",
"linux-raw-sys 0.3.8",
"once_cell",
"windows-sys 0.48.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "rustix"
version = "0.38.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662"
dependencies = [
"bitflags 2.4.0",
"errno",
"libc",
"linux-raw-sys 0.4.7",
"windows-sys 0.48.0",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "rw-stream-sink"
version = "0.3.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"
2022-02-24 16:37:58 +03:00
dependencies = [
"futures",
"pin-project",
2022-02-24 16:37:58 +03:00
"static_assertions",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "ryu"
version = "1.0.15"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2021-05-11 19:02:52 +03:00
[[package]]
name = "safe-transmute"
2021-06-02 21:01:27 +03:00
version = "0.11.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-02 21:01:27 +03:00
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
2021-05-11 19:02:52 +03:00
[[package]]
name = "scopeguard"
version = "1.2.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-05-11 19:02:52 +03:00
[[package]]
name = "semver"
version = "1.0.18"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
2021-05-11 19:02:52 +03:00
[[package]]
name = "serde"
version = "1.0.164"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
2021-05-11 19:02:52 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
version = "0.11.10"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3c5113243e4a3a1c96587342d067f3e6b0f50790b6cf40d2868eb647a3eef0e"
2021-05-11 19:02:52 +03:00
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
version = "1.0.164"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
2021-05-11 19:02:52 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.32",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "serde_json"
version = "1.0.99"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
2021-05-11 19:02:52 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
dependencies = [
"serde",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "serde_with"
version = "1.14.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
2022-02-24 16:37:58 +03:00
dependencies = [
"serde",
"serde_with_macros 1.5.2",
]
[[package]]
name = "serde_with"
2023-06-19 20:30:24 +03:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
dependencies = [
"base64",
"chrono",
"hex",
"indexmap 1.9.3",
"serde",
"serde_json",
2023-06-19 20:30:24 +03:00
"serde_with_macros 2.3.3",
"time",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "serde_with_macros"
version = "1.5.2"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
2022-02-24 16:37:58 +03:00
dependencies = [
"darling 0.13.4",
2022-02-24 16:37:58 +03:00
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "serde_with_macros"
2023-06-19 20:30:24 +03:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
dependencies = [
"darling 0.20.3",
"proc-macro2",
"quote",
"syn 2.0.32",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "sha2"
version = "0.10.6"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
"cpufeatures",
2023-06-19 20:30:24 +03:00
"digest 0.10.7",
]
[[package]]
name = "shellexpand"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
dependencies = [
"dirs",
2022-02-24 16:37:58 +03:00
]
[[package]]
name = "signature"
version = "1.6.4"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2022-02-24 16:37:58 +03:00
[[package]]
name = "slab"
version = "0.4.9"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2022-02-24 16:37:58 +03:00
2023-06-19 20:30:24 +03:00
[[package]]
name = "slice-group-by"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
2021-05-11 19:02:52 +03:00
[[package]]
name = "smallvec"
version = "1.11.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2023-06-19 20:30:24 +03:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2021-05-11 19:02:52 +03:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
2023-06-19 20:30:24 +03:00
version = "2.5.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "syn"
version = "2.0.32"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2"
2021-05-11 19:02:52 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2022-02-24 16:37:58 +03:00
"unicode-xid",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "system-interface"
version = "0.25.9"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10081a99cbecbc363d381b9503563785f0b02735fccbb0d4c1a2cb3d39f7e7fe"
2023-06-19 20:30:24 +03:00
dependencies = [
"bitflags 2.4.0",
2023-06-19 20:30:24 +03:00
"cap-fs-ext",
"cap-std",
"fd-lock",
"io-lifetimes 2.0.2",
"rustix 0.38.13",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
"winx 0.36.2",
2023-06-19 20:30:24 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "target-lexicon"
version = "0.12.11"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "tempfile"
version = "3.8.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
"fastrand",
2023-06-19 20:30:24 +03:00
"redox_syscall 0.3.5",
"rustix 0.38.13",
2023-06-19 20:30:24 +03:00
"windows-sys 0.48.0",
]
[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
2022-02-24 16:37:58 +03:00
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "thiserror"
2023-06-19 20:30:24 +03:00
version = "1.0.40"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2021-05-11 19:02:52 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-06-19 20:30:24 +03:00
version = "1.0.40"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2021-05-11 19:02:52 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.32",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "time"
version = "0.3.26"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a79d09ac6b08c1ab3906a2f7cc2e81a0e27c7ae89c63812df75e52bef0751e07"
dependencies = [
"deranged",
"itoa",
"serde",
2023-06-19 20:30:24 +03:00
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
version = "0.2.12"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75c65469ed6b3a4809d987a41eb1dc918e9bc1d92211cbad7ae82931846f7451"
2023-06-19 20:30:24 +03:00
dependencies = [
"time-core",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-02-24 16:37:58 +03:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-06-19 20:30:24 +03:00
version = "0.1.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-02-24 16:37:58 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
name = "toml"
2023-06-19 20:30:24 +03:00
version = "0.5.11"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2021-05-11 19:02:52 +03:00
dependencies = [
"serde",
]
[[package]]
name = "toml"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.0.0",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "tracing"
version = "0.1.37"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "tracing-attributes"
version = "0.1.26"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"proc-macro2",
"quote",
"syn 2.0.32",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "tracing-core"
version = "0.1.31"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"once_cell",
2021-05-11 19:02:52 +03:00
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-02-24 16:37:58 +03:00
[[package]]
name = "unicode-bidi"
2023-06-19 20:30:24 +03:00
version = "0.3.13"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
[[package]]
name = "unicode-ident"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
2022-02-24 16:37:58 +03:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-02-24 16:37:58 +03:00
dependencies = [
"tinyvec",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "unicode-segmentation"
2023-06-19 20:30:24 +03:00
version = "1.10.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2021-05-11 19:02:52 +03:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2021-05-11 19:02:52 +03:00
2022-02-24 16:37:58 +03:00
[[package]]
name = "unsigned-varint"
version = "0.7.2"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
2022-02-24 16:37:58 +03: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.1"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2022-02-24 16:37:58 +03:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "uuid"
version = "1.4.1"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"getrandom 0.2.10",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "variant_count"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124"
dependencies = [
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "vcpkg"
2021-07-13 19:24:26 +03:00
version = "0.2.15"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-13 19:24:26 +03:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2021-05-11 19:02:52 +03:00
[[package]]
name = "version_check"
2022-02-05 10:14:27 +03:00
version = "0.9.4"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-05 10:14:27 +03:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-05-11 19:02:52 +03:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "walrus"
version = "0.19.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8"
2021-05-11 19:02:52 +03:00
dependencies = [
"anyhow",
"id-arena",
"leb128",
"log",
"walrus-macro",
2023-06-19 20:30:24 +03:00
"wasmparser 0.77.1",
2021-05-11 19:02:52 +03:00
]
[[package]]
name = "walrus"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc27d837c587f863d99515dc8cae7cef1098bd1d99fa29373e3660c12766265e"
dependencies = [
"anyhow",
"gimli",
"id-arena",
"leb128",
"log",
"walrus-macro",
"wasm-encoder 0.29.0",
"wasmparser 0.80.2",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "walrus-macro"
version = "0.19.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
2021-05-11 19:02:52 +03:00
dependencies = [
"heck 0.3.3",
2021-05-11 19:02:52 +03:00
"proc-macro2",
"quote",
2023-06-19 20:30:24 +03:00
"syn 1.0.109",
2021-05-11 19:02:52 +03: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.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-06-19 20:30:24 +03:00
[[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 1.0.11",
2023-06-19 20:30:24 +03:00
"is-terminal",
"once_cell",
"rustix 0.36.15",
2023-06-19 20:30:24 +03:00
"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 1.3.2",
2023-06-19 20:30:24 +03:00
"cap-rand",
"cap-std",
"io-extras",
"rustix 0.36.15",
2023-06-19 20:30:24 +03:00
"thiserror",
"tracing",
"wasmtime",
"wiggle",
"windows-sys 0.42.0",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "wasm-bindgen"
2023-06-19 20:30:24 +03:00
version = "0.2.87"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2022-02-24 16:37:58 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
2022-02-24 16:37:58 +03:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-19 20:30:24 +03:00
version = "0.2.87"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2022-02-24 16:37:58 +03:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2022-02-24 16:37:58 +03:00
"proc-macro2",
"quote",
"syn 2.0.32",
2022-02-24 16:37:58 +03:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-06-19 20:30:24 +03:00
version = "0.2.87"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2022-02-24 16:37:58 +03:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-19 20:30:24 +03:00
version = "0.2.87"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2022-02-24 16:37:58 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.32",
2022-02-24 16:37:58 +03:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-19 20:30:24 +03:00
version = "0.2.87"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2022-02-24 16:37:58 +03:00
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasm-encoder"
version = "0.29.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"leb128",
]
[[package]]
name = "wasm-encoder"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba64e81215916eaeb48fee292f29401d69235d62d8b8fd92a7b2844ec5ae5f7"
dependencies = [
"leb128",
]
2023-06-19 20:30:24 +03:00
[[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.80.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"
2023-06-19 20:30:24 +03:00
[[package]]
name = "wasmparser"
version = "0.100.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"
dependencies = [
"indexmap 1.9.3",
2023-06-19 20:30:24 +03:00
"url",
]
[[package]]
name = "wasmparser"
version = "0.101.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf2f22ef84ac5666544afa52f326f13e16f3d019d2e61e704fd8091c9358b130"
dependencies = [
"indexmap 1.9.3",
2023-06-19 20:30:24 +03:00
"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 1.9.3",
2021-05-11 19:02:52 +03:00
"libc",
2023-06-19 20:30:24 +03:00
"log",
"object",
"once_cell",
"paste",
"psm",
2021-05-11 19:02:52 +03:00
"rayon",
"serde",
"target-lexicon",
2023-06-19 20:30:24 +03:00
"wasmparser 0.100.0",
"wasmtime-cache",
"wasmtime-cranelift",
"wasmtime-environ",
"wasmtime-jit",
"wasmtime-runtime",
"wat",
"windows-sys 0.42.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-asm-macros"
version = "6.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"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",
2021-05-11 19:02:52 +03:00
"log",
"rustix 0.36.15",
2023-06-19 20:30:24 +03:00
"serde",
"sha2 0.10.6",
"toml 0.5.11",
"windows-sys 0.42.0",
"zstd",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-cranelift"
version = "6.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"anyhow",
2021-05-11 19:02:52 +03:00
"cranelift-codegen",
"cranelift-entity",
2023-06-19 20:30:24 +03:00
"cranelift-frontend",
"cranelift-native",
"cranelift-wasm",
"gimli",
2021-05-11 19:02:52 +03:00
"log",
2023-06-19 20:30:24 +03:00
"object",
"target-lexicon",
2021-05-11 19:02:52 +03:00
"thiserror",
2023-06-19 20:30:24 +03:00
"wasmparser 0.100.0",
"wasmtime-environ",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-environ"
version = "6.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"anyhow",
"cranelift-entity",
"gimli",
"indexmap 1.9.3",
2021-05-11 19:02:52 +03:00
"log",
2023-06-19 20:30:24 +03:00
"object",
2021-05-11 19:02:52 +03:00
"serde",
2023-06-19 20:30:24 +03:00
"target-lexicon",
2021-05-11 19:02:52 +03:00
"thiserror",
2023-06-19 20:30:24 +03:00
"wasmparser 0.100.0",
"wasmtime-types",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-jit"
version = "6.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"addr2line",
"anyhow",
2021-05-11 19:02:52 +03:00
"bincode",
2023-06-19 20:30:24 +03:00
"cfg-if",
"cpp_demangle",
"gimli",
"ittapi",
"log",
"object",
"rustc-demangle",
2021-05-11 19:02:52 +03:00
"serde",
"target-lexicon",
2023-06-19 20:30:24 +03:00
"wasmtime-environ",
"wasmtime-jit-debug",
"wasmtime-jit-icache-coherence",
"wasmtime-runtime",
"windows-sys 0.42.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-jit-debug"
version = "6.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"object",
"once_cell",
"rustix 0.36.15",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-jit-icache-coherence"
version = "6.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"cfg-if",
"libc",
"windows-sys 0.42.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-runtime"
version = "6.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"anyhow",
"cc",
"cfg-if",
"indexmap 1.9.3",
2021-05-11 19:02:52 +03:00
"libc",
"log",
2023-06-19 20:30:24 +03:00
"mach",
"memfd",
"memoffset 0.6.5",
"paste",
"rand 0.8.5",
"rustix 0.36.15",
2023-06-19 20:30:24 +03:00
"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",
2021-05-11 19:02:52 +03:00
"serde",
"thiserror",
2023-06-19 20:30:24 +03:00
"wasmparser 0.100.0",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wasmtime-wasi"
version = "6.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "01fe90b8643ef9742e2d9e1c76186b53e0d3c3e81aef1ead89c7a538d48947c9"
2021-05-11 19:02:52 +03:00
dependencies = [
2023-06-19 20:30:24 +03:00
"anyhow",
"wasi-cap-std-sync",
"wasi-common",
"wasmtime",
"wiggle",
2021-05-11 19:02:52 +03:00
]
[[package]]
2023-06-19 20:30:24 +03:00
name = "wast"
version = "8.0.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
dependencies = [
"leb128",
]
2021-05-11 19:02:52 +03:00
[[package]]
2023-06-19 20:30:24 +03:00
name = "wast"
version = "35.0.2"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
dependencies = [
"leb128",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "wast"
version = "64.0.0"
2021-05-11 19:02:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a259b226fd6910225aa7baeba82f9d9933b6d00f2ce1b49b80fa4214328237cc"
2021-05-11 19:02:52 +03:00
dependencies = [
"leb128",
2023-06-19 20:30:24 +03:00
"memchr",
"unicode-width",
"wasm-encoder 0.32.0",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "wat"
version = "1.0.71"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53253d920ab413fca1c7dc2161d601c79b4fdf631d0ba51dd4343bf9b556c3f6"
2023-06-19 20:30:24 +03:00
dependencies = [
"wast 64.0.0",
2021-05-11 19:02:52 +03:00
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "web-sys"
2023-06-19 20:30:24 +03:00
version = "0.3.64"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2022-02-24 16:37:58 +03:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "which"
version = "4.4.2"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2022-02-24 16:37:58 +03:00
dependencies = [
"either",
"home",
"once_cell",
"rustix 0.38.13",
2022-02-24 16:37:58 +03:00
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "wiggle"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dd02c6a8098bc5fce898313df9ed13e3a98afcdb579a393070ee013505ca7ac"
dependencies = [
"anyhow",
"async-trait",
"bitflags 1.3.2",
2023-06-19 20:30:24 +03:00
"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-05-11 19:02:52 +03: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-06-19 20:30:24 +03:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2021-05-11 19:02:52 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-02-24 16:37:58 +03:00
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.5",
2023-06-19 20:30:24 +03:00
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm 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"
2023-06-19 20:30:24 +03:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
2023-06-19 20:30:24 +03:00
]
[[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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_aarch64_msvc"
2023-06-19 20:30:24 +03:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_msvc"
2023-06-19 20:30:24 +03:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-06-19 20:30:24 +03:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-06-19 20:30:24 +03: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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_msvc"
2023-06-19 20:30:24 +03:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2023-06-19 20:30:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "winnow"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
dependencies = [
"memchr",
]
2023-06-19 20:30:24 +03:00
[[package]]
name = "winx"
version = "0.35.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c52a121f0fbf9320d5f2a9a5d82f6cb7557eda5e8b47fc3e7f359ec866ae960"
dependencies = [
"bitflags 1.3.2",
"io-lifetimes 1.0.11",
"windows-sys 0.48.0",
]
[[package]]
name = "winx"
version = "0.36.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357bb8e2932df531f83b052264b050b81ba0df90ee5a59b2d1d3949f344f81e5"
dependencies = [
"bitflags 2.4.0",
2023-06-19 20:30:24 +03:00
"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",
]
2022-02-24 16:37:58 +03:00
[[package]]
name = "zeroize"
version = "1.3.0"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
2022-02-24 16:37:58 +03:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2023-06-19 20:30:24 +03:00
version = "1.4.2"
2022-02-24 16:37:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 20:30:24 +03:00
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2022-02-24 16:37:58 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.32",
2023-06-19 20:30:24 +03: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",
2022-02-24 16:37:58 +03:00
]