2021-01-15 16:37:06 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-11 11:48:58 +00:00
|
|
|
version = 3
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.19.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"gimli 0.27.1",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-11 11:48:58 +00:00
|
|
|
version = "1.0.2"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-11 11:48:58 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"getrandom 0.2.8",
|
2021-11-12 13:19:16 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-04-15 11:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.7.20"
|
2021-04-15 11:00:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2021-04-15 11:00:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.68"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asn1_der"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638"
|
|
|
|
dependencies = [
|
|
|
|
"asn1_der_derive",
|
|
|
|
]
|
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asn1_der"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asn1_der_derive"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.1.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.67"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
2021-09-29 15:14:39 +00:00
|
|
|
"cc",
|
2021-11-12 13:19:16 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-15 16:37:06 +00:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2023-01-27 13:43:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.13.1"
|
2022-01-28 13:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-01-28 13:15:20 +00:00
|
|
|
|
2023-01-27 13:43:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-29 15:14:39 +00:00
|
|
|
version = "1.3.2"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 15:14:39 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"constant_time_eq",
|
2022-10-06 12:10:16 +00:00
|
|
|
"crypto-mac",
|
2021-11-12 13:19:16 +00:00
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"generic-array 0.14.6",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.10.3"
|
2022-01-28 13:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2022-01-28 13:15:20 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"generic-array 0.14.6",
|
2022-01-28 13:15:20 +00:00
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "boolinator"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "3.12.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-15 11:00:27 +00:00
|
|
|
version = "1.4.3"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-15 11:00:27 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.3.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
2023-01-30 10:42:12 +00:00
|
|
|
name = "bytesize"
|
|
|
|
version = "1.1.0"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.79"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2021-11-12 13:19:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-12 13:19:16 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.4.23"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2021-11-12 13:19:16 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2023-01-30 10:42:12 +00:00
|
|
|
"serde",
|
|
|
|
"time 0.1.45",
|
|
|
|
"wasm-bindgen",
|
2021-11-12 13:19:16 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-30 10:42:12 +00:00
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
2021-11-12 13:19:16 +00:00
|
|
|
|
2023-01-27 13:43:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2022-09-19 13:44:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core2"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
2021-09-29 15:14:39 +00:00
|
|
|
name = "cpufeatures"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.5"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2021-09-29 15:14:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00: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 0.20.0",
|
|
|
|
"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"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.5.6"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.2"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.9.13"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"autocfg",
|
2021-11-12 13:19:16 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.14"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.1.6"
|
2022-01-28 13:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-01-28 13:15:20 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"generic-array 0.14.6",
|
|
|
|
"typenum",
|
2022-01-28 13:15:20 +00:00
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"generic-array 0.14.6",
|
2022-10-06 12:10:16 +00:00
|
|
|
"subtle",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.1.26"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2021-09-29 15:14:39 +00:00
|
|
|
version = "3.2.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 15:14:39 +00:00
|
|
|
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"rand_core 0.5.1",
|
2022-10-06 12:10:16 +00:00
|
|
|
"subtle",
|
2021-01-15 16:37:06 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
|
|
|
version = "1.0.88"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "322296e2f2e5af4270b54df9e85a02ff037e271af20ba3e7fe1575515dc840b8"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
|
|
|
version = "1.0.88"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "017a1385b05d631e7875b1f151c9f012d37b53491e2a87f65bff5c262b2111d8"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
|
|
|
version = "1.0.88"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c26bbb078acf09bc1ecda02d4223f03bdd28bd4874edcb0379138efc499ce971"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
|
|
|
version = "1.0.88"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "357f40d1f06a24b60ae1fe122542c1fb05d28d32acb2aed064e84bc2ad1e252e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.13.4"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"darling_core 0.13.4",
|
|
|
|
"darling_macro 0.13.4",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
2021-01-20 13:14:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.14.2"
|
2021-01-20 13:14:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
|
2021-01-20 13:14:01 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"darling_core 0.14.2",
|
|
|
|
"darling_macro 0.14.2",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.13.4"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
2021-01-20 13:14:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.14.2"
|
2021-01-20 13:14:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
|
2021-01-20 13:14:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.13.4"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"darling_core 0.13.4",
|
2021-11-12 13:19:16 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-20 13:14:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.14.2"
|
2021-01-20 13:14:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
|
2021-01-20 13:14:01 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"darling_core 0.14.2",
|
2021-01-20 13:14:01 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "2.3.3"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2023-01-27 13:43:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"
|
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding-macro-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding-macro-internal"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"
|
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "der"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2021-03-11 11:48:58 +00:00
|
|
|
version = "2.2.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-11 11:48:58 +00:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
|
dependencies = [
|
2021-03-11 11:48:58 +00:00
|
|
|
"generic-array 0.12.4",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"generic-array 0.14.6",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.10.6"
|
2022-01-28 13:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-01-28 13:15:20 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"block-buffer 0.10.3",
|
2022-01-28 13:15:20 +00:00
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.5.3"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-01-20 13:14:01 +00:00
|
|
|
"serde",
|
2021-01-15 16:37:06 +00:00
|
|
|
"signature",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519-dalek"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek",
|
|
|
|
"ed25519",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"serde",
|
2021-01-20 13:14:01 +00:00
|
|
|
"serde_bytes",
|
2022-02-04 15:45:37 +00:00
|
|
|
"sha2 0.9.9",
|
2021-01-15 16:37:06 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.8.1"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-04-15 11:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.24"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "e4ca605381c017ec7a5fef5e548f1cfaa419ed0f6df6367339300db74c92aa7d"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-09-29 15:14:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.6.8"
|
2021-09-29 15:14:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
|
2021-09-29 15:14:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"failure_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00: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-04 15:45:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.8.0"
|
2022-02-04 15:45:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-02-04 15:45:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.4.2"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-app-service"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.22.3"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "967bc26939d9a5a0dd09bd8991c9b0df80eacb370723b8d1019184a9c0606936"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"maplit",
|
2023-01-30 10:42:12 +00:00
|
|
|
"marine-min-it-version",
|
2021-11-12 13:19:16 +00:00
|
|
|
"marine-runtime",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-it-types"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.2"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "f4e11b54c84babd376e0844d4973fdf7313799c4b9531757015ea6736ef14b70"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"it-to-bytes",
|
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"variant_count",
|
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
|
2021-01-19 14:20:44 +00:00
|
|
|
[[package]]
|
2021-09-29 15:14:39 +00:00
|
|
|
name = "fluence-keypair"
|
2023-01-27 14:09:12 +00:00
|
|
|
version = "0.9.0"
|
2021-01-19 14:20:44 +00:00
|
|
|
dependencies = [
|
2022-01-28 13:15:20 +00:00
|
|
|
"asn1_der 0.6.3",
|
2021-01-19 14:20:44 +00:00
|
|
|
"bs58 0.3.1",
|
2021-01-19 15:28:13 +00:00
|
|
|
"ed25519",
|
2021-01-19 14:20:44 +00:00
|
|
|
"ed25519-dalek",
|
2021-09-29 15:14:39 +00:00
|
|
|
"eyre",
|
2021-04-15 11:00:27 +00:00
|
|
|
"lazy_static",
|
2022-01-28 13:15:20 +00:00
|
|
|
"libp2p-core",
|
2022-10-06 12:10:16 +00:00
|
|
|
"libsecp256k1",
|
2021-04-15 11:00:27 +00:00
|
|
|
"quickcheck",
|
2021-01-19 14:20:44 +00:00
|
|
|
"rand 0.7.3",
|
2021-04-15 11:00:27 +00:00
|
|
|
"ring",
|
2021-01-19 14:20:44 +00:00
|
|
|
"serde",
|
2021-04-15 11:00:27 +00:00
|
|
|
"serde_bytes",
|
2021-01-19 14:20:44 +00:00
|
|
|
"serde_json",
|
2023-01-30 10:42:12 +00:00
|
|
|
"serde_with 1.14.0",
|
2022-02-04 15:45:37 +00:00
|
|
|
"sha2 0.9.9",
|
2021-01-19 14:20:44 +00:00
|
|
|
"signature",
|
2021-02-11 14:57:09 +00:00
|
|
|
"thiserror",
|
2021-04-15 11:00:27 +00:00
|
|
|
"zeroize",
|
2021-01-19 14:20:44 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.1.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.25"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.25"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.25"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.25"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.25"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.25"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.25"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.25"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.25"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00: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",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-11 11:48:58 +00:00
|
|
|
version = "0.12.4"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-11 11:48:58 +00:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.14.6"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
2021-11-12 13:19:16 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-15 16:37:06 +00:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.8"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-11-12 13:19:16 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-15 16:37:06 +00:00
|
|
|
"libc",
|
2023-01-30 10:42:12 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.1.7"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "41973d4c45f7a35af8753ba3457cc99d406d863941fd7f52663cff54a5ab99b3"
|
2021-11-12 13:19:16 +00: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",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.27.1"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-09-29 15:14:39 +00:00
|
|
|
version = "0.11.2"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 15:14:39 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
2021-11-12 13:19:16 +00:00
|
|
|
name = "hashlink"
|
|
|
|
version = "0.7.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-12 13:19:16 +00:00
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"hashbrown 0.11.2",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-09-19 13:44:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.6"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
|
|
|
dependencies = [
|
2022-10-06 12:10:16 +00:00
|
|
|
"crypto-mac",
|
2022-01-28 13:15:20 +00:00
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac-drbg"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.9.0",
|
2023-01-30 10:42:12 +00:00
|
|
|
"generic-array 0.14.6",
|
2022-10-06 12:10:16 +00:00
|
|
|
"hmac",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.53"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
|
2021-01-20 13:14:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2021-09-29 15:14:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.9.2"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-01-30 10:42:12 +00:00
|
|
|
"hashbrown 0.12.3",
|
2021-11-12 13:19:16 +00:00
|
|
|
"serde",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-11-12 13:19:16 +00:00
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.3"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "84344c6e0b90a9e2b6f3f9abe5cc74402684e348df7b32adca28747e0cef091a"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-11-12 13:19:16 +00:00
|
|
|
"ctor",
|
|
|
|
"ghost",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-json-serde"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d3f68d6c0e26f35c3d7f0176fcd14b2884c9e954ded51461a7a49f25a20b480"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.4.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "59726dde6ea2df9ad15bb67341103879cb94f26642ee0e40bf9a426f8e69bec8"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-it-types",
|
2023-01-30 10:42:12 +00:00
|
|
|
"it-memory-traits",
|
2021-11-12 13:19:16 +00:00
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-30 10:42:12 +00:00
|
|
|
name = "it-memory-traits"
|
|
|
|
version = "0.3.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "40e8f26dd64f9c94c7e9c39b2be7bac4e3c946ca31bb5db4a13298199a4d56a2"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
2021-11-12 13:19:16 +00:00
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
2023-01-30 10:42:12 +00:00
|
|
|
name = "it-to-bytes"
|
|
|
|
version = "0.1.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.10.5"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.5"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.60"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "leb128"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.139"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libp2p-core"
|
2023-01-27 13:43:47 +00:00
|
|
|
version = "0.38.0"
|
2022-01-28 13:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-27 13:43:47 +00:00
|
|
|
checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f"
|
2022-01-28 13:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"asn1_der 0.7.5",
|
|
|
|
"bs58 0.4.0",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"either",
|
|
|
|
"fnv",
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"instant",
|
2022-10-06 12:10:16 +00:00
|
|
|
"libsecp256k1",
|
2022-01-28 13:15:20 +00:00
|
|
|
"log",
|
|
|
|
"multiaddr",
|
|
|
|
"multihash",
|
|
|
|
"multistream-select",
|
2023-01-27 13:43:47 +00:00
|
|
|
"once_cell",
|
2022-09-19 13:44:10 +00:00
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project",
|
2022-01-28 13:15:20 +00:00
|
|
|
"prost",
|
|
|
|
"prost-build",
|
2023-01-30 10:42:12 +00:00
|
|
|
"rand 0.8.5",
|
2022-01-28 13:15:20 +00:00
|
|
|
"ring",
|
|
|
|
"rw-stream-sink",
|
2023-01-27 13:43:47 +00:00
|
|
|
"sec1",
|
2023-01-30 10:42:12 +00:00
|
|
|
"sha2 0.10.6",
|
2022-01-28 13:15:20 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"unsigned-varint",
|
|
|
|
"void",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1"
|
2022-10-06 12:10:16 +00:00
|
|
|
version = "0.7.1"
|
2022-01-28 13:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-06 12:10:16 +00:00
|
|
|
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
|
2022-01-28 13:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"base64",
|
|
|
|
"digest 0.9.0",
|
2022-10-06 12:10:16 +00:00
|
|
|
"hmac-drbg",
|
2022-01-28 13:15:20 +00:00
|
|
|
"libsecp256k1-core",
|
|
|
|
"libsecp256k1-gen-ecmult",
|
|
|
|
"libsecp256k1-gen-genmult",
|
2023-01-30 10:42:12 +00:00
|
|
|
"rand 0.8.5",
|
2022-01-28 13:15:20 +00:00
|
|
|
"serde",
|
2022-02-04 15:45:37 +00:00
|
|
|
"sha2 0.9.9",
|
2022-01-28 13:15:20 +00:00
|
|
|
"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",
|
2022-10-06 12:10:16 +00:00
|
|
|
"subtle",
|
2022-01-28 13:15:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-ecmult"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
|
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-genmult"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
|
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2022-02-04 15:45:37 +00:00
|
|
|
version = "0.23.2"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 15:45:37 +00:00
|
|
|
checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.4.9"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"autocfg",
|
2021-01-15 16:37:06 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.4.17"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-11-12 13:19:16 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-build-rs-generator"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "38e5fabc40871ff0c5ccea18ea0e36de848b0e97b582df4eb34d5de565f88aa2"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-test-macro-impl",
|
|
|
|
]
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-core"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16160d8f2db5186ed94b09e6419096c595ad712346f9f384bd6936e0856b366a"
|
|
|
|
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",
|
|
|
|
"parity-wasm 0.45.0",
|
|
|
|
"paste",
|
|
|
|
"pwasm-utils",
|
|
|
|
"semver 1.0.16",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-generator"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.9.5"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "7cd47a34f51b0767bb28b3aea97d0a89716952ebe11bcf151e09a7d7c2e5eb12"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"it-lilo",
|
|
|
|
"marine-it-parser",
|
|
|
|
"marine-macro-impl",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.7.3"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "e57037e5bf10449d7603ea7ff1012aae3a6f77e266e4a1cc1decabeb5e0f9924"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-it-parser"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.11.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "b5e9902762a0575a992c8d6bea77d1a34f485b89ce1db438f28d9babd2ac72f3"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-01-30 10:42:12 +00:00
|
|
|
"itertools",
|
2021-11-12 13:19:16 +00:00
|
|
|
"marine-it-interfaces",
|
|
|
|
"marine-module-interface",
|
|
|
|
"nom",
|
2023-01-30 10:42:12 +00:00
|
|
|
"semver 1.0.16",
|
2021-11-12 13:19:16 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.7.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "5e03da22f641984aad5229f780d190502196d1c0bf908d3d17f5d6bcba73e525"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl",
|
|
|
|
"marine-rs-sdk-main",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.7.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "ca474b63cabaf8d7d9b38de87d630023cbc91ddc77e92f9c7bb745462a131b44"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
2023-01-30 10:42:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-min-it-version"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d23211d31dc45b0941666e867e717c951d3f446c27ddbf148b4fa62c4de1f159"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"semver 1.0.16",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.5.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "06c2fa2dd89f704680d957aabdb6f0babdf5b041744739db5e5b36965b1b8ed1"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"marine-rs-sdk-main",
|
2023-01-30 10:42:12 +00:00
|
|
|
"semver 1.0.16",
|
2021-11-12 13:19:16 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-module-interface"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.6.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "311dad103f02acae6371adbeecbb18e01a0daf3fac7b9947ee020581f38841fa"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-01-30 10:42:12 +00:00
|
|
|
"itertools",
|
2021-11-12 13:19:16 +00:00
|
|
|
"marine-it-interfaces",
|
|
|
|
"nom",
|
2023-01-30 10:42:12 +00:00
|
|
|
"semver 1.0.16",
|
2021-11-12 13:19:16 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.7.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "1cfeeb7b8cd98e32276fabfe6ab095a6aae793f3f080e7eb1c3d36b1b762397c"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-macro",
|
|
|
|
"marine-rs-sdk-main",
|
|
|
|
"marine-timestamp-macro",
|
|
|
|
"polyplets",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.7.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "c43e6eac611bc5b96e80a3f3e2621eeded69fb56389aa83b6ea76ec0f243ef23"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-test"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "f83cec3d030da1e06b72d241f76e7ff0b701aafe942ddf4ea8a9e053352d9935"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-app-service",
|
|
|
|
"marine-build-rs-generator",
|
|
|
|
"marine-test-macro",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-runtime"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.23.2"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "ed92c1e296d3790a78347a49d5519f02ab866d8bc7a2140075c09de6b5562a8c"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"bytesize",
|
|
|
|
"it-json-serde",
|
|
|
|
"itertools",
|
2021-11-12 13:19:16 +00:00
|
|
|
"log",
|
2023-01-30 10:42:12 +00:00
|
|
|
"marine-core",
|
2021-11-12 13:19:16 +00:00
|
|
|
"marine-module-interface",
|
2023-01-30 10:42:12 +00:00
|
|
|
"marine-rs-sdk",
|
|
|
|
"marine-rs-sdk-main",
|
2021-11-12 13:19:16 +00:00
|
|
|
"marine-utils",
|
2023-01-30 10:42:12 +00:00
|
|
|
"safe-transmute",
|
2021-11-12 13:19:16 +00:00
|
|
|
"serde",
|
2023-01-30 10:42:12 +00:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with 2.2.0",
|
2021-11-12 13:19:16 +00:00
|
|
|
"thiserror",
|
2023-01-30 10:42:12 +00:00
|
|
|
"toml",
|
2021-11-12 13:19:16 +00:00
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-sqlite-connector"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.6.0"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "446079866e6acd00fd5fbaab2edb62ee518144b071ea0a3eaf735c8c225021fc"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-rs-sdk",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "61f9eeff88f59b3eb22a0c8e5adfad132a002d6e004d95b23cc77674f15782c3"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-test-macro-impl",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-test-macro-impl"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "50aa0bc3097682e7a8c90bd19b7d7dac13392b910865008fe27848de62ade756"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"darling 0.14.2",
|
2021-11-12 13:19:16 +00:00
|
|
|
"fluence-app-service",
|
2023-01-30 10:42:12 +00:00
|
|
|
"itertools",
|
2021-11-12 13:19:16 +00:00
|
|
|
"marine-it-parser",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"static_assertions",
|
|
|
|
"syn",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.7.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "7ea4557a757e9f4d04a0b6afb047431a246963268a4cab56c62cb5355457cb2f"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.4.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "1cff7a23a7f3925a712c34dfb9cd87994012d7743f016fd1533e12ab5a8335ca"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "2.5.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00: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"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.7.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.6.2"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multiaddr"
|
2023-01-27 13:43:47 +00:00
|
|
|
version = "0.16.0"
|
2022-01-28 13:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-27 13:43:47 +00:00
|
|
|
checksum = "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e"
|
2022-01-28 13:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"byteorder",
|
|
|
|
"data-encoding",
|
2023-01-27 13:43:47 +00:00
|
|
|
"multibase",
|
2022-01-28 13:15:20 +00:00
|
|
|
"multihash",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
"unsigned-varint",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-01-27 13:43:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multibase"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding-macro",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multihash"
|
2022-09-19 13:44:10 +00:00
|
|
|
version = "0.16.3"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-19 13:44:10 +00:00
|
|
|
checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2022-09-19 13:44:10 +00:00
|
|
|
"core2",
|
2023-01-30 10:42:12 +00:00
|
|
|
"digest 0.10.6",
|
2021-01-15 16:37:06 +00:00
|
|
|
"multihash-derive",
|
2023-01-30 10:42:12 +00:00
|
|
|
"sha2 0.10.6",
|
2022-01-28 13:15:20 +00:00
|
|
|
"unsigned-varint",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multihash-derive"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.1"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2021-04-15 11:00:27 +00:00
|
|
|
version = "0.8.3"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-15 11:00:27 +00:00
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multistream-select"
|
2023-01-27 13:43:47 +00:00
|
|
|
version = "0.12.1"
|
2022-01-28 13:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-27 13:43:47 +00:00
|
|
|
checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"
|
2022-01-28 13:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"log",
|
2022-09-19 13:44:10 +00:00
|
|
|
"pin-project",
|
2022-01-28 13:15:20 +00:00
|
|
|
"smallvec",
|
|
|
|
"unsigned-varint",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00: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",
|
|
|
|
]
|
|
|
|
|
2021-12-13 16:40:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nonempty"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.1.45"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.15"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.15.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.30.3"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
2021-09-29 15:14:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-01-27 13:43:47 +00:00
|
|
|
version = "1.17.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-27 13:43:47 +00:00
|
|
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2021-11-12 13:19:16 +00: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"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.42.2"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parity-wasm"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"
|
2021-11-12 13:19:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.3.4",
|
2023-01-30 10:42:12 +00:00
|
|
|
"parking_lot_core 0.7.3",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-29 15:14:39 +00:00
|
|
|
version = "0.11.2"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 15:14:39 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2023-01-30 10:42:12 +00:00
|
|
|
"lock_api 0.4.9",
|
|
|
|
"parking_lot_core 0.8.6",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
2022-09-19 13:44:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"lock_api 0.4.9",
|
|
|
|
"parking_lot_core 0.9.6",
|
2022-09-19 13:44:10 +00:00
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.7.3"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "b93f386bb233083c799e6e642a9d73db98c24a5deeb95ffc85bf281255dffc98"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.6"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-11-12 13:19:16 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-15 16:37:06 +00:00
|
|
|
"instant",
|
|
|
|
"libc",
|
2023-01-30 10:42:12 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2021-01-15 16:37:06 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-09-19 13:44:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.9.6"
|
2022-09-19 13:44:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
|
2022-09-19 13:44:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2023-01-30 10:42:12 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-09-19 13:44:10 +00:00
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.11"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
|
2021-11-12 13:19:16 +00:00
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "2.2.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-11-12 13:19:16 +00:00
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.6.2"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.12"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2022-09-19 13:44:10 +00:00
|
|
|
"pin-project-internal",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.12"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.9"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-01-27 13:43:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.26"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2021-11-12 13:19:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polyplets"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.2"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "6c051f220264e391afae06b6dceda199d523ee1dc7ae8e8cba4119a378dd411f"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-macro",
|
|
|
|
"marine-rs-sdk-main",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
|
|
|
version = "0.1.23"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.1.3"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-09-29 15:14:39 +00:00
|
|
|
"thiserror",
|
2021-01-15 16:37:06 +00:00
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.50"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"unicode-ident",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.11.6"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.11.6"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "a3f8ad728fb08fe212df3c05169e940fbb6d9d16a877ddde14644a983ba2012e"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-09-19 13:44:10 +00:00
|
|
|
"heck 0.4.0",
|
2023-01-30 10:42:12 +00:00
|
|
|
"itertools",
|
2022-01-28 13:15:20 +00:00
|
|
|
"lazy_static",
|
2021-01-15 16:37:06 +00:00
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
2023-01-30 10:42:12 +00:00
|
|
|
"prettyplease",
|
2021-01-15 16:37:06 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2022-01-28 13:15:20 +00:00
|
|
|
"regex",
|
2023-01-30 10:42:12 +00:00
|
|
|
"syn",
|
2021-01-15 16:37:06 +00:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.11.6"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-01-30 10:42:12 +00:00
|
|
|
"itertools",
|
2021-01-15 16:37:06 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.11.6"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pwasm-utils"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.19.0"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "2ecdabd73c8beaf98c66e45aff3032b56260ee49eb5d0d1222ecce269bfafda7"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"log",
|
2023-01-30 10:42:12 +00:00
|
|
|
"parity-wasm 0.42.2",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
2021-04-15 11:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quickcheck"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.23"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2023-01-30 10:42:12 +00:00
|
|
|
"rand_hc",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.5"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-09-29 15:14:39 +00:00
|
|
|
"rand_chacha 0.3.1",
|
2023-01-30 10:42:12 +00:00
|
|
|
"rand_core 0.6.4",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-09-29 15:14:39 +00:00
|
|
|
version = "0.3.1"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 15:14:39 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-01-30 10:42:12 +00:00
|
|
|
"rand_core 0.6.4",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.6.4"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"getrandom 0.2.8",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00: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"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.6.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.10.2"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
|
2021-11-12 13:19:16 +00: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"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.16"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.14"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.14"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-15 11:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.7.1"
|
2021-04-15 11:00:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2021-04-15 11:00:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.6.28"
|
2021-04-15 11:00:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2021-04-15 11:00:27 +00:00
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[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"
|
2021-03-11 11:48:58 +00:00
|
|
|
version = "0.16.20"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-12 13:19:16 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.8.11"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
2023-01-30 10:42:12 +00:00
|
|
|
"paste",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp-serde"
|
2022-02-04 15:45:37 +00:00
|
|
|
version = "0.15.5"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 15:45:37 +00:00
|
|
|
checksum = "723ecff9ad04f4ad92fe1c8ca6c20d2196d9286e9c60727c4cb5511629260e9d"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
2022-02-04 15:45:37 +00:00
|
|
|
version = "0.26.3"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 15:45:37 +00:00
|
|
|
checksum = "4ba4d3462c8b2e4d7f4fcfcf2b296dc6b65404fbbc7b63daa37fd485c149daf7"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-11-12 13:19:16 +00:00
|
|
|
"bitflags",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"memchr",
|
|
|
|
"smallvec",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2021-09-29 15:14:39 +00:00
|
|
|
version = "0.1.21"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 15:14:39 +00:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rw-stream-sink"
|
2022-09-19 13:44:10 +00:00
|
|
|
version = "0.3.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-19 13:44:10 +00:00
|
|
|
checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
2022-09-19 13:44:10 +00:00
|
|
|
"pin-project",
|
2021-01-15 16:37:06 +00:00
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.12"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safe-transmute"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
|
|
|
|
|
2023-01-27 13:43:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sec1"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"der",
|
2023-01-30 10:42:12 +00:00
|
|
|
"generic-array 0.14.6",
|
2023-01-27 13:43:47 +00:00
|
|
|
"pkcs8",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"semver-parser",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.16"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
2021-11-12 13:19:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.152"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[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_bencode"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "934d8bdbaa0126dafaea9a8833424a211d9661897717846c6bb782349ca1c30d"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
]
|
|
|
|
|
2021-01-20 13:14:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.11.8"
|
2021-01-20 13:14:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "718dc5fff5b36f99093fc49b280cfc96ce6fc824317783bff5a1fed0c7a64819"
|
2021-01-20 13:14:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.152"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.91"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-20 13:14:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros 1.5.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
|
|
|
version = "2.2.0"
|
2021-01-20 13:14:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "30d904179146de381af4c93d3af6ca4984b3152db687dacb9c3c35e86f39809c"
|
2021-01-20 13:14:01 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"base64",
|
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
2021-01-20 13:14:01 +00:00
|
|
|
"serde",
|
2023-01-30 10:42:12 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros 2.2.0",
|
|
|
|
"time 0.3.17",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
|
|
|
dependencies = [
|
|
|
|
"darling 0.13.4",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-01-20 13:14:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "2.2.0"
|
2021-01-20 13:14:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "a1966009f3c05f095697c537312f5415d1e3ed31ce0a56942bac4c771c5c335e"
|
2021-01-20 13:14:01 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"darling 0.14.2",
|
2021-01-20 13:14:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-02-04 15:45:37 +00:00
|
|
|
version = "0.9.9"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 15:45:37 +00:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
2021-11-12 13:19:16 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-09-29 15:14:39 +00:00
|
|
|
"cpufeatures",
|
2021-01-15 16:37:06 +00:00
|
|
|
"digest 0.9.0",
|
2022-10-06 12:10:16 +00:00
|
|
|
"opaque-debug",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-28 13:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.10.6"
|
2022-01-28 13:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2022-01-28 13:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2023-01-30 10:42:12 +00:00
|
|
|
"digest 0.10.6",
|
2022-01-28 13:15:20 +00:00
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.6.4"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.4.7"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.10.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2023-01-27 13:43:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-01-20 13:14:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-03-11 11:48:58 +00:00
|
|
|
version = "0.10.0"
|
2021-01-20 13:14:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-11 11:48:58 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2021-01-20 13:14:01 +00:00
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-09-29 15:14:39 +00:00
|
|
|
version = "2.4.1"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 15:14:39 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.107"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-01-30 10:42:12 +00:00
|
|
|
"unicode-ident",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-11-12 13:19:16 +00:00
|
|
|
version = "0.12.6"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-12 13:19:16 +00:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-02-04 15:45:37 +00:00
|
|
|
version = "3.3.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 15:45:37 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-11-12 13:19:16 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-04 15:45:37 +00:00
|
|
|
"fastrand",
|
2021-01-15 16:37:06 +00:00
|
|
|
"libc",
|
2023-01-30 10:42:12 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2021-01-15 16:37:06 +00:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.38"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.0.38"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.1.45"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
|
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.6.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.5.11"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-graph"
|
2021-11-12 13:19:16 +00:00
|
|
|
version = "0.3.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bs58 0.3.1",
|
|
|
|
"derivative",
|
|
|
|
"failure",
|
2021-09-29 15:14:39 +00:00
|
|
|
"fluence-keypair",
|
2021-01-15 16:37:06 +00:00
|
|
|
"log",
|
2021-12-13 16:40:16 +00:00
|
|
|
"nonempty",
|
2021-01-15 16:37:06 +00:00
|
|
|
"rand 0.7.3",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-30 10:42:12 +00:00
|
|
|
"serde_with 1.14.0",
|
2022-02-04 15:45:37 +00:00
|
|
|
"sha2 0.9.9",
|
2021-01-18 17:08:05 +00:00
|
|
|
"signature",
|
2021-01-28 08:57:43 +00:00
|
|
|
"thiserror",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trust-graph-wasm"
|
2022-06-28 15:40:19 +00:00
|
|
|
version = "0.3.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bincode",
|
|
|
|
"boolinator",
|
|
|
|
"bs58 0.3.1",
|
|
|
|
"fluence-keypair",
|
2022-01-28 13:15:20 +00:00
|
|
|
"libp2p-core",
|
2021-11-12 13:19:16 +00:00
|
|
|
"log",
|
|
|
|
"marine-rs-sdk",
|
|
|
|
"marine-rs-sdk-test",
|
|
|
|
"marine-sqlite-connector",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"rmp-serde",
|
|
|
|
"rusqlite",
|
|
|
|
"serde_bencode",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"trust-graph",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.16.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typetag"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4080564c5b2241b5bff53ab610082234e0c57b0417f4bd10596f183001505b8a"
|
|
|
|
dependencies = [
|
|
|
|
"erased-serde",
|
|
|
|
"inventory",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"typetag-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag-impl"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e60147782cc30833c05fba3bab1d9b5771b2685a2557672ac96fa5d154099c0e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-30 10:42:12 +00:00
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.10"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
2021-11-12 13:19:16 +00:00
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
2023-01-30 10:42:12 +00:00
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.6"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.1.22"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.4"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2021-03-11 11:48:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsigned-varint"
|
2021-11-12 13:19:16 +00:00
|
|
|
version = "0.7.1"
|
2021-03-11 11:48:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-12 13:19:16 +00:00
|
|
|
checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
|
2021-03-11 11:48:58 +00:00
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "2.3.1"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.2.2"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"getrandom 0.2.8",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "variant_count"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-02-04 15:45:37 +00:00
|
|
|
version = "0.9.4"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 15:45:37 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
2021-11-12 13:19:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.19.0"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
|
|
|
"walrus-macro",
|
2023-01-30 10:42:12 +00:00
|
|
|
"wasmparser 0.77.0",
|
2021-11-12 13:19:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walrus-macro"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.19.0"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
2022-09-19 13:44:10 +00:00
|
|
|
"heck 0.3.3",
|
2021-11-12 13:19:16 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-09-29 15:14:39 +00:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-29 15:14:39 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2021-01-15 16:37:06 +00:00
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.83"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-11-12 13:19:16 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-15 16:37:06 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.83"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2023-01-30 10:42:12 +00:00
|
|
|
"once_cell",
|
2021-01-15 16:37:06 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.83"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.83"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.2.83"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2021-11-12 13:19:16 +00: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"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.24.1"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "ba2a3bf176a65a5a1a136be5b9440395c2ba4493a3a07ea70cac553fe924185d"
|
2021-11-12 13:19:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-it-types",
|
|
|
|
"it-lilo",
|
2023-01-30 10:42:12 +00:00
|
|
|
"it-memory-traits",
|
2021-11-12 13:19:16 +00:00
|
|
|
"it-to-bytes",
|
2023-01-30 10:42:12 +00:00
|
|
|
"itertools",
|
2021-11-12 13:19:16 +00:00
|
|
|
"log",
|
|
|
|
"nom",
|
|
|
|
"safe-transmute",
|
2023-01-30 10:42:12 +00:00
|
|
|
"semver 1.0.16",
|
2021-11-12 13:19:16 +00: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",
|
|
|
|
"parking_lot 0.10.2",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core-fl"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0d5ac3e0603e5f0ffaf11cbd854eea7c3b609ab4b676f71968f2bc47f9e3c4a"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"page_size",
|
|
|
|
"parking_lot 0.10.2",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-fl"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5688460204d9f644d846300d041632cf34c4b4f83a955c0a67e600030376d2ee"
|
|
|
|
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",
|
2023-01-30 10:42:12 +00:00
|
|
|
"time 0.1.45",
|
2021-11-12 13:19:16 +00: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"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.77.0"
|
2021-11-12 13:19:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6"
|
2021-11-12 13:19:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
|
|
|
version = "8.0.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-12 13:19:16 +00:00
|
|
|
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
2021-01-15 16:37:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.3.60"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "4.4.0"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
2021-04-15 11:00:27 +00:00
|
|
|
"either",
|
2021-01-15 16:37:06 +00:00
|
|
|
"libc",
|
2023-01-30 10:42:12 +00:00
|
|
|
"once_cell",
|
2021-01-15 16:37:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-09-19 13:44:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.42.0"
|
2022-09-19 13:44:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-09-19 13:44:10 +00:00
|
|
|
dependencies = [
|
2023-01-30 10:42:12 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-09-19 13:44:10 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2023-01-30 10:42:12 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-09-19 13:44:10 +00:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2023-01-30 10:42:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
|
|
|
|
2022-09-19 13:44:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.42.1"
|
2022-09-19 13:44:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-09-19 13:44:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.42.1"
|
2022-09-19 13:44:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-09-19 13:44:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.42.1"
|
2022-09-19 13:44:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-09-19 13:44:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.1"
|
2022-09-19 13:44:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-09-19 13:44:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "0.42.1"
|
2022-09-19 13:44:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-09-19 13:44:10 +00:00
|
|
|
|
2021-01-15 16:37:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.5.7"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2023-01-30 10:42:12 +00:00
|
|
|
version = "1.3.3"
|
2021-01-15 16:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 10:42:12 +00:00
|
|
|
checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"
|
2021-01-15 16:37:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|