2021-05-11 19:02:52 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[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 = [
|
2022-06-21 13:12:29 +04:00
|
|
|
"getrandom 0.2.7",
|
2021-05-11 19:02:52 +03:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-24 16:37:58 +03:00
|
|
|
name = "aho-corasick"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.7.19"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-02-24 16:37:58 +03:00
|
|
|
"memchr",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
2022-09-20 19:06:21 +04:00
|
|
|
[[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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.0.65"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
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"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1_der_derive"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.13.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 = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
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"
|
2021-09-29 18:05:45 +03:00
|
|
|
version = "1.3.2"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 18:05:45 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2021-05-26 23:58:46 +03:00
|
|
|
version = "0.3.8"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-26 23:58:46 +03:00
|
|
|
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"constant_time_eq",
|
2022-02-24 16:37:58 +03:00
|
|
|
"crypto-mac 0.8.0",
|
2021-05-11 19:02:52 +03:00
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
|
|
|
"generic-array 0.12.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"generic-array 0.14.6",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.10.3"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"generic-array 0.14.6",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "3.11.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.2.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
2022-04-13 04:58:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-02-24 16:37:58 +03:00
|
|
|
version = "1.0.73"
|
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 = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.4.22"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2021-05-11 19:02:52 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-09-20 19:06:21 +04:00
|
|
|
"serde",
|
|
|
|
"time 0.1.44",
|
|
|
|
"wasm-bindgen",
|
2021-05-11 19:02:52 +03:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2022-09-20 19:06:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2022-04-13 04:58:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "core2"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.2.5"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45a9c21f8042b9857bda93f6c1910b9f9f24100187a3d3d52f214a34e3dc5818"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7853f77a6e4a33c67a69c40f5e1bb982bd2dc5c4a22e17e67b65bbccf9b33b2e"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
"gimli",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "084cd6d5fb0d1da28acd72c199471bfb09acc703ec8f3bf07b1699584272a3b9"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "701b599783305a58c25027a4d73f2d6b599b2d8ef3f26677275f480b4d51e05d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b88e792b28e1ebbc0187b72ba5ba880dad083abe9231a99d19604d10c9e73f38"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32daf082da21c0c05d93394ff4842c2ab7c4991b1f3186a1d952f8ac660edd0b"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"raw-cpuid",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.5.6"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.8.2"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-10-08 00:31:42 +04:00
|
|
|
version = "0.9.11"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 00:31:42 +04:00
|
|
|
checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-03-28 10:35:54 +04:00
|
|
|
"autocfg",
|
2021-05-11 19:02:52 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-10-08 00:31:42 +04:00
|
|
|
version = "0.8.12"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 00:31:42 +04:00
|
|
|
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.1.6"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"generic-array 0.14.6",
|
2022-02-24 16:37:58 +03:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.12.4",
|
|
|
|
"subtle 1.0.0",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"generic-array 0.14.6",
|
2022-02-24 16:37:58 +03:00
|
|
|
"subtle 2.4.1",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.1.23"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2022-03-28 10:35:54 +04:00
|
|
|
version = "3.2.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 10:35:54 +04:00
|
|
|
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"subtle 2.4.1",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.13.4"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"darling_core 0.13.4",
|
|
|
|
"darling_macro 0.13.4",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.14.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"darling_core 0.14.1",
|
|
|
|
"darling_macro 0.14.1",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.13.4"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.14.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.13.4"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"darling_core 0.13.4",
|
2022-02-24 16:37:58 +03:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.14.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"darling_core 0.14.1",
|
2021-05-11 19:02:52 +03:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.12.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"generic-array 0.14.6",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.10.5"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"block-buffer 0.10.3",
|
2022-02-24 16:37:58 +03:00
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "1.5.2"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.8.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.23"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "54558e0ba96fbe24280072642eceb9d7d442e32c7ec0ea9e7ecd7b4ea2cf4e11"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2021-11-24 17:57:38 +03:00
|
|
|
version = "0.2.8"
|
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 = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
2021-09-29 18:05:45 +03:00
|
|
|
version = "0.1.2"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 18:05:45 +03:00
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2021-09-29 18:05:45 +03:00
|
|
|
"cc",
|
2021-05-11 19:02:52 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
2022-04-11 16:24:51 +04:00
|
|
|
version = "0.6.8"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 16:24:51 +04:00
|
|
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.8.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.4.2"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-app-service"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.22.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "7a4c8f3b177149f19682f5c1498e61bdb914f79529d3301d971027cd2470617c"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"maplit",
|
2022-04-13 04:58:18 -05:00
|
|
|
"marine-min-it-version",
|
2021-05-11 19:02:52 +03:00
|
|
|
"marine-runtime",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-it-types"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.2"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "f4e11b54c84babd376e0844d4973fdf7313799c4b9531757015ea6736ef14b70"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"it-to-bytes",
|
|
|
|
"nom",
|
|
|
|
"serde",
|
2021-09-29 18:05:45 +03:00
|
|
|
"variant_count",
|
2021-05-11 19:02:52 +03:00
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-keypair"
|
2022-04-13 04:58:18 -05:00
|
|
|
version = "0.7.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 04:58:18 -05:00
|
|
|
checksum = "6134f7c803ec9087b85e285eb5dea18e9644586aadfb38a3afabb9820cb20443"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"asn1_der 0.6.3",
|
|
|
|
"bs58 0.3.1",
|
|
|
|
"ed25519",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"eyre",
|
|
|
|
"lazy_static",
|
2022-06-28 18:00:25 +03:00
|
|
|
"libp2p-core",
|
2022-02-24 16:37:58 +03:00
|
|
|
"libsecp256k1 0.3.5",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_json",
|
2022-09-20 19:06:21 +04:00
|
|
|
"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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.1.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.24"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.24"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.24"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.24"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.24"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.24"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.24"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.24"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.24"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"
|
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]]
|
|
|
|
name = "generational-arena"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.14.6"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
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 = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.2.7"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-06-21 13:12:29 +04:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.1.6"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "eb19fe8de3ea0920d282f7b77dd4227aea6b8b999b42cdf0ca41b2472b14443a"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-01-18 16:41:35 +07:00
|
|
|
version = "0.12.3"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 16:41:35 +07:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2023-01-18 16:41:35 +07:00
|
|
|
version = "0.8.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 16:41:35 +07:00
|
|
|
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2023-01-18 16:41:35 +07:00
|
|
|
"hashbrown",
|
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 = "hermit-abi"
|
2021-07-13 19:24:26 +03:00
|
|
|
version = "0.1.19"
|
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 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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.7.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 = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac 0.7.0",
|
|
|
|
"digest 0.8.1",
|
|
|
|
]
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[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 0.8.0",
|
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac-drbg"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.8.1",
|
|
|
|
"generic-array 0.12.4",
|
|
|
|
"hmac 0.7.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2022-09-20 19:06:21 +04:00
|
|
|
"generic-array 0.14.6",
|
2022-02-24 16:37:58 +03:00
|
|
|
"hmac 0.8.1",
|
|
|
|
]
|
|
|
|
|
2022-09-20 19:06:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2022-10-08 00:31:42 +04:00
|
|
|
version = "0.1.50"
|
2022-09-20 19:06:21 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 00:31:42 +04:00
|
|
|
checksum = "fd911b35d940d2bd0bea0f9100068e5b97b51a1cbe13d13382f132e0365257a0"
|
2022-09-20 19:06:21 +04:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
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"
|
2022-06-28 18:00:25 +03:00
|
|
|
version = "1.9.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-28 18:00:25 +03:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-01-18 16:41:35 +07:00
|
|
|
"hashbrown",
|
2021-05-11 19:02:52 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.2.3"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "84344c6e0b90a9e2b6f3f9abe5cc74402684e348df7b32adca28747e0cef091a"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"ghost",
|
|
|
|
]
|
|
|
|
|
2022-04-13 04:58:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "it-json-serde"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.4"
|
2022-04-13 04:58:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "3d7bc35c4e8bc44e236bc459a88a24a74326eedff6b073a435eb5537849bfd25"
|
2022-04-13 04:58:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.4.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "59726dde6ea2df9ad15bb67341103879cb94f26642ee0e40bf9a426f8e69bec8"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"fluence-it-types",
|
2022-04-13 04:58:18 -05:00
|
|
|
"it-memory-traits",
|
2021-05-11 19:02:52 +03:00
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-04-13 04:58:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "it-memory-traits"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.1"
|
2022-04-13 04:58:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "40e8f26dd64f9c94c7e9c39b2be7bac4e3c946ca31bb5db4a13298199a4d56a2"
|
2022-04-13 04:58:18 -05:00
|
|
|
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"
|
2022-09-20 22:49:17 +04:00
|
|
|
version = "0.10.5"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 22:49:17 +04:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-10-08 00:31:42 +04:00
|
|
|
version = "1.0.4"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 00:31:42 +04:00
|
|
|
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.60"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
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 = "lexical-core"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-10-08 00:31:42 +04:00
|
|
|
version = "0.2.134"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 00:31:42 +04:00
|
|
|
checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libp2p-core"
|
2022-04-13 04:58:18 -05:00
|
|
|
version = "0.32.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 04:58:18 -05:00
|
|
|
checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"asn1_der 0.7.5",
|
|
|
|
"bs58 0.4.0",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"either",
|
|
|
|
"fnv",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"instant",
|
|
|
|
"lazy_static",
|
2022-09-20 19:06:21 +04:00
|
|
|
"libsecp256k1 0.7.1",
|
2022-02-24 16:37:58 +03:00
|
|
|
"log",
|
|
|
|
"multiaddr",
|
|
|
|
"multihash",
|
|
|
|
"multistream-select",
|
2022-06-21 13:12:29 +04:00
|
|
|
"parking_lot 0.12.1",
|
2022-09-20 19:06:21 +04:00
|
|
|
"pin-project 1.0.12",
|
2022-06-28 18:00:25 +03:00
|
|
|
"prost",
|
|
|
|
"prost-build",
|
2022-02-24 16:37:58 +03:00
|
|
|
"rand 0.8.5",
|
|
|
|
"ring",
|
2022-06-28 18:00:25 +03:00
|
|
|
"rw-stream-sink",
|
2022-09-20 19:06:21 +04:00
|
|
|
"sha2 0.10.6",
|
2022-02-24 16:37:58 +03:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unsigned-varint",
|
|
|
|
"void",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"crunchy",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"hmac-drbg 0.2.0",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"sha2 0.8.2",
|
|
|
|
"subtle 2.4.1",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.7.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"base64",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"hmac-drbg 0.3.0",
|
|
|
|
"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 2.4.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-01-18 16:41:35 +07:00
|
|
|
version = "0.25.2"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 16:41:35 +07:00
|
|
|
checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-09-20 22:49:17 +04:00
|
|
|
version = "0.4.9"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 22:49:17 +04:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-04-01 20:50:15 +04:00
|
|
|
"autocfg",
|
2022-02-24 16:37:58 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.4.17"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.8.1"
|
2021-11-24 17:57:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "38e5fabc40871ff0c5ccea18ea0e36de848b0e97b582df4eb34d5de565f88aa2"
|
2021-11-24 17:57:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"marine-test-macro-impl",
|
|
|
|
]
|
|
|
|
|
2022-06-17 18:05:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "marine-core"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.18.0"
|
2022-06-17 18:05:38 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "b68e6db433b04a70ebfa7d4f65797863d45d3af0bbbb2865e39ab3de92803c2a"
|
2022-06-17 18:05:38 -05:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"boolinator",
|
|
|
|
"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",
|
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
2022-09-20 19:06:21 +04:00
|
|
|
"parity-wasm 0.45.0",
|
2022-06-17 18:05:38 -05:00
|
|
|
"paste",
|
|
|
|
"pwasm-utils",
|
2022-09-20 19:06:21 +04:00
|
|
|
"semver 1.0.14",
|
2022-06-17 18:05:38 -05:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-generator"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.9.4"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "6f2cbca852ae9b00f95e48afcf9135ea3cc54b7364dff7adaf5dc57e4dab6668"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"it-lilo",
|
2021-11-24 17:57:38 +03:00
|
|
|
"marine-it-parser",
|
2021-06-08 14:29:15 +03:00
|
|
|
"marine-macro-impl",
|
2021-05-11 19:02:52 +03:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2021-06-08 14:29:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.7.3"
|
2021-06-08 14:29:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "e57037e5bf10449d7603ea7ff1012aae3a6f77e266e4a1cc1decabeb5e0f9924"
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.11.0"
|
2021-06-08 14:29:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "7e52c1e59b84546be07004851c242a5644487211b62c242c69ceff57f9112aa0"
|
2021-06-08 14:29:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-20 19:06:21 +04:00
|
|
|
"itertools",
|
2021-11-24 17:57:38 +03:00
|
|
|
"marine-it-interfaces",
|
2021-06-08 14:29:15 +03:00
|
|
|
"marine-module-interface",
|
2021-05-11 19:02:52 +03:00
|
|
|
"nom",
|
2022-09-20 19:06:21 +04:00
|
|
|
"semver 1.0.14",
|
2021-05-11 19:02:52 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.7.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "5e03da22f641984aad5229f780d190502196d1c0bf908d3d17f5d6bcba73e525"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl",
|
2022-02-05 10:14:27 +03:00
|
|
|
"marine-rs-sdk-main",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.7.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "ca474b63cabaf8d7d9b38de87d630023cbc91ddc77e92f9c7bb745462a131b44"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-13 04:58:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "marine-min-it-version"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.2.0"
|
2022-04-13 04:58:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "af8d201133f1ca6af9d9bc68a2fe03e16e7c5672456e1aa2c7785976f544265d"
|
2022-04-13 04:58:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2022-09-20 19:06:21 +04:00
|
|
|
"semver 1.0.14",
|
2022-04-13 04:58:18 -05:00
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.5.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "923184474998c2deadf603f95cd1d3a215f98428c90c0daff4ba98aa2de888f8"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2021-07-28 13:53:38 +03:00
|
|
|
"marine-rs-sdk-main",
|
2022-09-20 19:06:21 +04:00
|
|
|
"semver 1.0.14",
|
2021-05-11 19:02:52 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
2021-06-08 14:29:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-interface"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.6.0"
|
2021-06-08 14:29:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "37ee2b9e4ac777a57359380fca1b1b5f71ff7ffa83a3b2a4aefd56fae4854296"
|
2021-06-08 14:29:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-20 19:06:21 +04:00
|
|
|
"itertools",
|
2021-11-24 17:57:38 +03:00
|
|
|
"marine-it-interfaces",
|
2021-06-08 14:29:15 +03:00
|
|
|
"nom",
|
2022-09-20 19:06:21 +04:00
|
|
|
"semver 1.0.14",
|
2021-06-08 14:29:15 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2021-06-17 19:26:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.7.1"
|
2021-06-17 19:26:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "1cfeeb7b8cd98e32276fabfe6ab095a6aae793f3f080e7eb1c3d36b1b762397c"
|
2021-06-17 19:26:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"marine-macro",
|
|
|
|
"marine-rs-sdk-main",
|
|
|
|
"marine-timestamp-macro",
|
2022-02-05 10:14:27 +03:00
|
|
|
"polyplets",
|
2021-06-17 19:26:55 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.7.1"
|
2021-06-17 19:26:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "c43e6eac611bc5b96e80a3f3e2621eeded69fb56389aa83b6ea76ec0f243ef23"
|
2021-06-17 19:26:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-test"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.8.1"
|
2021-06-17 19:26:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "f83cec3d030da1e06b72d241f76e7ff0b701aafe942ddf4ea8a9e053352d9935"
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.23.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "ec3d1b0f4d5f946a1eba7d2f295a2f61836116aa30dd0be60d73b950d93b799e"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-04-13 04:58:18 -05:00
|
|
|
"bytesize",
|
2022-06-17 18:05:38 -05:00
|
|
|
"it-json-serde",
|
2022-09-20 19:06:21 +04:00
|
|
|
"itertools",
|
2021-05-11 19:02:52 +03:00
|
|
|
"log",
|
2022-06-17 18:05:38 -05:00
|
|
|
"marine-core",
|
2021-06-08 14:29:15 +03:00
|
|
|
"marine-module-interface",
|
2022-06-17 18:05:38 -05:00
|
|
|
"marine-rs-sdk",
|
|
|
|
"marine-rs-sdk-main",
|
2021-05-11 19:02:52 +03:00
|
|
|
"marine-utils",
|
2022-06-17 18:05:38 -05:00
|
|
|
"safe-transmute",
|
2021-05-11 19:02:52 +03:00
|
|
|
"serde",
|
2022-06-17 18:05:38 -05:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2022-09-20 19:06:21 +04:00
|
|
|
"serde_with 2.0.1",
|
2021-05-11 19:02:52 +03:00
|
|
|
"thiserror",
|
2022-06-17 18:05:38 -05:00
|
|
|
"toml",
|
2021-05-11 19:02:52 +03:00
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-sqlite-connector"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.6.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "446079866e6acd00fd5fbaab2edb62ee518144b071ea0a3eaf735c8c225021fc"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2021-06-17 19:26:55 +03:00
|
|
|
"marine-rs-sdk",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.8.1"
|
2021-05-17 15:27:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "61f9eeff88f59b3eb22a0c8e5adfad132a002d6e004d95b23cc77674f15782c3"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"marine-test-macro-impl",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro-impl"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.8.1"
|
2021-05-17 15:27:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "50aa0bc3097682e7a8c90bd19b7d7dac13392b910865008fe27848de62ade756"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"darling 0.14.1",
|
2021-05-11 19:02:52 +03:00
|
|
|
"fluence-app-service",
|
2022-09-20 19:06:21 +04:00
|
|
|
"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",
|
2021-05-11 19:02:52 +03:00
|
|
|
"syn",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.7.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "7ea4557a757e9f4d04a0b6afb047431a246963268a4cab56c62cb5355457cb2f"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
2022-04-13 04:58:18 -05:00
|
|
|
version = "0.4.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 04:58:18 -05:00
|
|
|
checksum = "1cff7a23a7f3925a712c34dfb9cd87994012d7743f016fd1533e12ab5a8335ca"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "2.5.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "multiaddr"
|
2022-04-13 04:58:18 -05:00
|
|
|
version = "0.14.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 04:58:18 -05:00
|
|
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.16.3"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-04-13 04:58:18 -05:00
|
|
|
"core2",
|
2022-09-20 19:06:21 +04:00
|
|
|
"digest 0.10.5",
|
2022-02-24 16:37:58 +03:00
|
|
|
"multihash-derive",
|
2022-09-20 19:06:21 +04:00
|
|
|
"sha2 0.10.6",
|
2022-02-24 16:37:58 +03:00
|
|
|
"unsigned-varint",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash-derive"
|
2022-04-13 04:58:18 -05:00
|
|
|
version = "0.8.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 04:58:18 -05:00
|
|
|
checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"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",
|
2022-09-20 19:06:21 +04:00
|
|
|
"pin-project 1.0.12",
|
2022-02-24 16:37:58 +03:00
|
|
|
"smallvec",
|
|
|
|
"unsigned-varint",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.1.45"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.2.15"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-02-05 10:14:27 +03:00
|
|
|
version = "1.13.1"
|
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 = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-09-20 19:06:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-09-23 22:58:12 +04:00
|
|
|
version = "1.15.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-23 22:58:12 +04:00
|
|
|
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "page_size"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-wasm"
|
2022-04-13 04:58:18 -05:00
|
|
|
version = "0.42.2"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-13 04:58:18 -05:00
|
|
|
checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
2022-09-20 19:06:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "parity-wasm"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
|
|
|
dependencies = [
|
2022-02-24 16:37:58 +03:00
|
|
|
"lock_api 0.3.4",
|
|
|
|
"parking_lot_core 0.7.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.12.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-09-20 22:49:17 +04:00
|
|
|
"lock_api 0.4.9",
|
2022-06-21 13:12:29 +04:00
|
|
|
"parking_lot_core 0.9.3",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
2022-02-24 16:37:58 +03:00
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.9.3"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-09-20 19:06:21 +04:00
|
|
|
"redox_syscall 0.2.16",
|
2021-05-11 19:02:52 +03:00
|
|
|
"smallvec",
|
2022-04-13 04:58:18 -05:00
|
|
|
"windows-sys",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.0.9"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "2.2.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.6.2"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.4.30"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"pin-project-internal 0.4.30",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.0.12"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"pin-project-internal 1.0.12",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.4.30"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.0.12"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.2.9"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
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"
|
2022-04-01 20:50:15 +04:00
|
|
|
version = "0.3.25"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-01 20:50:15 +04:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2022-02-05 10:14:27 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polyplets"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.2"
|
2022-02-05 10:14:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "6c051f220264e391afae06b6dceda199d523ee1dc7ae8e8cba4119a378dd411f"
|
2022-02-05 10:14:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"marine-macro",
|
|
|
|
"marine-rs-sdk-main",
|
|
|
|
"serde",
|
|
|
|
]
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-24 16:37:58 +03:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.2.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"once_cell",
|
2022-02-24 16:37:58 +03:00
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"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"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-10-08 00:31:42 +04:00
|
|
|
version = "1.0.46"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 00:31:42 +04:00
|
|
|
checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-06-21 13:12:29 +04:00
|
|
|
"unicode-ident",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-06-28 18:00:25 +03:00
|
|
|
"prost-derive",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-06-28 18:00:25 +03:00
|
|
|
"heck",
|
2022-09-20 19:06:21 +04:00
|
|
|
"itertools",
|
2022-02-24 16:37:58 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
2022-06-28 18:00:25 +03:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2022-02-24 16:37:58 +03:00
|
|
|
"regex",
|
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-20 19:06:21 +04:00
|
|
|
"itertools",
|
2022-02-24 16:37:58 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-06-28 18:00:25 +03:00
|
|
|
"prost",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pwasm-utils"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.19.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "2ecdabd73c8beaf98c66e45aff3032b56260ee49eb5d0d1222ecce269bfafda7"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"log",
|
2022-09-20 19:06:21 +04:00
|
|
|
"parity-wasm 0.42.2",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.0.21"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
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",
|
2022-09-20 19:06:21 +04:00
|
|
|
"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",
|
2022-09-20 19:06:21 +04:00
|
|
|
"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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.6.4"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-06-21 13:12:29 +04:00
|
|
|
"getrandom 0.2.7",
|
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 = "raw-cpuid"
|
|
|
|
version = "7.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "beb71f708fe39b2c5e98076204c3cc094ee5a4c12c4cdb119a2b72dc34164f41"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "1.5.3"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "1.9.3"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.2.16"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.6.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.6.27"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "registry"
|
2022-06-28 18:00:25 +03:00
|
|
|
version = "0.2.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"boolinator",
|
2022-04-13 04:58:18 -05:00
|
|
|
"bs58 0.4.0",
|
2022-02-24 16:37:58 +03:00
|
|
|
"fluence-keypair",
|
|
|
|
"fstrings",
|
2022-06-28 18:00:25 +03:00
|
|
|
"libp2p-core",
|
2022-02-24 16:37:58 +03:00
|
|
|
"marine-rs-sdk",
|
|
|
|
"marine-rs-sdk-test",
|
|
|
|
"marine-sqlite-connector",
|
|
|
|
"rusqlite",
|
|
|
|
"serde",
|
2022-09-20 19:06:21 +04:00
|
|
|
"sha2 0.10.6",
|
2022-02-24 16:37:58 +03:00
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-01-18 16:41:35 +07:00
|
|
|
version = "0.28.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 16:41:35 +07:00
|
|
|
checksum = "01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rw-stream-sink"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
2022-09-20 19:06:21 +04:00
|
|
|
"pin-project 0.4.30",
|
2022-02-24 16:37:58 +03:00
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.0.11"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
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.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
2022-09-20 19:06:21 +04:00
|
|
|
"semver-parser",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.0.14"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-01-18 16:32:24 +07:00
|
|
|
version = "1.0.152"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 16:32:24 +07:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-bench"
|
|
|
|
version = "0.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d733da87e79faaac25616e33d26299a41143fd4cd42746cbb0e91d8feea243fd"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.11.7"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-01-18 16:32:24 +07:00
|
|
|
version = "1.0.152"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 16:32:24 +07:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.0.85"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "1.14.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2022-09-20 19:06:21 +04:00
|
|
|
"serde_with_macros 1.5.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "368f2d60d049ea019a84dcd6687b0d1e0030fe663ae105039bdf967ed5e6a9a7"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros 2.0.1",
|
2022-10-08 00:31:42 +04:00
|
|
|
"time 0.3.15",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2022-04-11 16:24:51 +04:00
|
|
|
version = "1.5.2"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-11 16:24:51 +04:00
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
2022-04-11 16:24:51 +04:00
|
|
|
"darling 0.13.4",
|
2022-02-24 16:37:58 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-09-20 19:06:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ccadfacf6cf10faad22bbadf55986bdd0856edfb5d9210aa1dcf1f516e84e93"
|
|
|
|
dependencies = [
|
|
|
|
"darling 0.14.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"fake-simd",
|
|
|
|
"opaque-debug 0.2.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.10.6"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2022-09-20 19:06:21 +04:00
|
|
|
"digest 0.10.5",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
2022-10-08 00:31:42 +04:00
|
|
|
version = "1.6.4"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 00:31:42 +04:00
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.4.7"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-02-24 16:37:58 +03:00
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-10-08 00:31:42 +04:00
|
|
|
version = "1.10.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 00:31:42 +04:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
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"
|
|
|
|
|
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"
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-07-13 19:24:26 +03:00
|
|
|
version = "2.4.1"
|
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 = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-01-18 16:32:24 +07:00
|
|
|
version = "1.0.107"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 16:32:24 +07:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-21 13:12:29 +04:00
|
|
|
"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",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"fastrand",
|
|
|
|
"libc",
|
2022-09-20 19:06:21 +04:00
|
|
|
"redox_syscall 0.2.16",
|
2022-02-24 16:37:58 +03:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-01-18 16:41:45 +07:00
|
|
|
version = "1.0.38"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 16:41:45 +07:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-01-18 16:41:45 +07:00
|
|
|
version = "1.0.38"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 16:41:45 +07:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-09-20 19:06:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-10-08 00:31:42 +04:00
|
|
|
version = "0.3.15"
|
2022-09-20 19:06:21 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 00:31:42 +04:00
|
|
|
checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c"
|
2022-09-20 19:06:21 +04:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
"num_threads",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "1.6.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-16 17:58:38 +07:00
|
|
|
version = "0.5.10"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 17:58:38 +07:00
|
|
|
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-02-05 10:14:27 +03:00
|
|
|
version = "1.15.0"
|
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 = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag"
|
2022-02-05 10:14:27 +03:00
|
|
|
version = "0.1.8"
|
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 = "4080564c5b2241b5bff53ab610082234e0c57b0417f4bd10596f183001505b8a"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"erased-serde",
|
|
|
|
"inventory",
|
2022-02-05 10:14:27 +03:00
|
|
|
"once_cell",
|
2021-05-11 19:02:52 +03:00
|
|
|
"serde",
|
|
|
|
"typetag-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag-impl"
|
2022-02-05 10:14:27 +03:00
|
|
|
version = "0.1.8"
|
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 = "e60147782cc30833c05fba3bab1d9b5771b2685a2557672ac96fa5d154099c0e"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.3.8"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.0.4"
|
2022-06-21 13:12:29 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.1.22"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.10.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.2.4"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
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.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "2.3.1"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "1.1.2"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-06-21 13:12:29 +04:00
|
|
|
"getrandom 0.2.7",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
2021-09-29 18:05:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "variant_count"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.19.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
|
|
|
"walrus-macro",
|
2022-09-20 19:06:21 +04:00
|
|
|
"wasmparser 0.77.0",
|
2021-05-11 19:02:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walrus-macro"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.19.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
2022-06-28 18:00:25 +03:00
|
|
|
"heck",
|
2021-05-11 19:02:52 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2022-06-21 13:12:29 +04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.2.83"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.2.83"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-09-20 19:06:21 +04:00
|
|
|
"once_cell",
|
2022-02-24 16:37:58 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.2.83"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.2.83"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.2.83"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2022-02-24 16:37:58 +03:00
|
|
|
|
2021-05-11 19:02:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-backend-fl"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "532fb6cef712d9cd1ec68f9fc561447df33313393926f9bdb91fc3d67eed918f"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmer-clif-fork-wasm",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-win-exception-handler",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-frontend"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c23f2824f354a00a77e4b040eef6e1d4c595a8a3e9013bad65199cc8dade9a5a"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-wasm"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a35e21d3aebc51cc6ebc0e830cf8458a9891c3482fb3c65ad18d408102929ae5"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-interface-types-fl"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.24.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "ba2a3bf176a65a5a1a136be5b9440395c2ba4493a3a07ea70cac553fe924185d"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"fluence-it-types",
|
|
|
|
"it-lilo",
|
2022-04-13 04:58:18 -05:00
|
|
|
"it-memory-traits",
|
2021-05-11 19:02:52 +03:00
|
|
|
"it-to-bytes",
|
2022-09-20 19:06:21 +04:00
|
|
|
"itertools",
|
2021-05-11 19:02:52 +03:00
|
|
|
"log",
|
|
|
|
"nom",
|
|
|
|
"safe-transmute",
|
2022-09-20 19:06:21 +04:00
|
|
|
"semver 1.0.14",
|
2021-05-11 19:02:52 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "740161245998752cf1a567e860fd6355df0336fedca6be1940ec7aaa59643220"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"page_size",
|
2022-02-24 16:37:58 +03:00
|
|
|
"parking_lot 0.10.2",
|
2021-05-11 19:02:52 +03:00
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core-fl"
|
2021-09-29 18:05:45 +03:00
|
|
|
version = "0.17.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 18:05:45 +03:00
|
|
|
checksum = "d0d5ac3e0603e5f0ffaf11cbd854eea7c3b609ab4b676f71968f2bc47f9e3c4a"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"page_size",
|
2022-02-24 16:37:58 +03:00
|
|
|
"parking_lot 0.10.2",
|
2021-05-11 19:02:52 +03:00
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-fl"
|
2021-09-29 18:05:45 +03:00
|
|
|
version = "0.17.1"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 18:05:45 +03:00
|
|
|
checksum = "5688460204d9f644d846300d041632cf34c4b4f83a955c0a67e600030376d2ee"
|
2021-05-11 19:02:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"memmap",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"wasmer-clif-backend-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi-fl"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e0f331ec6fb16590946f61b2418cd5295c4f3aa772c77eb054bea250a8fdb71"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"generational-arena",
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2022-09-20 19:06:21 +04:00
|
|
|
"time 0.1.44",
|
2021-05-11 19:02:52 +03:00
|
|
|
"typetag",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-win-exception-handler"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cd39f3b2bd7964b28ea6f944a7eaa445cfbc91c4f2695d188103f2689bb37d9"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.51.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aeb1956b19469d1c5e63e459d29e7b5aa0f558d9f16fcef09736f8a265e6c10a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.77.0"
|
2021-05-11 19:02:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6"
|
2021-05-11 19:02:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
|
|
|
version = "8.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "0.3.60"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-09-20 19:06:21 +04:00
|
|
|
version = "4.3.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:06:21 +04:00
|
|
|
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
2022-09-20 19:06:21 +04:00
|
|
|
"once_cell",
|
2022-02-24 16:37:58 +03:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[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
|
|
|
|
2022-04-13 04:58:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.36.1"
|
2022-04-13 04:58:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
2022-04-13 04:58:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.36.1"
|
2022-04-13 04:58:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
2022-04-13 04:58:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.36.1"
|
2022-04-13 04:58:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
2022-04-13 04:58:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.36.1"
|
2022-04-13 04:58:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
2022-04-13 04:58:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.36.1"
|
2022-04-13 04:58:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
2022-04-13 04:58:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-06-21 13:12:29 +04:00
|
|
|
version = "0.36.1"
|
2022-04-13 04:58:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-21 13:12:29 +04:00
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
2022-04-13 04:58:18 -05:00
|
|
|
|
2022-02-24 16:37:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2022-03-28 10:35:54 +04:00
|
|
|
version = "1.3.0"
|
2022-02-24 16:37:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 10:35:54 +04:00
|
|
|
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|
2022-02-24 16:37:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|