2021-11-12 19:09:11 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.21.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"generic-array 0.14.7",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "age"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.7.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "23100453ca2a1bbda9bfc6deac1bebb828d7e66ba481ebccfedfddf29321b6b9"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"age-core",
|
2023-12-03 10:08:20 +03:00
|
|
|
"base64 0.13.1",
|
2022-02-11 04:33:35 +03:00
|
|
|
"bech32 0.8.1",
|
|
|
|
"chacha20poly1305",
|
|
|
|
"cookie-factory",
|
|
|
|
"hkdf",
|
|
|
|
"hmac 0.11.0",
|
|
|
|
"i18n-embed",
|
|
|
|
"i18n-embed-fl",
|
|
|
|
"lazy_static",
|
2023-12-03 10:08:20 +03:00
|
|
|
"nom",
|
2022-02-11 04:33:35 +03:00
|
|
|
"pin-project",
|
|
|
|
"rand 0.7.3",
|
2022-10-13 18:15:52 +03:00
|
|
|
"rand 0.8.5",
|
2022-02-11 04:33:35 +03:00
|
|
|
"rust-embed",
|
|
|
|
"scrypt",
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.9.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
"subtle",
|
|
|
|
"x25519-dalek 1.1.1",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "age-core"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.7.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "70afa630ef12a4fc666277713efbe6da2bc87bb3f3af0f1149415b701362c615"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"base64 0.13.1",
|
2022-02-11 04:33:35 +03:00
|
|
|
"chacha20poly1305",
|
|
|
|
"cookie-factory",
|
|
|
|
"hkdf",
|
2023-12-03 10:08:20 +03:00
|
|
|
"nom",
|
2022-10-13 18:15:52 +03:00
|
|
|
"rand 0.8.5",
|
2022-02-11 04:33:35 +03:00
|
|
|
"secrecy 0.8.0",
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.9.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.1.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8"
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.3.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06f59fe10306bb78facd90d28c2038ad23ffaaefa85bac43c8a434cde383334f"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
"odds",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"hermit-abi 0.1.19",
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.8"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.1.0",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.1.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.69"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.5"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.6.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dabbe35f96fb9507f7330793dc490461b2962659ac5d427181e451a623751d1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.59.2"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
2022-02-11 04:33:35 +03:00
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blake2-rfc"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.12",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
|
|
|
"generic-array 0.12.4",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"generic-array 0.14.7",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.10.4"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"generic-array 0.14.7",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.7.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-12-03 10:08:20 +03:00
|
|
|
"serde",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "3.14.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.5.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"iovec",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.5.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.83"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.6.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"nom",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.8.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
2022-02-11 04:33:35 +03:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20poly1305"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.9.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"chacha20",
|
|
|
|
"cipher",
|
|
|
|
"poly1305",
|
|
|
|
"zeroize",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.31"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits 0.2.17",
|
2022-02-11 04:33:35 +03:00
|
|
|
"serde",
|
2023-12-03 10:08:20 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-targets",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"generic-array 0.14.7",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.6.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
"yaml-rust 0.3.5",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"bitflags 1.3.2",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cookie-factory"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys 0.7.0",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.9.3"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"core-foundation-sys 0.8.4",
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.8.4"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.10"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "3fbc60abd742b35f2492f808e1abbb83d45f72db402e14c55057edc9c7b1e9e4"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.3.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "croaring"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.5.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "aff1eea8a79ffa2a743c1322d5c3853d45699b7842197160c7c32a18c32c1866"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"byteorder",
|
|
|
|
"croaring-sys",
|
|
|
|
"libc",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "croaring-sys"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.5.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "21d77e33a1d5e04573f79846692e72f2e02e0fdd942b90f023c45f146d3447db"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"bindgen",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "crossbeam-deque"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.8.3"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "crossbeam-epoch"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.9.15"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 1.1.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "crossbeam-utils"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.8.16"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "crypto-common"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.6"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"generic-array 0.14.7",
|
|
|
|
"typenum",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.11.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"generic-array 0.14.7",
|
2022-02-11 04:33:35 +03:00
|
|
|
"subtle",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "ct-logs"
|
|
|
|
version = "0.6.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"sct",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "curve25519-dalek"
|
|
|
|
version = "2.1.3"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"byteorder",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "curve25519-dalek"
|
|
|
|
version = "3.2.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "dashmap"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.5.3"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"cfg-if 1.0.0",
|
2023-12-03 10:08:20 +03:00
|
|
|
"hashbrown 0.14.2",
|
|
|
|
"lock_api 0.4.11",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core 0.9.9",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "data-encoding"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.4.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"generic-array 0.12.4",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"generic-array 0.14.7",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "digest"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.10.7"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"block-buffer 0.10.4",
|
2022-02-11 04:33:35 +03:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "dirs"
|
|
|
|
version = "2.0.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"dirs-sys",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "dirs-sys"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.7"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-11 04:33:35 +03:00
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.9",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-12-03 10:08:20 +03:00
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.4"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "easy-jsonrpc-mw"
|
|
|
|
version = "0.5.4"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "d3b1a91569d50e3bba3c9febb22ef54d78c6e8a8d8dd91ae859896c8ba05f4e3"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"easy-jsonrpc-proc-macro-mw",
|
|
|
|
"jsonrpc-core 10.1.0",
|
|
|
|
"rand 0.6.5",
|
2021-11-12 19:09:11 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "easy-jsonrpc-proc-macro-mw"
|
|
|
|
version = "0.5.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "a6368dbd2c6685fb84fc6e6a4749917ddc98905793fd06341c7e11a2504f2724"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"heck",
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "ed25519"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.5.3"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"signature",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "ed25519-dalek"
|
|
|
|
version = "1.0.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek 3.2.0",
|
|
|
|
"ed25519",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"serde",
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.9.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
"zeroize",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "either"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.9.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.8.33"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"cfg-if 1.0.0",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "enum_primitive"
|
|
|
|
version = "0.1.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"num-traits 0.1.43",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-12-03 10:08:20 +03:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2023-12-03 10:08:20 +03:00
|
|
|
name = "errno"
|
|
|
|
version = "0.3.5"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "find-crate"
|
|
|
|
version = "0.6.3"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"toml 0.5.11",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "flate2"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.28"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "fluent"
|
|
|
|
version = "0.16.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"fluent-bundle",
|
|
|
|
"unic-langid",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "fluent-bundle"
|
|
|
|
version = "0.15.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"fluent-langneg",
|
|
|
|
"fluent-syntax",
|
|
|
|
"intl-memoizer",
|
|
|
|
"intl_pluralrules",
|
|
|
|
"rustc-hash",
|
|
|
|
"self_cell",
|
|
|
|
"smallvec",
|
|
|
|
"unic-langid",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "fluent-langneg"
|
|
|
|
version = "0.13.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
|
|
|
|
dependencies = [
|
|
|
|
"unic-langid",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "fluent-syntax"
|
|
|
|
version = "0.11.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"thiserror",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"foreign-types-shared",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.2.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"percent-encoding",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
2023-01-08 00:09:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "function_name"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1ab577a896d09940b5fe12ec5ae71f9d8211fff62c919c03a3750a9901e98a7"
|
|
|
|
dependencies = [
|
|
|
|
"function_name-proc-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "function_name-proc-macro"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "673464e1e314dd67a0fd9544abc99e8eb28d0c7e3b69b033bcff9b2d00b87333"
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
version = "0.1.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.28"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.28"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.28"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.28"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.28"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.28"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.28"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.28"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.28"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2023-12-03 10:08:20 +03:00
|
|
|
"pin-project-lite 0.2.13",
|
2022-02-11 04:33:35 +03:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.14.7"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.10"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2023-12-03 10:08:20 +03:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.28.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.13"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_api"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"easy-jsonrpc-mw",
|
2023-12-03 10:08:20 +03:00
|
|
|
"futures 0.3.28",
|
|
|
|
"grin_chain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_p2p 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_pool 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"http",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"hyper-rustls 0.20.0",
|
|
|
|
"hyper-timeout",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"ring",
|
|
|
|
"rustls 0.17.0",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-rustls 0.13.1",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_api"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#05ec6fda38015a08918f27aa6e380e3c7283405f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"easy-jsonrpc-mw",
|
2023-12-03 10:08:20 +03:00
|
|
|
"futures 0.3.28",
|
|
|
|
"grin_chain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_p2p 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_pool 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"http",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"hyper-rustls 0.20.0",
|
|
|
|
"hyper-timeout",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"ring",
|
|
|
|
"rustls 0.17.0",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-rustls 0.13.1",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_chain"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"croaring",
|
|
|
|
"enum_primitive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_chain"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#05ec6fda38015a08918f27aa6e380e3c7283405f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"croaring",
|
|
|
|
"enum_primitive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_core"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"chrono",
|
|
|
|
"croaring",
|
|
|
|
"enum_primitive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
|
|
|
"num",
|
|
|
|
"num-bigint",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"siphasher",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_core"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#05ec6fda38015a08918f27aa6e380e3c7283405f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"chrono",
|
|
|
|
"croaring",
|
|
|
|
"enum_primitive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
|
|
|
"num",
|
|
|
|
"num-bigint",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"siphasher",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_keychain"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
|
|
|
"digest 0.9.0",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"hmac 0.11.0",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"pbkdf2 0.8.0",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"ripemd160",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.9.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_keychain"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#05ec6fda38015a08918f27aa6e380e3c7283405f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
|
|
|
"digest 0.9.0",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"hmac 0.11.0",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"pbkdf2 0.8.0",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"ripemd160",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.9.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-09-14 18:49:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "grin_onion"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"chacha20",
|
|
|
|
"curve25519-dalek 2.1.3",
|
|
|
|
"ed25519-dalek",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_api 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_chain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2023-09-14 18:49:04 +03:00
|
|
|
"grin_secp256k1zkp",
|
|
|
|
"grin_servers",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2023-09-14 18:49:04 +03:00
|
|
|
"grin_wallet_api",
|
|
|
|
"grin_wallet_impls",
|
|
|
|
"grin_wallet_libwallet",
|
|
|
|
"grin_wallet_util",
|
2023-12-03 10:08:20 +03:00
|
|
|
"hmac 0.12.1",
|
2023-09-14 18:49:04 +03:00
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"rpassword",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.10.8",
|
2023-09-14 18:49:04 +03:00
|
|
|
"thiserror",
|
2023-12-03 10:08:20 +03:00
|
|
|
"toml 0.5.11",
|
2023-09-14 18:49:04 +03:00
|
|
|
"x25519-dalek 0.6.0",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "grin_p2p"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"chrono",
|
|
|
|
"enum_primitive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_chain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"log",
|
|
|
|
"lru-cache",
|
|
|
|
"num",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_p2p"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#05ec6fda38015a08918f27aa6e380e3c7283405f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"chrono",
|
|
|
|
"enum_primitive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_chain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"log",
|
|
|
|
"lru-cache",
|
|
|
|
"num",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_pool"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"chrono",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"log",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_pool"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#05ec6fda38015a08918f27aa6e380e3c7283405f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"chrono",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"log",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_secp256k1zkp"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.7.12"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b04798e32404c0af082b6a209ad4df1ab1d9ec3a5a5056f284cfa32f74e59ce6"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.3.25",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"rand 0.5.6",
|
|
|
|
"rustc-serialize",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_servers"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#05ec6fda38015a08918f27aa6e380e3c7283405f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"fs2",
|
2023-12-03 10:08:20 +03:00
|
|
|
"futures 0.3.28",
|
|
|
|
"grin_api 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_chain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_p2p 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_pool 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"http",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"hyper-rustls 0.20.0",
|
|
|
|
"lmdb-zero",
|
|
|
|
"log",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-util 0.2.0",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_store"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"croaring",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
"lmdb-zero",
|
|
|
|
"log",
|
|
|
|
"memmap",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"tempfile",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_store"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#05ec6fda38015a08918f27aa6e380e3c7283405f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"croaring",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
"lmdb-zero",
|
|
|
|
"log",
|
|
|
|
"memmap",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"tempfile",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_util"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"base64 0.12.3",
|
|
|
|
"byteorder",
|
|
|
|
"grin_secp256k1zkp",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"log4rs",
|
|
|
|
"parking_lot 0.10.2",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"walkdir",
|
|
|
|
"zeroize",
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_util"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.3"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#05ec6fda38015a08918f27aa6e380e3c7283405f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"base64 0.12.3",
|
|
|
|
"byteorder",
|
|
|
|
"grin_secp256k1zkp",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"log4rs",
|
|
|
|
"parking_lot 0.10.2",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"walkdir",
|
|
|
|
"zeroize",
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_api"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.1"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin-wallet?tag=v5.2.0-beta.1#12a25f82f1a799caa738f3d7cf42e8ee2b13f005"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.12.3",
|
|
|
|
"chrono",
|
|
|
|
"easy-jsonrpc-mw",
|
|
|
|
"ed25519-dalek",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"grin_wallet_config",
|
|
|
|
"grin_wallet_impls",
|
|
|
|
"grin_wallet_libwallet",
|
|
|
|
"grin_wallet_util",
|
|
|
|
"log",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_config"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.1"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin-wallet?tag=v5.2.0-beta.1#12a25f82f1a799caa738f3d7cf42e8ee2b13f005"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"dirs",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"grin_wallet_util",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-12-03 10:08:20 +03:00
|
|
|
"toml 0.5.11",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_impls"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.1"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin-wallet?tag=v5.2.0-beta.1#12a25f82f1a799caa738f3d7cf42e8ee2b13f005"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.12.3",
|
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"data-encoding",
|
|
|
|
"ed25519-dalek",
|
2023-12-03 10:08:20 +03:00
|
|
|
"futures 0.3.28",
|
|
|
|
"grin_api 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_chain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"grin_wallet_config",
|
|
|
|
"grin_wallet_libwallet",
|
|
|
|
"grin_wallet_util",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sysinfo",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
"timer",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"x25519-dalek 0.6.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_libwallet"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.1"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin-wallet?tag=v5.2.0-beta.1#12a25f82f1a799caa738f3d7cf42e8ee2b13f005"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"age",
|
|
|
|
"base64 0.9.3",
|
|
|
|
"bech32 0.7.3",
|
|
|
|
"blake2-rfc",
|
|
|
|
"bs58",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"curve25519-dalek 2.1.3",
|
|
|
|
"ed25519-dalek",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"grin_wallet_config",
|
|
|
|
"grin_wallet_util",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2023-12-03 10:08:20 +03:00
|
|
|
"num-bigint",
|
2022-02-11 04:33:35 +03:00
|
|
|
"rand 0.6.5",
|
|
|
|
"regex",
|
|
|
|
"secrecy 0.6.0",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha2 0.8.2",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
"uuid",
|
|
|
|
"x25519-dalek 0.6.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_util"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "5.2.0-beta.1"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin-wallet?tag=v5.2.0-beta.1#12a25f82f1a799caa738f3d7cf42e8ee2b13f005"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"ed25519-dalek",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"sha3",
|
2023-12-03 10:08:20 +03:00
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-12-03 10:08:20 +03:00
|
|
|
"indexmap 1.9.3",
|
2022-02-11 04:33:35 +03:00
|
|
|
"slab",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-util 0.3.1",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.21"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"bytes 1.5.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-12-03 10:08:20 +03:00
|
|
|
"indexmap 1.9.3",
|
2022-02-11 04:33:35 +03:00
|
|
|
"slab",
|
2023-12-03 10:08:20 +03:00
|
|
|
"tokio 1.33.0",
|
|
|
|
"tokio-util 0.7.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.2"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
2023-01-08 00:09:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.9"
|
2023-01-08 00:09:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2023-01-08 00:09:04 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"base64 0.21.5",
|
|
|
|
"bytes 1.5.0",
|
2023-01-08 00:09:04 +03:00
|
|
|
"headers-core",
|
|
|
|
"http",
|
2023-12-03 10:08:20 +03:00
|
|
|
"httpdate 1.0.3",
|
2023-01-08 00:09:04 +03:00
|
|
|
"mime",
|
|
|
|
"sha1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.9.0",
|
|
|
|
"hmac 0.11.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.12.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"digest 0.10.7",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.9"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"bytes 1.5.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"fnv",
|
2023-12-03 10:08:20 +03:00
|
|
|
"itoa 1.0.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.5"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"bytes 1.5.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"http",
|
2023-12-03 10:08:20 +03:00
|
|
|
"pin-project-lite 0.2.13",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.8.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.3"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
|
|
|
version = "0.13.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2 0.2.7",
|
|
|
|
"http",
|
|
|
|
"http-body 0.3.1",
|
|
|
|
"httparse",
|
|
|
|
"httpdate 0.3.2",
|
2023-12-03 10:08:20 +03:00
|
|
|
"itoa 0.4.8",
|
2022-02-11 04:33:35 +03:00
|
|
|
"pin-project",
|
|
|
|
"socket2 0.3.19",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.14.27"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"bytes 1.5.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-12-03 10:08:20 +03:00
|
|
|
"h2 0.3.21",
|
2022-02-11 04:33:35 +03:00
|
|
|
"http",
|
2023-12-03 10:08:20 +03:00
|
|
|
"http-body 0.4.5",
|
2022-02-11 04:33:35 +03:00
|
|
|
"httparse",
|
2023-12-03 10:08:20 +03:00
|
|
|
"httpdate 1.0.3",
|
|
|
|
"itoa 1.0.9",
|
|
|
|
"pin-project-lite 0.2.13",
|
|
|
|
"socket2 0.4.10",
|
|
|
|
"tokio 1.33.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-01-08 00:09:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-proxy"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"bytes 1.5.0",
|
|
|
|
"futures 0.3.28",
|
2023-01-08 00:09:04 +03:00
|
|
|
"headers",
|
|
|
|
"http",
|
2023-12-03 10:08:20 +03:00
|
|
|
"hyper 0.14.27",
|
2023-01-08 00:09:04 +03:00
|
|
|
"hyper-tls 0.5.0",
|
|
|
|
"native-tls",
|
2023-12-03 10:08:20 +03:00
|
|
|
"tokio 1.33.0",
|
2023-01-08 00:09:04 +03:00
|
|
|
"tokio-native-tls",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"ct-logs",
|
|
|
|
"futures-util",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"log",
|
|
|
|
"rustls 0.17.0",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-rustls 0.13.1",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures-util",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"log",
|
|
|
|
"rustls 0.18.1",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-rustls 0.14.1",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d1f9b0b8258e3ef8f45928021d3ef14096c2b93b99e4b8cfcabf1f58ec84b0a"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"native-tls",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-tls",
|
|
|
|
]
|
|
|
|
|
2023-01-08 00:09:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"bytes 1.5.0",
|
|
|
|
"hyper 0.14.27",
|
2023-01-08 00:09:04 +03:00
|
|
|
"native-tls",
|
2023-12-03 10:08:20 +03:00
|
|
|
"tokio 1.33.0",
|
2023-01-08 00:09:04 +03:00
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "i18n-config"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.6"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "0c9ce3c48cbc21fd5b22b9331f32b5b51f6ad85d969b99e793427332e76e7640"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"thiserror",
|
2023-12-03 10:08:20 +03:00
|
|
|
"toml 0.8.4",
|
2022-02-11 04:33:35 +03:00
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "i18n-embed"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.13.9"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "92a86226a7a16632de6723449ee5fe70bac5af718bc642ee9ca2f0f6e14fa1fa"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"arc-swap 1.6.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"fluent",
|
|
|
|
"fluent-langneg",
|
|
|
|
"fluent-syntax",
|
|
|
|
"i18n-embed-impl",
|
|
|
|
"intl-memoizer",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2023-12-03 10:08:20 +03:00
|
|
|
"parking_lot 0.12.1",
|
2022-02-11 04:33:35 +03:00
|
|
|
"rust-embed",
|
|
|
|
"thiserror",
|
|
|
|
"unic-langid",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "i18n-embed-fl"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.6.7"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d26a3d3569737dfaac7fc1c4078e6af07471c3060b8e570bcd83cdd5f4685395"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"dashmap",
|
|
|
|
"find-crate",
|
|
|
|
"fluent",
|
|
|
|
"fluent-syntax",
|
|
|
|
"i18n-config",
|
|
|
|
"i18n-embed",
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro-error",
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
2022-02-11 04:33:35 +03:00
|
|
|
"strsim 0.10.0",
|
2023-12-03 10:08:20 +03:00
|
|
|
"syn 2.0.38",
|
2022-02-11 04:33:35 +03:00
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "i18n-embed-impl"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.8.2"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "a2a4d5bff745c9a6e1459c490059281b353a4ab0a4e1e58b3eeeaef71f97d07b"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"find-crate",
|
|
|
|
"i18n-config",
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
|
|
|
version = "0.1.58"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys 0.8.4",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.1.0",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.0.2"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.2",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "intl-memoizer"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
|
|
|
|
dependencies = [
|
|
|
|
"type-map",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "intl_pluralrules"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "7.0.2"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.9.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
2022-04-27 23:30:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.10.5"
|
2022-04-27 23:30:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2022-04-27 23:30:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.64"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
|
|
|
version = "10.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc15eef5f8b6bef5ac5f7440a957ff95d036e2f98706947741bfc93d1976db4c"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.31",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"futures 0.3.28",
|
2022-02-11 04:33:35 +03:00
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-derive"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 1.0.109",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-http-server"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"futures 0.3.28",
|
|
|
|
"hyper 0.14.27",
|
2022-02-11 04:33:35 +03:00
|
|
|
"jsonrpc-core 18.0.0",
|
|
|
|
"jsonrpc-server-utils",
|
|
|
|
"log",
|
|
|
|
"net2",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-server-utils"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"bytes 1.5.0",
|
|
|
|
"futures 0.3.28",
|
2022-02-11 04:33:35 +03:00
|
|
|
"globset",
|
|
|
|
"jsonrpc-core 18.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2023-12-03 10:08:20 +03:00
|
|
|
"tokio 1.33.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"tokio-stream",
|
2023-12-03 10:08:20 +03:00
|
|
|
"tokio-util 0.6.10",
|
2022-02-11 04:33:35 +03:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "keccak"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.4"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
|
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.149"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "liblmdb-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "feed38a3a580f60bf61aaa067b0ff4123395966839adeaf67258a9e50c4d2e49"
|
|
|
|
dependencies = [
|
|
|
|
"gcc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.7.4"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.5.6"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lmdb-zero"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13416eee745b087c22934f35f1f24da22da41ba2a5ce197143d168ce055cc58d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.9.1",
|
|
|
|
"libc",
|
|
|
|
"liblmdb-sys",
|
|
|
|
"supercow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.11"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 1.1.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.20"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log-mdc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log4rs"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4d8e6e1d5f89acca713132acc6034f30bad09b961d1338161bdb71c08f6e4fa"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"arc-swap 0.4.8",
|
2022-02-11 04:33:35 +03:00
|
|
|
"chrono",
|
|
|
|
"flate2",
|
|
|
|
"fnv",
|
2023-12-03 10:08:20 +03:00
|
|
|
"humantime",
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"log-mdc",
|
|
|
|
"parking_lot 0.10.2",
|
|
|
|
"serde",
|
|
|
|
"serde-value",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"thread-id",
|
|
|
|
"typemap",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-12-03 10:08:20 +03:00
|
|
|
name = "memchr"
|
|
|
|
version = "2.6.4"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.9.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 1.1.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.17"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.0.4"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.7.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.6.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow 0.2.2",
|
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.8.9"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-03 10:08:20 +03:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-named-pipes"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mio 0.6.23",
|
|
|
|
"miow 0.3.7",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
|
|
|
dependencies = [
|
|
|
|
"iovec",
|
|
|
|
"libc",
|
|
|
|
"mio 0.6.23",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mwixnet"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"chacha20",
|
|
|
|
"clap",
|
2022-10-13 18:15:52 +03:00
|
|
|
"curve25519-dalek 2.1.3",
|
2022-07-22 17:47:04 +03:00
|
|
|
"dirs",
|
2022-10-13 18:15:52 +03:00
|
|
|
"ed25519-dalek",
|
2023-01-08 00:09:04 +03:00
|
|
|
"function_name",
|
2023-12-03 10:08:20 +03:00
|
|
|
"futures 0.3.28",
|
|
|
|
"grin_api 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_chain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_core 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_keychain 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2023-09-14 18:49:04 +03:00
|
|
|
"grin_onion",
|
2022-02-11 04:33:35 +03:00
|
|
|
"grin_secp256k1zkp",
|
|
|
|
"grin_servers",
|
2023-12-03 10:08:20 +03:00
|
|
|
"grin_store 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
|
|
|
"grin_util 5.2.0-beta.3 (git+https://github.com/mimblewimble/grin?branch=master)",
|
2022-02-11 04:33:35 +03:00
|
|
|
"grin_wallet_api",
|
|
|
|
"grin_wallet_impls",
|
|
|
|
"grin_wallet_libwallet",
|
2022-10-13 18:15:52 +03:00
|
|
|
"grin_wallet_util",
|
2023-12-03 10:08:20 +03:00
|
|
|
"hmac 0.12.1",
|
|
|
|
"hyper 0.14.27",
|
2023-01-08 00:09:04 +03:00
|
|
|
"hyper-proxy",
|
2022-04-27 23:30:15 +03:00
|
|
|
"itertools",
|
2022-02-11 04:33:35 +03:00
|
|
|
"jsonrpc-core 18.0.0",
|
|
|
|
"jsonrpc-derive",
|
|
|
|
"jsonrpc-http-server",
|
|
|
|
"lazy_static",
|
|
|
|
"pbkdf2 0.8.0",
|
2022-10-13 18:15:52 +03:00
|
|
|
"rand 0.7.3",
|
2022-02-11 04:33:35 +03:00
|
|
|
"ring",
|
2022-07-01 12:33:34 +03:00
|
|
|
"rpassword",
|
2022-02-11 04:33:35 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.10.8",
|
2022-08-01 06:17:08 +03:00
|
|
|
"thiserror",
|
2023-12-03 10:08:20 +03:00
|
|
|
"tokio 1.33.0",
|
|
|
|
"toml 0.5.11",
|
2022-10-13 18:15:52 +03:00
|
|
|
"x25519-dalek 0.6.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.11"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
2023-12-03 10:08:20 +03:00
|
|
|
"security-framework 2.9.2",
|
|
|
|
"security-framework-sys 2.9.1",
|
2022-02-11 04:33:35 +03:00
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.39"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "7.1.3"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
2023-12-03 10:08:20 +03:00
|
|
|
"num-traits 0.2.17",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 1.1.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"num-integer",
|
2023-12-03 10:08:20 +03:00
|
|
|
"num-traits 0.2.17",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 1.1.0",
|
|
|
|
"num-traits 0.2.17",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.45"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 1.1.0",
|
|
|
|
"num-traits 0.2.17",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.43"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 1.1.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"num-integer",
|
2023-12-03 10:08:20 +03:00
|
|
|
"num-traits 0.2.17",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 1.1.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
2023-12-03 10:08:20 +03:00
|
|
|
"num-traits 0.2.17",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"num-traits 0.2.17",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.17"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 1.1.0",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.16.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"hermit-abi 0.3.3",
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.32.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "odds"
|
|
|
|
version = "0.2.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4eae0151b9dacf24fcc170d9995e511669a082856a91f958a2fe380bfab3fb22"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.18.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.10.57"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"bitflags 2.4.1",
|
2022-02-11 04:33:35 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-12-03 10:08:20 +03:00
|
|
|
"openssl-macros",
|
2022-02-11 04:33:35 +03:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.5"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.9.93"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"num-traits 0.2.17",
|
2022-02-11 04:33:35 +03: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-12-03 10:08:20 +03:00
|
|
|
"parking_lot_core 0.7.3",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2023-12-03 10:08:20 +03:00
|
|
|
"lock_api 0.4.11",
|
|
|
|
"parking_lot_core 0.8.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.4.11",
|
|
|
|
"parking_lot_core 0.9.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.7.3"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b93f386bb233083c799e6e642a9d73db98c24a5deeb95ffc85bf281255dffc98"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"smallvec",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.8.6"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2023-12-03 10:08:20 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2022-02-11 04:33:35 +03:00
|
|
|
"smallvec",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.4.1",
|
|
|
|
"smallvec",
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77e0b28ace46c5a396546bcf443bf422b57049617433d8854227352a4a9b24e7"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2023-12-03 10:08:20 +03:00
|
|
|
"rand_core 0.6.4",
|
2022-02-11 04:33:35 +03:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"crypto-mac",
|
|
|
|
"hmac 0.11.0",
|
|
|
|
"password-hash",
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.9.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.10.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"digest 0.10.7",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.3.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.1.3"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.1.3"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.13"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.27"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "poly1305"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
|
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.17"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"toml 0.5.11",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 1.0.109",
|
2022-02-11 04:33:35 +03:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
2022-02-11 04:33:35 +03:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"unicode-xid",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.69"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"unicode-ident",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.33"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 0.1.8",
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.1.1",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rand_hc 0.1.0",
|
|
|
|
"rand_isaac",
|
|
|
|
"rand_jitter",
|
|
|
|
"rand_os",
|
|
|
|
"rand_pcg",
|
|
|
|
"rand_xorshift",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-10-13 18:15:52 +03:00
|
|
|
version = "0.8.5"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-13 18:15:52 +03:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
2023-12-03 10:08:20 +03:00
|
|
|
"rand_core 0.6.4",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 0.1.8",
|
2022-02-11 04:33:35 +03:00
|
|
|
"rand_core 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-12-03 10:08:20 +03:00
|
|
|
"rand_core 0.6.4",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
|
|
|
|
[[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-12-03 10:08:20 +03:00
|
|
|
version = "0.6.4"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"getrandom 0.2.10",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rdrand",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"autocfg 0.1.8",
|
2022-02-11 04:33:35 +03:00
|
|
|
"rand_core 0.4.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.8.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.12.0"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.3"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"getrandom 0.2.10",
|
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
"thiserror",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.10.2"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-12-03 10:08:20 +03:00
|
|
|
"regex-automata",
|
2022-02-11 04:33:35 +03:00
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-12-03 10:08:20 +03:00
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.4.3"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
2023-12-03 10:08:20 +03:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.2"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
|
|
|
version = "0.10.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"base64 0.13.1",
|
2022-02-11 04:33:35 +03:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body 0.3.1",
|
|
|
|
"hyper 0.13.10",
|
|
|
|
"hyper-rustls 0.21.0",
|
2023-01-08 00:09:04 +03:00
|
|
|
"hyper-tls 0.4.3",
|
2022-02-11 04:33:35 +03:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
2023-12-03 10:08:20 +03:00
|
|
|
"pin-project-lite 0.2.13",
|
2022-02-11 04:33:35 +03:00
|
|
|
"rustls 0.18.1",
|
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"tokio-rustls 0.14.1",
|
|
|
|
"tokio-socks",
|
|
|
|
"tokio-tls",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi 0.3.9",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "ripemd160"
|
|
|
|
version = "0.9.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "2eca4ecc81b7f313189bf73ce724400a07da2a6dac19588b03c8bd76a2dcc251"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
2022-07-01 12:33:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "4.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "rust-embed"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "6.8.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "rust-embed-impl"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "6.8.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
2022-02-11 04:33:35 +03:00
|
|
|
"rust-embed-utils",
|
2023-12-03 10:08:20 +03:00
|
|
|
"syn 2.0.38",
|
2022-02-11 04:33:35 +03:00
|
|
|
"walkdir",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "rust-embed-utils"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "7.8.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.10.8",
|
2022-02-11 04:33:35 +03:00
|
|
|
"walkdir",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "rustc-demangle"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.23"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "rustc-serialize"
|
|
|
|
version = "0.3.24"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.1",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "rustls"
|
|
|
|
version = "0.17.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"base64 0.11.0",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "rustls"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"base64 0.12.3",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.3.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "a75ffeb84a6bd9d014713119542ce415db3a3e4748f0bfce1e1416cd224a23a5"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"openssl-probe",
|
|
|
|
"rustls 0.17.0",
|
|
|
|
"schannel",
|
|
|
|
"security-framework 0.4.4",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "ryu"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.15"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "salsa20"
|
|
|
|
version = "0.9.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"cipher",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"winapi-util",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "schannel"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.22"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"windows-sys",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "scopeguard"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.2.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "scrypt"
|
|
|
|
version = "0.8.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "e73d6d7c6311ebdbd9184ad6c4447b2f36337e327bda107d3ba9e3c374f9d325"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"hmac 0.12.1",
|
|
|
|
"pbkdf2 0.10.1",
|
2022-02-11 04:33:35 +03:00
|
|
|
"salsa20",
|
2023-12-03 10:08:20 +03:00
|
|
|
"sha2 0.10.8",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "sct"
|
|
|
|
version = "0.6.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "secrecy"
|
|
|
|
version = "0.6.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "9182278ed645df3477a9c27bfee0621c621aa16f6972635f7f795dae3d81070f"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"zeroize",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "secrecy"
|
|
|
|
version = "0.8.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"zeroize",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "security-framework"
|
|
|
|
version = "0.4.4"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation 0.7.0",
|
|
|
|
"core-foundation-sys 0.7.0",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys 0.4.3",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "security-framework"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.9.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-12-03 10:08:20 +03:00
|
|
|
"core-foundation 0.9.3",
|
|
|
|
"core-foundation-sys 0.8.4",
|
2021-11-12 19:09:11 +03:00
|
|
|
"libc",
|
2023-12-03 10:08:20 +03:00
|
|
|
"security-framework-sys 2.9.1",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "0.4.3"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"core-foundation-sys 0.7.0",
|
2021-11-12 19:09:11 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "security-framework-sys"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.9.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"core-foundation-sys 0.8.4",
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "self_cell"
|
|
|
|
version = "0.10.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "serde"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.189"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "serde-value"
|
|
|
|
version = "0.6.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "5a65a7291a8a568adcae4c10a677ebcedbc6c9cec91c054dee2ce40b0e3290eb"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "serde_derive"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.189"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "serde_json"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.107"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"itoa 1.0.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "serde_urlencoded"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.7.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"form_urlencoded",
|
2023-12-03 10:08:20 +03:00
|
|
|
"itoa 1.0.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "serde_yaml"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.8.26"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"indexmap 1.9.3",
|
|
|
|
"ryu",
|
2022-02-11 04:33:35 +03:00
|
|
|
"serde",
|
|
|
|
"yaml-rust 0.4.5",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
2023-01-08 00:09:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.10.6"
|
2023-01-08 00:09:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2023-01-08 00:09:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2023-12-03 10:08:20 +03:00
|
|
|
"digest 0.10.7",
|
2023-01-08 00:09:04 +03:00
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "sha2"
|
|
|
|
version = "0.8.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"fake-simd",
|
|
|
|
"opaque-debug 0.2.3",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "sha2"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.9.9"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "sha2"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.10.8"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2023-12-03 10:08:20 +03:00
|
|
|
"digest 0.10.7",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "sha3"
|
|
|
|
version = "0.8.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"byte-tools",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"keccak",
|
|
|
|
"opaque-debug 0.2.3",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "shlex"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.2.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "signal-hook-registry"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.4.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "signature"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.6.4"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "siphasher"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.11"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "slab"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.9"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.1.0",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "smallvec"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.11.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "socket2"
|
|
|
|
version = "0.3.19"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "socket2"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.10"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "strum"
|
|
|
|
version = "0.18.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.18.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"heck",
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 1.0.109",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "supercow"
|
|
|
|
version = "0.1.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "171758edb47aa306a78dfa4ab9aeb5167405bd4e3dc2b64e88f6a84bbe98bd63"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "syn"
|
|
|
|
version = "0.15.44"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
2023-12-03 10:08:20 +03:00
|
|
|
"unicode-xid",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "syn"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.0.109"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"unicode-ident",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2023-12-03 10:08:20 +03:00
|
|
|
name = "syn"
|
|
|
|
version = "2.0.38"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"unicode-ident",
|
2022-02-11 04:33:35 +03:00
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "sysinfo"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.29.10"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"core-foundation-sys 0.8.4",
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
"ntapi",
|
|
|
|
"once_cell",
|
|
|
|
"rayon",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tempfile"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "3.8.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-12-03 10:08:20 +03:00
|
|
|
"fastrand",
|
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "thiserror"
|
2022-08-01 06:17:08 +03:00
|
|
|
version = "1.0.31"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-01 06:17:08 +03:00
|
|
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"thiserror-impl",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "thiserror-impl"
|
2022-08-01 06:17:08 +03:00
|
|
|
version = "1.0.31"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-01 06:17:08 +03:00
|
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 1.0.109",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "thread-id"
|
|
|
|
version = "3.3.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"winapi 0.3.9",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "timer"
|
|
|
|
version = "0.2.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "31d42176308937165701f50638db1c31586f183f1aab416268216577aec7306b"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"chrono",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tinystr"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.7.4"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d5d0e245e80bdc9b4e5356fc45a72184abbc3861992603f515270e9340f5a219"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tinyvec"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.6.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"tinyvec_macros",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tinyvec_macros"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio"
|
|
|
|
version = "0.2.25"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio 0.6.23",
|
|
|
|
"mio-named-pipes",
|
|
|
|
"mio-uds",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite 0.1.12",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
|
|
|
"tokio-macros 0.2.6",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.33.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"backtrace",
|
|
|
|
"bytes 1.5.0",
|
2021-11-12 19:09:11 +03:00
|
|
|
"libc",
|
2023-12-03 10:08:20 +03:00
|
|
|
"mio 0.8.9",
|
2022-02-11 04:33:35 +03:00
|
|
|
"num_cpus",
|
2023-12-03 10:08:20 +03:00
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"pin-project-lite 0.2.13",
|
2022-02-11 04:33:35 +03:00
|
|
|
"signal-hook-registry",
|
2023-12-03 10:08:20 +03:00
|
|
|
"socket2 0.5.5",
|
|
|
|
"tokio-macros 2.1.0",
|
|
|
|
"windows-sys",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "0.4.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "9390a43272c8a6ac912ed1d1e2b6abeafd5047e05530a2fa304deee041a06215"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
]
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-macros"
|
|
|
|
version = "0.2.6"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 1.0.109",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-macros"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.1.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
2023-01-08 00:09:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.1"
|
2023-01-08 00:09:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2023-01-08 00:09:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2023-12-03 10:08:20 +03:00
|
|
|
"tokio 1.33.0",
|
2023-01-08 00:09:04 +03:00
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.13.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"futures-core",
|
|
|
|
"rustls 0.17.0",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"webpki",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.14.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"futures-core",
|
|
|
|
"rustls 0.18.1",
|
|
|
|
"tokio 0.2.25",
|
|
|
|
"webpki",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-socks"
|
|
|
|
version = "0.3.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "d611fd5d241872372d52a0a3d309c52d0b95a6a67671a6c8f7ab2c4a37fb2539"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"bytes 0.4.12",
|
|
|
|
"either",
|
2023-12-03 10:08:20 +03:00
|
|
|
"futures 0.3.28",
|
2022-02-11 04:33:35 +03:00
|
|
|
"thiserror",
|
|
|
|
"tokio 0.2.25",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-stream"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.14"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"futures-core",
|
2023-12-03 10:08:20 +03:00
|
|
|
"pin-project-lite 0.2.13",
|
|
|
|
"tokio 1.33.0",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-tls"
|
|
|
|
version = "0.3.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"native-tls",
|
|
|
|
"tokio 0.2.25",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.2.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite 0.1.12",
|
|
|
|
"tokio 0.2.25",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-11 04:33:35 +03:00
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.3.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-11 04:33:35 +03:00
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"bytes 0.5.6",
|
2021-11-12 19:09:11 +03:00
|
|
|
"futures-core",
|
2022-02-11 04:33:35 +03:00
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite 0.1.12",
|
|
|
|
"tokio 0.2.25",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.6.10"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"bytes 1.5.0",
|
2021-11-12 19:09:11 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2023-12-03 10:08:20 +03:00
|
|
|
"pin-project-lite 0.2.13",
|
|
|
|
"tokio 1.33.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 1.5.0",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite 0.2.13",
|
|
|
|
"tokio 1.33.0",
|
|
|
|
"tracing",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ef75d881185fd2df4a040793927c153d863651108a93c7e17a9e591baa95cc6"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.5"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.20.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "380f9e8120405471f7c9ad1860a713ef5ece6a670c7eae39225e477340f32fc4"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.0.2",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.40"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"log",
|
2023-12-03 10:08:20 +03:00
|
|
|
"pin-project-lite 0.2.13",
|
2021-11-12 19:09:11 +03:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.32"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"once_cell",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.4"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "type-map"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typemap"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6"
|
|
|
|
dependencies = [
|
|
|
|
"unsafe-any",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.17.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unic-langid"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.9.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-impl"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.9.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tinystr",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.7.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.22"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.10.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.11"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"generic-array 0.14.7",
|
2022-02-11 04:33:35 +03:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-any"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f"
|
|
|
|
dependencies = [
|
|
|
|
"traitobject",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.4.1"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"getrandom 0.2.10",
|
2022-02-11 04:33:35 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.9.4"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "2.4.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-11-12 19:09:11 +03:00
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.87"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.87"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2023-12-03 10:08:20 +03:00
|
|
|
"once_cell",
|
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
2022-02-11 04:33:35 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.4.37"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.87"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"quote 1.0.33",
|
2022-02-11 04:33:35 +03:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.87"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
2022-02-11 04:33:35 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.2.87"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-02-11 04:33:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.3.64"
|
2022-02-11 04:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2022-02-11 04:33:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.21.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
|
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "0.1.6"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2022-02-11 04:33:35 +03:00
|
|
|
"winapi 0.3.9",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-12-03 10:08:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.51.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3b801d0e0a6726477cc207f60162da452f3a95adb368399bef20a946e06f65c"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-02-11 04:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x25519-dalek"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217"
|
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek 2.1.3",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x25519-dalek"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"
|
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek 3.2.0",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|
|
|
|
|
2021-11-12 19:09:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.6.0"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2023-12-03 10:08:20 +03:00
|
|
|
version = "1.4.2"
|
2021-11-12 19:09:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 10:08:20 +03:00
|
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
2021-11-12 19:09:11 +03:00
|
|
|
dependencies = [
|
2023-12-03 10:08:20 +03:00
|
|
|
"proc-macro2 1.0.69",
|
|
|
|
"quote 1.0.33",
|
|
|
|
"syn 2.0.38",
|
2021-11-12 19:09:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
|
|
|
version = "0.5.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
|
|
|
"thiserror",
|
|
|
|
]
|