2019-03-22 15:03:25 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-28 17:04:27 +03:00
|
|
|
version = 3
|
|
|
|
|
2020-05-19 13:19:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.21.0"
|
2020-05-19 13:19:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2020-05-19 13:19:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
2020-08-10 16:42:53 +03:00
|
|
|
name = "adler"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "1.0.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.4.3"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"generic-array 0.14.7",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "age"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.7.1"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "23100453ca2a1bbda9bfc6deac1bebb828d7e66ba481ebccfedfddf29321b6b9"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"age-core",
|
2023-07-26 14:59:36 +03:00
|
|
|
"base64 0.13.1",
|
2021-11-13 15:19:32 +03:00
|
|
|
"bech32 0.8.1",
|
2020-05-22 13:48:11 +03:00
|
|
|
"chacha20poly1305",
|
|
|
|
"cookie-factory",
|
|
|
|
"hkdf",
|
2021-12-14 14:51:20 +03:00
|
|
|
"hmac 0.11.0",
|
2021-11-13 15:19:32 +03:00
|
|
|
"i18n-embed",
|
|
|
|
"i18n-embed-fl",
|
|
|
|
"lazy_static",
|
2024-02-16 14:19:01 +03:00
|
|
|
"nom",
|
2021-11-13 15:19:32 +03:00
|
|
|
"pin-project",
|
2020-05-22 13:48:11 +03:00
|
|
|
"rand 0.7.3",
|
2022-03-21 13:45:53 +03:00
|
|
|
"rand 0.8.5",
|
2021-11-13 15:19:32 +03:00
|
|
|
"rust-embed",
|
2020-05-22 13:48:11 +03:00
|
|
|
"scrypt",
|
2022-03-21 13:45:53 +03:00
|
|
|
"sha2 0.9.9",
|
2021-11-13 15:19:32 +03:00
|
|
|
"subtle",
|
|
|
|
"x25519-dalek 1.1.1",
|
|
|
|
"zeroize",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "age-core"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.7.1"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "70afa630ef12a4fc666277713efbe6da2bc87bb3f3af0f1149415b701362c615"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"base64 0.13.1",
|
2021-11-13 15:19:32 +03:00
|
|
|
"chacha20poly1305",
|
2020-05-22 13:48:11 +03:00
|
|
|
"cookie-factory",
|
2021-11-13 15:19:32 +03:00
|
|
|
"hkdf",
|
2024-02-16 14:19:01 +03:00
|
|
|
"nom",
|
2022-03-21 13:45:53 +03:00
|
|
|
"rand 0.8.5",
|
2021-11-13 15:19:32 +03:00
|
|
|
"secrecy 0.8.0",
|
2022-03-21 13:45:53 +03:00
|
|
|
"sha2 0.9.9",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.1.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-06-10 19:31:04 +03:00
|
|
|
"memchr",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2023-07-26 14:59:36 +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",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2021-12-14 14:51:20 +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",
|
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.4.8"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
2023-07-26 14:59:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.7.1"
|
2023-07-26 14:59:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2023-07-26 14:59:36 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.3.7"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2019-12-02 16:54:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-05-14 11:36:39 +03:00
|
|
|
version = "0.4.12"
|
2019-12-02 16:54:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:36:39 +03:00
|
|
|
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
]
|
2019-12-02 16:54:57 +03:00
|
|
|
|
2024-05-14 11:35:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-05-14 11:36:39 +03:00
|
|
|
version = "0.5.2"
|
2024-05-14 11:35:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:36:39 +03:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2024-05-14 11:35:42 +03:00
|
|
|
|
2024-05-21 12:20:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-02-04 13:04:57 +03:00
|
|
|
version = "0.2.14"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2023-03-13 16:49:13 +03:00
|
|
|
"hermit-abi 0.1.19",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.1.8"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
|
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"autocfg 1.3.0",
|
2022-03-21 13:45:53 +03:00
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-02-04 13:04:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.3.0"
|
2020-02-04 13:04:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2020-02-04 13:04:57 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.3.71"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"addr2line",
|
2021-11-13 15:19:32 +03:00
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-08-10 16:42:53 +03:00
|
|
|
"miniz_oxide",
|
2020-05-19 13:19:03 +03:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"byteorder",
|
|
|
|
"safemem",
|
2019-09-12 15:18:15 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-06-10 19:31:04 +03:00
|
|
|
version = "0.11.0"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 19:31:04 +03:00
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-08-10 16:42:53 +03:00
|
|
|
version = "0.12.3"
|
2019-09-12 15:18:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 16:42:53 +03:00
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
2021-11-13 15:19:32 +03:00
|
|
|
name = "base64"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.13.1"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-11-13 15:19:32 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "1.6.0"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2020-05-22 13:48:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dabbe35f96fb9507f7330793dc490461b2962659ac5d427181e451a623751d1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bech32"
|
|
|
|
version = "0.8.1"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b"
|
2020-05-22 13:48:11 +03:00
|
|
|
|
2019-12-02 16:54:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.6.3"
|
2019-12-02 16:54:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2019-12-02 16:54:57 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "1.3.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2023-07-26 14:59:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "2.5.0"
|
2023-07-26 14:59:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
2023-07-26 14:59:36 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blake2-rfc"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"arrayvec 0.4.12",
|
|
|
|
"constant_time_eq",
|
2019-09-12 15:18:15 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.5.11"
|
2019-09-12 15:18:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2019-09-12 15:18:15 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"arrayref",
|
2021-11-13 15:19:32 +03:00
|
|
|
"arrayvec 0.5.2",
|
2020-05-19 13:19:03 +03:00
|
|
|
"constant_time_eq",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"block-padding",
|
2021-11-13 15:19:32 +03:00
|
|
|
"byte-tools",
|
2020-05-19 13:19:03 +03:00
|
|
|
"byteorder",
|
2021-11-13 15:19:32 +03:00
|
|
|
"generic-array 0.12.4",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
2021-11-13 15:19:32 +03:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"generic-array 0.14.7",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2021-12-14 14:51:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.10.4"
|
2021-12-14 14:51:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-12-14 14:51:20 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"generic-array 0.14.7",
|
2021-12-14 14:51:20 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2019-12-02 16:54:57 +03:00
|
|
|
version = "0.1.5"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"byte-tools",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "built"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "0.7.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-27 14:30:22 +03:00
|
|
|
checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"git2",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "3.16.0"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2019-10-14 22:24:09 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "1.5.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"iovec",
|
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2020-08-10 16:42:53 +03:00
|
|
|
version = "0.5.6"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 16:42:53 +03:00
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
2021-11-13 15:19:32 +03:00
|
|
|
name = "bytes"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.6.0"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
2020-05-22 13:48:11 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.98"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
|
2019-09-12 15:18:15 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"jobserver",
|
2024-02-16 14:19:01 +03:00
|
|
|
"libc",
|
2024-04-24 12:20:16 +03:00
|
|
|
"once_cell",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-10-04 14:41:18 +03:00
|
|
|
version = "0.1.10"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-12-01 16:48:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chacha20"
|
2022-07-28 12:21:45 +03:00
|
|
|
version = "0.8.2"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-28 12:21:45 +03:00
|
|
|
checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chacha20poly1305"
|
2022-07-28 12:21:45 +03:00
|
|
|
version = "0.9.1"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-28 12:21:45 +03:00
|
|
|
checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"aead",
|
2021-11-13 15:19:32 +03:00
|
|
|
"chacha20",
|
|
|
|
"cipher",
|
2020-05-22 13:48:11 +03:00
|
|
|
"poly1305",
|
2021-11-13 15:19:32 +03:00
|
|
|
"zeroize",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.4.38"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2024-05-21 12:20:09 +03:00
|
|
|
"num-traits 0.2.19",
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
2023-07-26 14:59:36 +03:00
|
|
|
"wasm-bindgen",
|
2024-05-21 12:20:09 +03:00
|
|
|
"windows-targets",
|
2021-11-13 15:19:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"generic-array 0.14.7",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-12-14 14:51:20 +03:00
|
|
|
version = "2.34.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 14:51:20 +03:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-12-14 14:51:20 +03:00
|
|
|
"ansi_term 0.12.1",
|
2020-05-19 13:19:03 +03:00
|
|
|
"atty",
|
2021-11-13 15:19:32 +03:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"strsim 0.8.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
"yaml-rust 0.3.5",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"bitflags 1.3.2",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2020-02-04 13:04:57 +03:00
|
|
|
version = "0.1.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cookie-factory"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.3.3"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.3.30",
|
|
|
|
]
|
2020-05-22 13:48:11 +03:00
|
|
|
|
2020-03-10 21:19:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
2020-03-10 21:19:27 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"core-foundation-sys 0.7.0",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.9.4"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2024-02-16 14:19:01 +03:00
|
|
|
"core-foundation-sys 0.8.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-03-10 21:19:27 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
2020-03-10 21:19:27 +03:00
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.8.6"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2021-11-13 15:19:32 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.2.12"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.4.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-12-01 16:48:07 +03:00
|
|
|
"cfg-if 1.0.0",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-05 12:14:10 +03:00
|
|
|
name = "croaring"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.1.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "611eaefca84c93e431ad82dfb848f6e05a99e25148384f45a3852b0fbe1c8086"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"byteorder",
|
2021-04-05 12:14:10 +03:00
|
|
|
"croaring-sys",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-05 12:14:10 +03:00
|
|
|
name = "croaring-sys"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "2.0.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "ab5260027c04c33d67f405589d9c26e1e991fe062fb165f3094c9836e6c3b17f"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"cc",
|
2021-04-08 16:45:52 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.8.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"crossbeam-epoch",
|
2021-11-13 15:19:32 +03:00
|
|
|
"crossbeam-utils",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.9.18"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"crossbeam-utils",
|
2019-03-07 12:52:53 +03:00
|
|
|
]
|
|
|
|
|
2019-12-02 16:54:57 +03:00
|
|
|
[[package]]
|
2021-04-08 16:45:52 +03:00
|
|
|
name = "crossbeam-utils"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.8.20"
|
2019-12-02 16:54:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2019-12-02 16:54:57 +03:00
|
|
|
|
2021-12-14 14:51:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-08-08 14:08:25 +03:00
|
|
|
version = "0.1.6"
|
2021-12-14 14:51:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 14:08:25 +03:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-14 14:51:20 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"generic-array 0.14.7",
|
2022-03-21 13:45:53 +03:00
|
|
|
"typenum",
|
2021-12-14 14:51:20 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.11.1"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"generic-array 0.14.7",
|
2021-11-13 15:19:32 +03:00
|
|
|
"subtle",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "1.3.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-06-10 19:31:04 +03:00
|
|
|
"csv-core",
|
2024-04-24 12:20:16 +03:00
|
|
|
"itoa 1.0.11",
|
2020-06-10 19:31:04 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.1.11"
|
2020-06-10 19:31:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
2020-06-10 19:31:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ct-logs"
|
2020-02-24 15:03:09 +03:00
|
|
|
version = "0.6.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"sct",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-06-10 19:31:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.1.26"
|
2020-06-10 19:31:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2020-06-10 19:31:04 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2023-07-26 14:59:36 +03:00
|
|
|
"syn 1.0.109",
|
2020-06-10 19:31:04 +03:00
|
|
|
]
|
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
2021-11-13 15:19:32 +03:00
|
|
|
name = "curve25519-dalek"
|
|
|
|
version = "2.1.3"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"byteorder",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "3.2.0"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"byteorder",
|
2021-11-13 15:19:32 +03:00
|
|
|
"digest 0.9.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand_core 0.5.1",
|
2021-11-13 15:19:32 +03:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-08-27 14:30:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2 1.0.83",
|
|
|
|
"quote 1.0.36",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote 1.0.36",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "5.5.3"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2024-05-21 12:20:09 +03:00
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"lock_api 0.4.12",
|
2023-07-26 14:59:36 +03:00
|
|
|
"once_cell",
|
2024-05-21 12:20:09 +03:00
|
|
|
"parking_lot_core 0.9.10",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "2.6.0"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2019-10-14 22:24:09 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.8.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"generic-array 0.12.4",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.9.0"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"generic-array 0.14.7",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
2021-12-14 14:51:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.10.7"
|
2021-12-14 14:51:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-12-14 14:51:20 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"block-buffer 0.10.4",
|
2021-12-14 14:51:20 +03:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2019-02-27 15:50:05 +03:00
|
|
|
version = "1.0.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2021-11-13 15:19:32 +03:00
|
|
|
"redox_users 0.3.5",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-06 12:08:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
|
2020-02-06 12:08:24 +03:00
|
|
|
dependencies = [
|
2020-12-01 16:48:07 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-19 13:19:03 +03:00
|
|
|
"dirs-sys",
|
2020-02-06 12:08:24 +03:00
|
|
|
]
|
|
|
|
|
2023-07-26 14:59:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2020-02-06 12:08:24 +03:00
|
|
|
[[package]]
|
2020-06-10 19:31:04 +03:00
|
|
|
name = "dirs-next"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "1.0.2"
|
2020-02-06 12:08:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "cf36e65a80337bea855cd4ef9b8401ffce06a7baedf2e85ec467b1ac3f6e82b6"
|
2020-02-06 12:08:24 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-06-10 19:31:04 +03:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
2023-03-13 16:49:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
2020-06-10 19:31:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.3.7"
|
2020-06-10 19:31:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2020-06-10 19:31:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-04-24 12:20:16 +03:00
|
|
|
"redox_users 0.4.5",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-06-10 19:31:04 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.1.2"
|
2020-06-10 19:31:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-06-10 19:31:04 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2024-04-24 12:20:16 +03:00
|
|
|
"redox_users 0.4.5",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-02-06 12:08:24 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
2023-07-26 14:59:36 +03:00
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.4"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2023-07-26 14:59:36 +03:00
|
|
|
]
|
2019-10-14 22:24:09 +03:00
|
|
|
|
2019-08-19 15:05:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "easy-jsonrpc-mw"
|
2019-10-10 18:40:43 +03:00
|
|
|
version = "0.5.4"
|
2019-08-19 15:05:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "d3b1a91569d50e3bba3c9febb22ef54d78c6e8a8d8dd91ae859896c8ba05f4e3"
|
2019-08-19 15:05:21 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"easy-jsonrpc-proc-macro-mw",
|
|
|
|
"jsonrpc-core",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2019-08-19 15:05:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "easy-jsonrpc-proc-macro-mw"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "a6368dbd2c6685fb84fc6e6a4749917ddc98905793fd06341c7e11a2504f2724"
|
2019-08-19 15:05:21 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"heck",
|
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2019-08-19 15:05:21 +03:00
|
|
|
]
|
|
|
|
|
2020-08-10 16:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "1.5.3"
|
2020-08-10 16:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
|
2020-08-10 16:42:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"signature",
|
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519-dalek"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "1.0.1"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"curve25519-dalek 3.2.0",
|
2020-08-10 16:42:53 +03:00
|
|
|
"ed25519",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand 0.7.3",
|
2020-08-10 16:42:53 +03:00
|
|
|
"serde",
|
2022-03-21 13:45:53 +03:00
|
|
|
"sha2 0.9.9",
|
2021-11-13 15:19:32 +03:00
|
|
|
"zeroize",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.12.0"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
|
2019-10-14 22:24:09 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
2023-03-13 16:49:13 +03:00
|
|
|
version = "1.0.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 16:49:13 +03:00
|
|
|
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.8.34"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
2021-05-04 18:13:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "enum_primitive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"num-traits 0.1.43",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2023-07-26 14:59:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-03-13 16:49:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.3.9"
|
2023-03-13 16:49:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2023-03-13 16:49:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-07-26 14:59:36 +03:00
|
|
|
"windows-sys",
|
2023-03-13 16:49:13 +03:00
|
|
|
]
|
|
|
|
|
2022-03-21 13:45:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "2.1.0"
|
2022-03-21 13:45:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
2022-03-21 13:45:53 +03:00
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "find-crate"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2"
|
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"toml 0.5.11",
|
2021-11-13 15:19:32 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.30"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fluent"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.16.1"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "bb74634707bebd0ce645a981148e8fb8c7bccd4c33c652aeffd28bf2f96d555a"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"fluent-bundle",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluent-bundle"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.15.3"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"fluent-langneg",
|
|
|
|
"fluent-syntax",
|
|
|
|
"intl-memoizer",
|
|
|
|
"intl_pluralrules",
|
|
|
|
"rustc-hash",
|
2024-02-16 14:19:01 +03:00
|
|
|
"self_cell 0.10.3",
|
2021-11-13 15:19:32 +03:00
|
|
|
"smallvec",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluent-langneg"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
|
|
|
|
dependencies = [
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluent-syntax"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.11.1"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-22 13:48:11 +03:00
|
|
|
version = "1.0.7"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-22 13:48:11 +03:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-02-24 18:20:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2020-02-24 18:20:14 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"foreign-types-shared",
|
2020-02-24 18:20:14 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2020-02-24 18:20:14 +03:00
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "1.2.1"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"bitflags 1.3.2",
|
2020-05-19 13:19:03 +03:00
|
|
|
"fuchsia-zircon-sys",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.1.31"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2020-06-10 19:31:04 +03:00
|
|
|
"memchr",
|
2024-04-24 12:20:16 +03:00
|
|
|
"pin-project-lite 0.2.14",
|
2020-05-19 13:19:03 +03:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.12.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"typenum",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.14.7"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"typenum",
|
2021-11-13 15:19:32 +03:00
|
|
|
"version_check",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.1.16"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2019-08-06 14:50:41 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.2.15"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2022-07-28 12:21:45 +03:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2020-05-19 13:19:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.28.1"
|
2020-05-19 13:19:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2020-05-19 13:19:03 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "0.19.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-27 14:30:22 +03:00
|
|
|
checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-08-27 14:30:22 +03:00
|
|
|
"bitflags 2.5.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
2020-06-12 18:14:23 +03:00
|
|
|
"url",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_api"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "5.4.0-alpha.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#503527c2e7702b0de747ccdbb090cadb7d0a1d64"
|
2020-05-19 13:19:03 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"easy-jsonrpc-mw",
|
2024-02-16 14:19:01 +03:00
|
|
|
"futures 0.3.30",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_chain",
|
|
|
|
"grin_core",
|
|
|
|
"grin_p2p",
|
|
|
|
"grin_pool",
|
|
|
|
"grin_store",
|
|
|
|
"grin_util",
|
2020-06-12 18:14:23 +03:00
|
|
|
"http",
|
2020-05-19 13:19:03 +03:00
|
|
|
"hyper",
|
2021-05-04 18:13:38 +03:00
|
|
|
"hyper-rustls 0.20.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"hyper-timeout",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"ring",
|
2021-05-04 18:13:38 +03:00
|
|
|
"rustls 0.17.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2020-05-19 13:19:03 +03:00
|
|
|
"tokio",
|
2021-05-04 18:13:38 +03:00
|
|
|
"tokio-rustls 0.13.1",
|
2020-06-12 18:14:23 +03:00
|
|
|
"url",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_chain"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "5.4.0-alpha.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#503527c2e7702b0de747ccdbb090cadb7d0a1d64"
|
2020-05-19 13:19:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
2021-11-13 15:19:32 +03:00
|
|
|
"bitflags 1.3.2",
|
2020-05-19 13:19:03 +03:00
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
2021-04-05 12:14:10 +03:00
|
|
|
"croaring",
|
2020-06-12 18:14:23 +03:00
|
|
|
"enum_primitive",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_core",
|
|
|
|
"grin_keychain",
|
|
|
|
"grin_store",
|
|
|
|
"grin_util",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_core"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "5.4.0-alpha.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#503527c2e7702b0de747ccdbb090cadb7d0a1d64"
|
2020-05-19 13:19:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"chrono",
|
2021-04-05 12:14:10 +03:00
|
|
|
"croaring",
|
2020-05-19 13:19:03 +03:00
|
|
|
"enum_primitive",
|
|
|
|
"grin_keychain",
|
|
|
|
"grin_util",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
2020-06-12 18:14:23 +03:00
|
|
|
"num",
|
|
|
|
"num-bigint",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2020-06-12 18:14:23 +03:00
|
|
|
"siphasher",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2021-11-13 15:19:32 +03:00
|
|
|
"zeroize",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_keychain"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "5.4.0-alpha.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#503527c2e7702b0de747ccdbb090cadb7d0a1d64"
|
2020-05-19 13:19:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
2021-11-13 15:19:32 +03:00
|
|
|
"digest 0.9.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_util",
|
2021-12-14 14:51:20 +03:00
|
|
|
"hmac 0.11.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-11-13 15:19:32 +03:00
|
|
|
"pbkdf2 0.8.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand 0.6.5",
|
|
|
|
"ripemd160",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2022-03-21 13:45:53 +03:00
|
|
|
"sha2 0.9.9",
|
2021-11-13 15:19:32 +03:00
|
|
|
"zeroize",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_p2p"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "5.4.0-alpha.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#503527c2e7702b0de747ccdbb090cadb7d0a1d64"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"bitflags 1.3.2",
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"chrono",
|
|
|
|
"enum_primitive",
|
|
|
|
"grin_chain",
|
|
|
|
"grin_core",
|
|
|
|
"grin_store",
|
|
|
|
"grin_util",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
2020-06-12 18:14:23 +03:00
|
|
|
"num",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"tempfile",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_pool"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "5.4.0-alpha.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#503527c2e7702b0de747ccdbb090cadb7d0a1d64"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"blake2-rfc",
|
|
|
|
"chrono",
|
|
|
|
"grin_core",
|
|
|
|
"grin_keychain",
|
|
|
|
"grin_util",
|
|
|
|
"log",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_secp256k1zkp"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.7.14"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "06832645c3d28079245827908045946db48e5d62b4c54b40701c7e21327e2571"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"arrayvec 0.7.4",
|
2020-05-19 13:19:03 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"rand 0.5.6",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-11-13 15:19:32 +03:00
|
|
|
"zeroize",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_store"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "5.4.0-alpha.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#503527c2e7702b0de747ccdbb090cadb7d0a1d64"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"byteorder",
|
2021-04-05 12:14:10 +03:00
|
|
|
"croaring",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_core",
|
|
|
|
"grin_util",
|
|
|
|
"libc",
|
|
|
|
"lmdb-zero",
|
|
|
|
"log",
|
|
|
|
"memmap",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"tempfile",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_util"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "5.4.0-alpha.0"
|
|
|
|
source = "git+https://github.com/mimblewimble/grin?branch=master#503527c2e7702b0de747ccdbb090cadb7d0a1d64"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"backtrace",
|
2020-08-10 16:42:53 +03:00
|
|
|
"base64 0.12.3",
|
2020-05-19 13:19:03 +03:00
|
|
|
"byteorder",
|
|
|
|
"grin_secp256k1zkp",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"log4rs",
|
2021-11-13 15:19:32 +03:00
|
|
|
"parking_lot 0.10.2",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand 0.6.5",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"walkdir",
|
2021-11-13 15:19:32 +03:00
|
|
|
"zeroize",
|
2020-05-19 13:19:03 +03:00
|
|
|
"zip",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "5.4.0-contracts.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"built",
|
|
|
|
"clap",
|
2020-06-10 19:31:04 +03:00
|
|
|
"easy-jsonrpc-mw",
|
2022-08-08 14:08:25 +03:00
|
|
|
"grin_api",
|
|
|
|
"grin_core",
|
|
|
|
"grin_keychain",
|
|
|
|
"grin_util",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_wallet_api",
|
|
|
|
"grin_wallet_config",
|
|
|
|
"grin_wallet_controller",
|
|
|
|
"grin_wallet_impls",
|
|
|
|
"grin_wallet_libwallet",
|
|
|
|
"grin_wallet_util",
|
|
|
|
"lazy_static",
|
|
|
|
"linefeed",
|
|
|
|
"log",
|
|
|
|
"prettytable-rs",
|
2023-07-26 14:59:36 +03:00
|
|
|
"remove_dir_all",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rpassword",
|
|
|
|
"rustyline",
|
2024-08-27 14:30:22 +03:00
|
|
|
"semver",
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2020-06-12 18:14:23 +03:00
|
|
|
"url",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-03-14 15:06:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_api"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "5.4.0-contracts.0"
|
2019-03-14 15:06:03 +03:00
|
|
|
dependencies = [
|
2020-08-10 16:42:53 +03:00
|
|
|
"base64 0.12.3",
|
2020-05-19 13:19:03 +03:00
|
|
|
"chrono",
|
|
|
|
"easy-jsonrpc-mw",
|
|
|
|
"ed25519-dalek",
|
2022-08-08 14:08:25 +03:00
|
|
|
"grin_core",
|
|
|
|
"grin_keychain",
|
|
|
|
"grin_util",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_wallet_config",
|
|
|
|
"grin_wallet_impls",
|
|
|
|
"grin_wallet_libwallet",
|
|
|
|
"grin_wallet_util",
|
|
|
|
"log",
|
2020-06-10 19:31:04 +03:00
|
|
|
"rand 0.6.5",
|
2020-05-19 13:19:03 +03:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
"uuid",
|
2019-03-14 15:06:03 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_config"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "5.4.0-contracts.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-06-10 19:31:04 +03:00
|
|
|
"dirs 2.0.2",
|
2022-08-08 14:08:25 +03:00
|
|
|
"grin_core",
|
|
|
|
"grin_util",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_wallet_util",
|
|
|
|
"pretty_assertions",
|
2020-06-10 19:31:04 +03:00
|
|
|
"rand 0.6.5",
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-07-26 14:59:36 +03:00
|
|
|
"toml 0.5.11",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-03-14 15:06:03 +03:00
|
|
|
[[package]]
|
2019-03-17 22:14:58 +03:00
|
|
|
name = "grin_wallet_controller"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "5.4.0-contracts.0"
|
2019-03-14 15:06:03 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"chrono",
|
|
|
|
"easy-jsonrpc-mw",
|
2020-05-26 11:51:05 +03:00
|
|
|
"ed25519-dalek",
|
2024-02-16 14:19:01 +03:00
|
|
|
"futures 0.3.30",
|
2022-08-08 14:08:25 +03:00
|
|
|
"grin_api",
|
|
|
|
"grin_chain",
|
|
|
|
"grin_core",
|
|
|
|
"grin_keychain",
|
|
|
|
"grin_util",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_wallet_api",
|
|
|
|
"grin_wallet_config",
|
|
|
|
"grin_wallet_impls",
|
|
|
|
"grin_wallet_libwallet",
|
|
|
|
"grin_wallet_util",
|
|
|
|
"hyper",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"prettytable-rs",
|
2022-07-12 12:32:26 +03:00
|
|
|
"qr_code",
|
2020-06-10 19:31:04 +03:00
|
|
|
"rand 0.7.3",
|
2023-07-26 14:59:36 +03:00
|
|
|
"remove_dir_all",
|
2020-05-19 13:19:03 +03:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2020-06-10 19:31:04 +03:00
|
|
|
"term 0.6.1",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2020-05-19 13:19:03 +03:00
|
|
|
"tokio",
|
2020-06-12 18:14:23 +03:00
|
|
|
"url",
|
2020-05-19 13:19:03 +03:00
|
|
|
"uuid",
|
2019-03-14 15:06:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-03-17 22:14:58 +03:00
|
|
|
name = "grin_wallet_impls"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "5.4.0-contracts.0"
|
2019-03-14 15:06:03 +03:00
|
|
|
dependencies = [
|
2022-02-03 18:33:41 +03:00
|
|
|
"base64 0.12.3",
|
2020-05-19 13:19:03 +03:00
|
|
|
"blake2-rfc",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"data-encoding",
|
|
|
|
"ed25519-dalek",
|
2024-02-16 14:19:01 +03:00
|
|
|
"futures 0.3.30",
|
2022-08-08 14:08:25 +03:00
|
|
|
"grin_api",
|
|
|
|
"grin_chain",
|
|
|
|
"grin_core",
|
|
|
|
"grin_keychain",
|
|
|
|
"grin_store",
|
|
|
|
"grin_util",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_wallet_config",
|
|
|
|
"grin_wallet_libwallet",
|
|
|
|
"grin_wallet_util",
|
2020-12-15 23:09:19 +03:00
|
|
|
"lazy_static",
|
2020-05-19 13:19:03 +03:00
|
|
|
"log",
|
2020-06-10 19:31:04 +03:00
|
|
|
"rand 0.6.5",
|
2020-05-19 13:19:03 +03:00
|
|
|
"regex",
|
2023-07-26 14:59:36 +03:00
|
|
|
"remove_dir_all",
|
2021-05-04 18:13:38 +03:00
|
|
|
"reqwest",
|
2020-05-19 13:19:03 +03:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sysinfo",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2020-05-19 13:19:03 +03:00
|
|
|
"timer",
|
|
|
|
"tokio",
|
2022-02-03 18:33:41 +03:00
|
|
|
"url",
|
2020-05-19 13:19:03 +03:00
|
|
|
"uuid",
|
2021-11-13 15:19:32 +03:00
|
|
|
"x25519-dalek 0.6.0",
|
2019-03-17 22:14:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_libwallet"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "5.4.0-contracts.0"
|
2019-03-17 22:14:58 +03:00
|
|
|
dependencies = [
|
2020-05-22 13:48:11 +03:00
|
|
|
"age",
|
2020-05-19 13:19:03 +03:00
|
|
|
"base64 0.9.3",
|
2021-11-13 15:19:32 +03:00
|
|
|
"bech32 0.7.3",
|
2020-05-19 13:19:03 +03:00
|
|
|
"blake2-rfc",
|
2020-05-22 13:48:11 +03:00
|
|
|
"bs58",
|
2020-05-19 13:19:03 +03:00
|
|
|
"byteorder",
|
2024-08-27 14:30:22 +03:00
|
|
|
"chacha20",
|
2020-05-19 13:19:03 +03:00
|
|
|
"chrono",
|
2021-11-13 15:19:32 +03:00
|
|
|
"curve25519-dalek 2.1.3",
|
2020-05-19 13:19:03 +03:00
|
|
|
"ed25519-dalek",
|
2022-08-08 14:08:25 +03:00
|
|
|
"grin_core",
|
|
|
|
"grin_keychain",
|
2024-08-27 14:30:22 +03:00
|
|
|
"grin_secp256k1zkp",
|
2022-08-08 14:08:25 +03:00
|
|
|
"grin_store",
|
|
|
|
"grin_util",
|
2020-05-19 13:19:03 +03:00
|
|
|
"grin_wallet_config",
|
|
|
|
"grin_wallet_util",
|
2024-08-27 14:30:22 +03:00
|
|
|
"hmac 0.12.1",
|
2020-05-19 13:19:03 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2022-11-28 18:10:29 +03:00
|
|
|
"num-bigint",
|
2020-06-10 19:31:04 +03:00
|
|
|
"rand 0.6.5",
|
2020-05-22 13:48:11 +03:00
|
|
|
"regex",
|
2021-11-13 15:19:32 +03:00
|
|
|
"secrecy 0.6.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2024-08-27 14:30:22 +03:00
|
|
|
"serde_with",
|
|
|
|
"sha2 0.10.8",
|
2020-05-19 13:19:03 +03:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2020-05-19 13:19:03 +03:00
|
|
|
"uuid",
|
2021-11-13 15:19:32 +03:00
|
|
|
"x25519-dalek 0.6.0",
|
2019-03-26 19:02:31 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grin_wallet_util"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "5.4.0-contracts.0"
|
2019-03-26 19:02:31 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"data-encoding",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"grin_util",
|
|
|
|
"pretty_assertions",
|
2020-06-10 19:31:04 +03:00
|
|
|
"rand 0.6.5",
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"sha3",
|
2022-07-28 12:21:45 +03:00
|
|
|
"thiserror",
|
2019-03-14 15:06:03 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.2.7"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2020-06-12 18:14:23 +03:00
|
|
|
"http",
|
2023-07-26 14:59:36 +03:00
|
|
|
"indexmap 1.9.3",
|
2020-05-19 13:19:03 +03:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2020-08-10 16:42:53 +03:00
|
|
|
"tracing",
|
2021-11-13 15:19:32 +03:00
|
|
|
"tracing-futures",
|
2020-08-10 16:42:53 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-08 14:08:25 +03:00
|
|
|
version = "0.12.3"
|
2020-08-10 16:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 14:08:25 +03:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
2023-07-26 14:59:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.14.5"
|
2023-07-26 14:59:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-07-26 14:59:36 +03:00
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.3.3"
|
2019-03-12 12:37:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2019-03-12 12:37:57 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"unicode-segmentation",
|
2019-11-05 00:10:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.1.19"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"libc",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2023-03-13 16:49:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.3.9"
|
2023-03-13 16:49:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-03-13 16:49:13 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
2021-11-13 15:19:32 +03:00
|
|
|
name = "hkdf"
|
|
|
|
version = "0.11.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"digest 0.9.0",
|
2021-12-14 14:51:20 +03:00
|
|
|
"hmac 0.11.0",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.11.0"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"crypto-mac",
|
|
|
|
"digest 0.9.0",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2021-12-14 14:51:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.12.1"
|
2021-12-14 14:51:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2021-12-14 14:51:20 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"digest 0.10.7",
|
2021-12-14 14:51:20 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.2.12"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"bytes 1.6.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"fnv",
|
2024-04-24 12:20:16 +03:00
|
|
|
"itoa 1.0.11",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-06-12 18:14:23 +03:00
|
|
|
"http",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "1.8.0"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-11-13 15:19:32 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "0.3.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.3.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"quick-error",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.13.10"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
2020-06-12 18:14:23 +03:00
|
|
|
"http",
|
2020-05-19 13:19:03 +03:00
|
|
|
"http-body",
|
|
|
|
"httparse",
|
2021-11-13 15:19:32 +03:00
|
|
|
"httpdate",
|
2021-12-14 14:51:20 +03:00
|
|
|
"itoa 0.4.8",
|
2020-05-19 13:19:03 +03:00
|
|
|
"pin-project",
|
2020-06-04 19:21:49 +03:00
|
|
|
"socket2",
|
2020-05-19 13:19:03 +03:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2020-08-10 16:42:53 +03:00
|
|
|
"tracing",
|
2020-05-19 13:19:03 +03:00
|
|
|
"want",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2020-05-19 13:19:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"ct-logs",
|
|
|
|
"futures-util",
|
|
|
|
"hyper",
|
|
|
|
"log",
|
2021-05-04 18:13:38 +03:00
|
|
|
"rustls 0.17.0",
|
2020-06-10 19:31:04 +03:00
|
|
|
"rustls-native-certs",
|
2020-05-19 13:19:03 +03:00
|
|
|
"tokio",
|
2021-05-04 18:13:38 +03:00
|
|
|
"tokio-rustls 0.13.1",
|
2020-05-19 13:19:03 +03:00
|
|
|
"webpki",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 18:20:14 +03:00
|
|
|
[[package]]
|
2021-05-04 18:13:38 +03:00
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.21.0"
|
2020-06-03 16:31:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-04 18:13:38 +03:00
|
|
|
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
|
2020-02-24 18:20:14 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"futures-util",
|
2020-05-19 13:19:03 +03:00
|
|
|
"hyper",
|
2021-05-04 18:13:38 +03:00
|
|
|
"log",
|
|
|
|
"rustls 0.18.1",
|
2020-05-19 13:19:03 +03:00
|
|
|
"tokio",
|
2021-05-04 18:13:38 +03:00
|
|
|
"tokio-rustls 0.14.1",
|
|
|
|
"webpki",
|
2020-02-24 18:20:14 +03:00
|
|
|
]
|
|
|
|
|
2019-09-24 17:13:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
2020-03-10 18:49:37 +03:00
|
|
|
version = "0.3.1"
|
2019-09-24 17:13:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "0d1f9b0b8258e3ef8f45928021d3ef14096c2b93b99e4b8cfcabf1f58ec84b0a"
|
2019-09-24 17:13:20 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"hyper",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
2019-09-24 17:13:20 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 18:20:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2020-08-10 16:42:53 +03:00
|
|
|
version = "0.4.3"
|
2020-02-24 18:20:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 16:42:53 +03:00
|
|
|
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
|
2020-02-24 18:20:14 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-tls",
|
2020-02-24 18:20:14 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "i18n-config"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.4.6"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "0c9ce3c48cbc21fd5b22b9331f32b5b51f6ad85d969b99e793427332e76e7640"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"thiserror",
|
2024-05-21 12:20:09 +03:00
|
|
|
"toml 0.8.13",
|
2021-11-13 15:19:32 +03:00
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "i18n-embed"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.13.9"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "92a86226a7a16632de6723449ee5fe70bac5af718bc642ee9ca2f0f6e14fa1fa"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"arc-swap 1.7.1",
|
2021-11-13 15:19:32 +03:00
|
|
|
"fluent",
|
|
|
|
"fluent-langneg",
|
|
|
|
"fluent-syntax",
|
|
|
|
"i18n-embed-impl",
|
|
|
|
"intl-memoizer",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2024-05-21 12:20:09 +03:00
|
|
|
"parking_lot 0.12.2",
|
2021-11-13 15:19:32 +03:00
|
|
|
"rust-embed",
|
|
|
|
"thiserror",
|
|
|
|
"unic-langid",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "i18n-embed-fl"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.6.7"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "d26a3d3569737dfaac7fc1c4078e6af07471c3060b8e570bcd83cdd5f4685395"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"dashmap",
|
|
|
|
"find-crate",
|
|
|
|
"fluent",
|
|
|
|
"fluent-syntax",
|
|
|
|
"i18n-config",
|
|
|
|
"i18n-embed",
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro-error",
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2021-11-13 15:19:32 +03:00
|
|
|
"strsim 0.10.0",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2021-11-13 15:19:32 +03:00
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "i18n-embed-impl"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.8.3"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "81093c4701672f59416582fe3145676126fd23ba5db910acad0793c1108aaa58"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"find-crate",
|
|
|
|
"i18n-config",
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2023-07-26 14:59:36 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.1.60"
|
2023-07-26 14:59:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
2024-02-16 14:19:01 +03:00
|
|
|
"core-foundation-sys 0.8.6",
|
2023-07-26 14:59:36 +03:00
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-02-16 14:19:01 +03:00
|
|
|
"windows-core",
|
2023-07-26 14:59:36 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2021-11-13 15:19:32 +03:00
|
|
|
]
|
|
|
|
|
2024-08-27 14:30:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.5.0"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2019-08-06 14:50:41 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "1.9.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2019-11-05 00:10:05 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"autocfg 1.3.0",
|
2023-07-26 14:59:36 +03:00
|
|
|
"hashbrown 0.12.3",
|
2019-11-05 00:10:05 +03:00
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
2023-07-26 14:59:36 +03:00
|
|
|
name = "indexmap"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "2.2.6"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"equivalent",
|
2024-05-21 12:20:09 +03:00
|
|
|
"hashbrown 0.14.5",
|
2021-11-13 15:19:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "intl-memoizer"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.5.2"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"type-map",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "intl_pluralrules"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "7.0.2"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-10-14 22:24:09 +03:00
|
|
|
version = "0.1.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "2.9.0"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2021-05-04 18:13:38 +03:00
|
|
|
|
2023-03-13 16:49:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.4.12"
|
2023-03-13 16:49:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
|
2023-03-13 16:49:13 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"hermit-abi 0.3.9",
|
2024-02-16 14:19:01 +03:00
|
|
|
"libc",
|
2023-07-26 14:59:36 +03:00
|
|
|
"windows-sys",
|
2023-03-13 16:49:13 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.4.8"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2021-12-14 14:51:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.0.11"
|
2021-12-14 14:51:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2021-12-14 14:51:20 +03:00
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.1.31"
|
2019-09-12 15:18:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
|
2019-09-12 15:18:15 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.3.69"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"wasm-bindgen",
|
2019-09-12 15:18:15 +03:00
|
|
|
]
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
|
|
|
version = "10.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "dc15eef5f8b6bef5ac5f7440a957ff95d036e2f98706947741bfc93d1976db4c"
|
2019-03-12 12:37:57 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"futures 0.1.31",
|
2020-05-19 13:19:03 +03:00
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2019-03-12 12:37:57 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "keccak"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.1.5"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
2019-10-14 22:24:09 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "1.4.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.2.155"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2024-08-27 14:30:22 +03:00
|
|
|
version = "0.17.0+1.8.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-27 14:30:22 +03:00
|
|
|
checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"pkg-config",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "liblmdb-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "feed38a3a580f60bf61aaa067b0ff4123395966839adeaf67258a9e50c4d2e49"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"gcc",
|
|
|
|
"libc",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-16 14:19:01 +03:00
|
|
|
name = "libredox"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.1.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"bitflags 2.5.0",
|
2024-02-16 14:19:01 +03:00
|
|
|
"libc",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.1.16"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linefeed"
|
2020-06-10 19:31:04 +03:00
|
|
|
version = "0.6.0"
|
2019-02-14 13:52:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 19:31:04 +03:00
|
|
|
checksum = "28715d08e35c6c074f9ae6b2e6a2420bac75d050c66ecd669d7d5b98e2caa036"
|
2019-02-14 13:52:16 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"dirs 1.0.5",
|
|
|
|
"mortal",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-28 12:21:45 +03:00
|
|
|
version = "0.5.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-28 12:21:45 +03:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2023-03-13 16:49:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.4.14"
|
2023-03-13 16:49:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-03-13 16:49:13 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lmdb-zero"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "13416eee745b087c22934f35f1f24da22da41ba2a5ce197143d168ce055cc58d"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"bitflags 0.9.1",
|
|
|
|
"libc",
|
|
|
|
"liblmdb-sys",
|
|
|
|
"supercow",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2020-06-12 18:14:23 +03:00
|
|
|
version = "0.3.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-12 18:14:23 +03:00
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-06-12 18:14:23 +03:00
|
|
|
"scopeguard",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.4.12"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"autocfg 1.3.0",
|
2021-11-13 15:19:32 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.4.21"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log-mdc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log4rs"
|
2020-06-12 18:14:23 +03:00
|
|
|
version = "0.12.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-12 18:14:23 +03:00
|
|
|
checksum = "f4d8e6e1d5f89acca713132acc6034f30bad09b961d1338161bdb71c08f6e4fa"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"arc-swap 0.4.8",
|
2020-05-19 13:19:03 +03:00
|
|
|
"chrono",
|
|
|
|
"flate2",
|
|
|
|
"fnv",
|
2024-02-16 14:19:01 +03:00
|
|
|
"humantime",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"log-mdc",
|
2021-11-13 15:19:32 +03:00
|
|
|
"parking_lot 0.10.2",
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
|
|
|
"serde-value",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"thread-id",
|
|
|
|
"typemap",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
2019-03-22 15:03:25 +03:00
|
|
|
version = "0.1.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"linked-hash-map",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "2.7.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.3.17"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2021-05-04 18:13:38 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "2.0.4"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2021-05-04 18:13:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.7.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-08-10 16:42:53 +03:00
|
|
|
"adler",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.6.23"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-12-01 16:48:07 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-19 13:19:03 +03:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-11-13 15:19:32 +03:00
|
|
|
"miow 0.2.2",
|
2020-05-19 13:19:03 +03:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio-named-pipes"
|
2020-08-10 16:42:53 +03:00
|
|
|
version = "0.1.7"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 16:42:53 +03:00
|
|
|
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"log",
|
|
|
|
"mio",
|
2021-11-13 15:19:32 +03:00
|
|
|
"miow 0.3.7",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
2020-05-19 13:19:03 +03:00
|
|
|
version = "0.6.8"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"iovec",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.2.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.3.7"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mortal"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.2.4"
|
2019-02-14 13:52:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "2c624fa1b7aab6bd2aff6e9b18565cc0363b6d45cbcd7465c9ed5e3740ebf097"
|
2019-02-14 13:52:16 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"bitflags 2.5.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2024-02-16 14:19:01 +03:00
|
|
|
"nix 0.26.4",
|
2020-05-19 13:19:03 +03:00
|
|
|
"smallstr",
|
|
|
|
"terminfo",
|
|
|
|
"unicode-normalization",
|
|
|
|
"unicode-width",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 18:20:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.2.11"
|
2020-02-24 18:20:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2020-02-24 18:20:14 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
2024-05-21 12:20:09 +03:00
|
|
|
"security-framework 2.11.0",
|
|
|
|
"security-framework-sys 2.11.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"tempfile",
|
2020-02-24 18:20:14 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.2.39"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-12-01 16:48:07 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.18.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"bitflags 1.3.2",
|
2020-05-19 13:19:03 +03:00
|
|
|
"cc",
|
2020-12-01 16:48:07 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.26.4"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
2022-03-21 13:45:53 +03:00
|
|
|
"cfg-if 1.0.0",
|
2021-11-13 15:19:32 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2019-10-14 22:24:09 +03:00
|
|
|
version = "0.1.14"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "7.1.3"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2020-06-10 19:31:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.4.1"
|
2020-06-10 19:31:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
2020-06-10 19:31:04 +03:00
|
|
|
dependencies = [
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-06-10 19:31:04 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2020-02-04 13:04:57 +03:00
|
|
|
version = "0.2.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-06-12 18:14:23 +03:00
|
|
|
"num-bigint",
|
|
|
|
"num-complex",
|
2020-05-19 13:19:03 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2020-06-12 18:14:23 +03:00
|
|
|
"num-rational",
|
2024-05-21 12:20:09 +03:00
|
|
|
"num-traits 0.2.19",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2020-02-04 13:04:57 +03:00
|
|
|
version = "0.2.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"autocfg 1.3.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"num-integer",
|
2024-05-21 12:20:09 +03:00
|
|
|
"num-traits 0.2.19",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2020-02-04 13:04:57 +03:00
|
|
|
version = "0.2.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"autocfg 1.3.0",
|
|
|
|
"num-traits 0.2.19",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.1.46"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"num-traits 0.2.19",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.1.45"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"autocfg 1.3.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"num-integer",
|
2024-05-21 12:20:09 +03:00
|
|
|
"num-traits 0.2.19",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2020-05-19 13:19:03 +03:00
|
|
|
version = "0.2.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"autocfg 1.3.0",
|
2020-06-12 18:14:23 +03:00
|
|
|
"num-bigint",
|
2020-05-19 13:19:03 +03:00
|
|
|
"num-integer",
|
2024-05-21 12:20:09 +03:00
|
|
|
"num-traits 0.2.19",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"num-traits 0.2.19",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.2.19"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2019-05-31 10:33:23 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"autocfg 1.3.0",
|
2019-05-31 10:33:23 +03:00
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "1.16.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"hermit-abi 0.3.9",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-05-19 13:19:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.32.2"
|
2020-05-19 13:19:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-05-19 13:19:03 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "1.19.0"
|
2020-05-19 13:19:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2019-10-14 22:24:09 +03:00
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.3.1"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2021-11-13 15:19:32 +03:00
|
|
|
|
2020-02-24 18:20:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.10.64"
|
2020-02-24 18:20:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
|
2020-02-24 18:20:14 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"bitflags 2.5.0",
|
2021-11-13 15:19:32 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-11-13 15:19:32 +03:00
|
|
|
"once_cell",
|
2022-07-28 12:21:45 +03:00
|
|
|
"openssl-macros",
|
2020-05-19 13:19:03 +03:00
|
|
|
"openssl-sys",
|
2020-02-24 18:20:14 +03:00
|
|
|
]
|
|
|
|
|
2022-07-28 12:21:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.1.1"
|
2022-07-28 12:21:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-07-28 12:21:45 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2022-07-28 12:21:45 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.1.5"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
2020-02-24 18:20:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.9.102"
|
2020-02-24 18:20:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
2020-02-24 18:20:14 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-02-24 18:20:14 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "1.1.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"num-traits 0.2.19",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-06-10 19:31:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.1.3"
|
2020-06-10 19:31:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
|
2020-06-10 19:31:04 +03:00
|
|
|
dependencies = [
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-06-10 19:31:04 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2020-06-12 18:14:23 +03:00
|
|
|
version = "0.10.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-12 18:14:23 +03:00
|
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"lock_api 0.3.4",
|
2023-07-26 14:59:36 +03:00
|
|
|
"parking_lot_core 0.7.3",
|
2021-11-13 15:19:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.12.2"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"lock_api 0.4.12",
|
|
|
|
"parking_lot_core 0.9.10",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.7.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "b93f386bb233083c799e6e642a9d73db98c24a5deeb95ffc85bf281255dffc98"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-12-01 16:48:07 +03:00
|
|
|
"cfg-if 0.1.10",
|
2020-06-12 18:14:23 +03:00
|
|
|
"cloudabi",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2021-11-13 15:19:32 +03:00
|
|
|
"redox_syscall 0.1.57",
|
2020-06-12 18:14:23 +03:00
|
|
|
"smallvec",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-13 15:19:32 +03:00
|
|
|
name = "parking_lot_core"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.9.10"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2024-05-21 12:20:09 +03:00
|
|
|
"redox_syscall 0.5.1",
|
2021-11-13 15:19:32 +03:00
|
|
|
"smallvec",
|
2024-05-21 12:20:09 +03:00
|
|
|
"windows-targets",
|
2021-11-13 15:19:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2019-02-13 18:05:19 +03:00
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "77e0b28ace46c5a396546bcf443bf422b57049617433d8854227352a4a9b24e7"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"base64ct",
|
2023-07-26 14:59:36 +03:00
|
|
|
"rand_core 0.6.4",
|
2021-11-13 15:19:32 +03:00
|
|
|
"subtle",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.8.0"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"base64ct",
|
|
|
|
"crypto-mac",
|
2021-12-14 14:51:20 +03:00
|
|
|
"hmac 0.11.0",
|
2021-11-13 15:19:32 +03:00
|
|
|
"password-hash",
|
2022-03-21 13:45:53 +03:00
|
|
|
"sha2 0.9.9",
|
2021-11-13 15:19:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.10.1"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"digest 0.10.7",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "2.3.1"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2019-08-06 14:50:41 +03:00
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.11.2"
|
2019-02-14 13:52:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2019-02-14 13:52:16 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"phf_shared",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.11.2"
|
2019-02-14 13:52:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
2019-02-14 13:52:16 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.11.2"
|
2019-02-14 13:52:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2019-02-14 13:52:16 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"phf_shared",
|
2023-07-26 14:59:36 +03:00
|
|
|
"rand 0.8.5",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.11.2"
|
2019-02-14 13:52:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2019-02-14 13:52:16 +03:00
|
|
|
dependencies = [
|
2020-06-12 18:14:23 +03:00
|
|
|
"siphasher",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.1.5"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"pin-project-internal",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.1.5"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.1.12"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.2.14"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-19 13:19:03 +03:00
|
|
|
version = "0.1.0"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.30"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "poly1305"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.7.2"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"cpufeatures",
|
2024-04-24 12:20:16 +03:00
|
|
|
"opaque-debug 0.3.1",
|
2020-05-22 13:48:11 +03:00
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.2.17"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2019-08-06 14:50:41 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2020-06-10 19:31:04 +03:00
|
|
|
version = "0.6.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 19:31:04 +03:00
|
|
|
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-12-14 14:51:20 +03:00
|
|
|
"ansi_term 0.11.0",
|
2020-06-10 19:31:04 +03:00
|
|
|
"ctor",
|
2020-05-19 13:19:03 +03:00
|
|
|
"difference",
|
2020-06-10 19:31:04 +03:00
|
|
|
"output_vt100",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettytable-rs"
|
2023-03-13 16:49:13 +03:00
|
|
|
version = "0.10.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 16:49:13 +03:00
|
|
|
checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"csv",
|
|
|
|
"encode_unicode",
|
2023-03-13 16:49:13 +03:00
|
|
|
"is-terminal",
|
2020-05-19 13:19:03 +03:00
|
|
|
"lazy_static",
|
2023-03-13 16:49:13 +03:00
|
|
|
"term 0.7.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"unicode-width",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +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",
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2023-07-26 14:59:36 +03:00
|
|
|
"syn 1.0.109",
|
2021-11-13 15:19:32 +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 = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2021-11-13 15:19:32 +03:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.4.30"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"unicode-xid",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.83"
|
2019-09-12 15:18:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43"
|
2019-09-12 15:18:15 +03:00
|
|
|
dependencies = [
|
2022-07-28 12:21:45 +03:00
|
|
|
"unicode-ident",
|
2019-09-12 15:18:15 +03:00
|
|
|
]
|
|
|
|
|
2022-07-12 12:32:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "qr_code"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5520fbcd7da152a449261c5a533a1c7fad044e9e8aa9528cfec3f464786c7926"
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2020-02-04 13:04:57 +03:00
|
|
|
version = "1.2.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-08-06 14:50:41 +03:00
|
|
|
version = "0.6.13"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"proc-macro2 0.4.30",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.0.36"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2019-09-12 15:18:15 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.3.1",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2022-03-21 13:45:53 +03:00
|
|
|
"autocfg 0.1.8",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.1.1",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rand_hc 0.1.0",
|
|
|
|
"rand_isaac",
|
|
|
|
"rand_jitter",
|
|
|
|
"rand_os",
|
2023-07-26 14:59:36 +03:00
|
|
|
"rand_pcg",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand_xorshift",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-02-04 13:04:57 +03:00
|
|
|
version = "0.7.3"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-08-06 14:50:41 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"getrandom 0.1.16",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.8.5"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
2023-07-26 14:59:36 +03:00
|
|
|
"rand_core 0.6.4",
|
2021-11-13 15:19:32 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2022-03-21 13:45:53 +03:00
|
|
|
"autocfg 0.1.8",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand_core 0.3.1",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-03-10 21:19:27 +03:00
|
|
|
version = "0.2.2"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-08-06 14:50:41 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-07-26 14:59:36 +03:00
|
|
|
"rand_core 0.6.4",
|
2021-11-13 15:19:32 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand_core 0.4.2",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.4.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.5.1"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-08-06 14:50:41 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.6.4"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"getrandom 0.2.15",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand_core 0.3.1",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-08-06 14:50:41 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand_core 0.5.1",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand_core 0.3.1",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
2019-05-31 10:33:23 +03:00
|
|
|
version = "0.1.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-07 12:52:53 +03:00
|
|
|
version = "0.1.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rdrand",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
2019-02-27 15:50:05 +03:00
|
|
|
version = "0.1.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2022-03-21 13:45:53 +03:00
|
|
|
"autocfg 0.1.8",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand_core 0.4.2",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"rand_core 0.3.1",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.10.0"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "1.12.1"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"crossbeam-deque",
|
2021-11-13 15:19:32 +03:00
|
|
|
"crossbeam-utils",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"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"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.5.1"
|
2023-07-26 14:59:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"bitflags 2.5.0",
|
2023-07-26 14:59:36 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
2021-11-13 15:19:32 +03:00
|
|
|
name = "redox_users"
|
|
|
|
version = "0.3.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.4.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"getrandom 0.2.15",
|
2024-02-16 14:19:01 +03:00
|
|
|
"libredox",
|
2022-03-21 13:45:53 +03:00
|
|
|
"thiserror",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.10.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"aho-corasick",
|
2020-06-10 19:31:04 +03:00
|
|
|
"memchr",
|
2023-07-26 14:59:36 +03:00
|
|
|
"regex-automata",
|
2020-05-19 13:19:03 +03:00
|
|
|
"regex-syntax",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-06-10 19:31:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.4.6"
|
2020-06-10 19:31:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2020-06-10 19:31:04 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.8.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
2019-03-12 12:37:57 +03:00
|
|
|
|
2021-04-08 16:45:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "882f368737489ea543bc5c340e6f3d34a28c39980bd9a979e47322b26f60ac40"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"num_cpus",
|
|
|
|
"rayon",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.10.10"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
|
2021-05-04 18:13:38 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"base64 0.13.1",
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls 0.21.0",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
2024-04-24 12:20:16 +03:00
|
|
|
"pin-project-lite 0.2.14",
|
2021-05-04 18:13:38 +03:00
|
|
|
"rustls 0.18.1",
|
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls 0.14.1",
|
|
|
|
"tokio-socks",
|
|
|
|
"tokio-tls",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.16.20"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ripemd160"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.9.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "2eca4ecc81b7f313189bf73ce724400a07da2a6dac19588b03c8bd76a2dcc251"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"digest 0.9.0",
|
2024-04-24 12:20:16 +03:00
|
|
|
"opaque-debug 0.3.1",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2020-06-10 19:31:04 +03:00
|
|
|
version = "4.0.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 19:31:04 +03:00
|
|
|
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.8.3"
|
2019-09-12 15:18:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
2019-09-12 15:18:15 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"base64 0.13.1",
|
2020-05-19 13:19:03 +03:00
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
2021-11-13 15:19:32 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "6.8.1"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "6.8.1"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2021-11-13 15:19:32 +03:00
|
|
|
"rust-embed-utils",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2021-11-13 15:19:32 +03:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-utils"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "7.8.1"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2024-02-16 14:19:01 +03:00
|
|
|
"sha2 0.10.8",
|
2021-11-13 15:19:32 +03:00
|
|
|
"walkdir",
|
2019-09-12 15:18:15 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.1.24"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
2023-03-13 16:49:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.38.34"
|
2023-03-13 16:49:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2023-03-13 16:49:13 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"bitflags 2.5.0",
|
2023-03-13 16:49:13 +03:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-07-26 14:59:36 +03:00
|
|
|
"windows-sys",
|
2023-03-13 16:49:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-19 13:19:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"base64 0.11.0",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.12.3",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2020-05-19 13:19:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75ffeb84a6bd9d014713119542ce415db3a3e4748f0bfce1e1416cd224a23a5"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"openssl-probe",
|
2021-05-04 18:13:38 +03:00
|
|
|
"rustls 0.17.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"schannel",
|
2021-11-13 15:19:32 +03:00
|
|
|
"security-framework 0.4.4",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2023-03-13 16:49:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.17"
|
2023-03-13 16:49:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2023-03-13 16:49:13 +03:00
|
|
|
|
2020-02-06 12:08:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "6.3.0"
|
2020-02-06 12:08:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "6f0d5e7b0219a3eadd5439498525d4765c59b7c993ef0c12244865cd2d988413"
|
2020-02-06 12:08:24 +03:00
|
|
|
dependencies = [
|
2020-12-01 16:48:07 +03:00
|
|
|
"cfg-if 0.1.10",
|
2023-03-13 16:49:13 +03:00
|
|
|
"dirs-next 1.0.2",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
|
|
|
"log",
|
2020-06-10 19:31:04 +03:00
|
|
|
"memchr",
|
2021-11-13 15:19:32 +03:00
|
|
|
"nix 0.18.0",
|
2020-06-12 18:14:23 +03:00
|
|
|
"scopeguard",
|
2020-05-19 13:19:03 +03:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-02-06 12:08:24 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.18"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
2019-11-05 00:10:05 +03:00
|
|
|
version = "0.3.3"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
2021-12-14 14:51:20 +03:00
|
|
|
version = "0.9.0"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 14:51:20 +03:00
|
|
|
checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-02-04 13:04:57 +03:00
|
|
|
version = "1.0.6"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"winapi-util",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.1.23"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"windows-sys",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "1.2.0"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2019-08-06 14:50:41 +03:00
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
2021-12-14 14:51:20 +03:00
|
|
|
version = "0.8.1"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 14:51:20 +03:00
|
|
|
checksum = "e73d6d7c6311ebdbd9184ad6c4447b2f36337e327bda107d3ba9e3c374f9d325"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2022-03-21 13:45:53 +03:00
|
|
|
"hmac 0.12.1",
|
|
|
|
"pbkdf2 0.10.1",
|
2021-11-13 15:19:32 +03:00
|
|
|
"salsa20",
|
2024-02-16 14:19:01 +03:00
|
|
|
"sha2 0.10.8",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.6.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "secrecy"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9182278ed645df3477a9c27bfee0621c621aa16f6972635f7f795dae3d81070f"
|
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "secrecy"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
|
|
|
dependencies = [
|
|
|
|
"zeroize",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2020-03-10 21:19:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2020-05-19 13:19:03 +03:00
|
|
|
version = "0.4.4"
|
2020-03-10 21:19:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
|
2020-03-10 21:19:27 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation 0.7.0",
|
|
|
|
"core-foundation-sys 0.7.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2021-11-13 15:19:32 +03:00
|
|
|
"security-framework-sys 0.4.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "2.11.0"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"bitflags 2.5.0",
|
2024-02-16 14:19:01 +03:00
|
|
|
"core-foundation 0.9.4",
|
|
|
|
"core-foundation-sys 0.8.6",
|
2021-11-13 15:19:32 +03:00
|
|
|
"libc",
|
2024-05-21 12:20:09 +03:00
|
|
|
"security-framework-sys 2.11.0",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-03-10 21:19:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2020-05-19 13:19:03 +03:00
|
|
|
version = "0.4.3"
|
2020-03-10 21:19:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
|
2020-03-10 21:19:27 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"core-foundation-sys 0.7.0",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "2.11.0"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
2024-02-16 14:19:01 +03:00
|
|
|
"core-foundation-sys 0.8.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-03-10 21:19:27 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "self_cell"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.10.3"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
|
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"self_cell 1.0.4",
|
2024-02-16 14:19:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "self_cell"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.4"
|
2024-02-16 14:19:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
|
2021-11-13 15:19:32 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2020-06-10 19:31:04 +03:00
|
|
|
version = "0.10.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 19:31:04 +03:00
|
|
|
checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"semver-parser",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.202"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
|
2019-03-07 12:52:53 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde_derive",
|
2019-03-07 12:52:53 +03:00
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-value"
|
2020-06-12 18:14:23 +03:00
|
|
|
version = "0.6.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-12 18:14:23 +03:00
|
|
|
checksum = "5a65a7291a8a568adcae4c10a677ebcedbc6c9cec91c054dee2ce40b0e3290eb"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.202"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.117"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"itoa 1.0.11",
|
2020-05-19 13:19:03 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2023-07-26 14:59:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.6.6"
|
2023-07-26 14:59:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.7.1"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-05-04 18:13:38 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"form_urlencoded",
|
2024-04-24 12:20:16 +03:00
|
|
|
"itoa 1.0.11",
|
2021-11-13 15:19:32 +03:00
|
|
|
"ryu",
|
2021-05-04 18:13:38 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-08-27 14:30:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
|
|
|
version = "1.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2 1.0.83",
|
|
|
|
"quote 1.0.36",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2022-08-08 14:08:25 +03:00
|
|
|
version = "0.8.26"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 14:08:25 +03:00
|
|
|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"indexmap 1.9.3",
|
2021-12-14 14:51:20 +03:00
|
|
|
"ryu",
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
2021-11-13 15:19:32 +03:00
|
|
|
"yaml-rust 0.4.5",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.9.9"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
2024-04-24 12:20:16 +03:00
|
|
|
"opaque-debug 0.3.1",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
2021-12-14 14:51:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.10.8"
|
2021-12-14 14:51:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2021-12-14 14:51:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2023-07-26 14:59:36 +03:00
|
|
|
"digest 0.10.7",
|
2021-12-14 14:51:20 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"block-buffer 0.7.3",
|
2021-11-13 15:19:32 +03:00
|
|
|
"byte-tools",
|
2020-05-19 13:19:03 +03:00
|
|
|
"digest 0.8.1",
|
|
|
|
"keccak",
|
2021-11-13 15:19:32 +03:00
|
|
|
"opaque-debug 0.2.3",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.4.2"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2020-08-10 16:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "1.6.4"
|
2020-08-10 16:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
2020-08-10 16:42:53 +03:00
|
|
|
|
2020-06-10 19:31:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.11"
|
2020-06-10 19:31:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2020-06-10 19:31:04 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.4.9"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-08-08 14:08:25 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"autocfg 1.3.0",
|
2022-08-08 14:08:25 +03:00
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallstr"
|
2020-06-10 19:31:04 +03:00
|
|
|
version = "0.2.0"
|
2019-02-14 13:52:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 19:31:04 +03:00
|
|
|
checksum = "1e922794d168678729ffc7e07182721a14219c65814e66e91b839a272fe5ae4f"
|
2019-02-14 13:52:16 +03:00
|
|
|
dependencies = [
|
2020-06-12 18:14:23 +03:00
|
|
|
"smallvec",
|
2019-12-02 16:54:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "1.13.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.3.19"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
2021-11-13 15:19:32 +03:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-05-22 13:48:11 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.10.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2019-05-30 11:34:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2020-06-10 19:31:04 +03:00
|
|
|
version = "0.18.0"
|
2019-05-30 11:34:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 19:31:04 +03:00
|
|
|
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
2019-05-30 11:34:04 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2020-06-10 19:31:04 +03:00
|
|
|
version = "0.18.0"
|
2019-05-30 11:34:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-10 19:31:04 +03:00
|
|
|
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
2019-05-30 11:34:04 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"heck",
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2023-07-26 14:59:36 +03:00
|
|
|
"syn 1.0.109",
|
2019-05-30 11:34:04 +03:00
|
|
|
]
|
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "2.4.1"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2019-10-14 22:24:09 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "supercow"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "171758edb47aa306a78dfa4ab9aeb5167405bd4e3dc2b64e88f6a84bbe98bd63"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-09-12 15:18:15 +03:00
|
|
|
version = "0.15.44"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
2023-07-26 14:59:36 +03:00
|
|
|
"unicode-xid",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "1.0.109"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2022-07-28 12:21:45 +03:00
|
|
|
"unicode-ident",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-11-05 00:10:05 +03:00
|
|
|
[[package]]
|
2023-07-26 14:59:36 +03:00
|
|
|
name = "syn"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "2.0.65"
|
2019-11-05 00:10:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
|
2019-11-05 00:10:05 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2023-07-26 14:59:36 +03:00
|
|
|
"unicode-ident",
|
2019-11-05 00:10:05 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.29.11"
|
2019-10-14 22:24:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"cfg-if 1.0.0",
|
2024-02-16 14:19:01 +03:00
|
|
|
"core-foundation-sys 0.8.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2020-06-10 19:31:04 +03:00
|
|
|
"ntapi",
|
|
|
|
"once_cell",
|
2020-05-19 13:19:03 +03:00
|
|
|
"rayon",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "3.10.1"
|
2019-03-12 12:37:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
2019-03-12 12:37:57 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"cfg-if 1.0.0",
|
2022-03-21 13:45:53 +03:00
|
|
|
"fastrand",
|
2023-07-26 14:59:36 +03:00
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2019-03-12 12:37:57 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2023-03-13 16:49:13 +03:00
|
|
|
version = "0.6.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 16:49:13 +03:00
|
|
|
checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2023-03-13 16:49:13 +03:00
|
|
|
"dirs 2.0.2",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-06-10 19:31:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2023-03-13 16:49:13 +03:00
|
|
|
version = "0.7.0"
|
2020-06-10 19:31:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 16:49:13 +03:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-06-10 19:31:04 +03:00
|
|
|
dependencies = [
|
2023-03-13 16:49:13 +03:00
|
|
|
"dirs-next 2.0.0",
|
|
|
|
"rustversion",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-06-10 19:31:04 +03:00
|
|
|
]
|
|
|
|
|
2019-02-14 13:52:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "terminfo"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.8.0"
|
2019-02-14 13:52:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "666cd3a6681775d22b200409aad3b089c5b99fb11ecdd8a204d9d62f8148498f"
|
2019-02-14 13:52:16 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"dirs 4.0.0",
|
2020-05-19 13:19:03 +03:00
|
|
|
"fnv",
|
2024-02-16 14:19:01 +03:00
|
|
|
"nom",
|
2020-05-19 13:19:03 +03:00
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2019-02-14 13:52:16 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-23 13:29:59 +03:00
|
|
|
version = "0.11.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"unicode-width",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 18:20:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.61"
|
2020-02-24 18:20:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
2020-02-24 18:20:14 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"thiserror-impl",
|
2020-02-24 18:20:14 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "1.0.61"
|
2020-02-24 18:20:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
2020-02-24 18:20:14 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2020-02-24 18:20:14 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"libc",
|
2021-11-13 15:19:32 +03:00
|
|
|
"redox_syscall 0.1.57",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-10-14 22:24:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "timer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "31d42176308937165701f50638db1c31586f183f1aab416268216577aec7306b"
|
2019-10-14 22:24:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"chrono",
|
2019-10-14 22:24:09 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.7.5"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
]
|
2021-11-13 15:19:32 +03:00
|
|
|
|
2020-08-10 16:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-07-28 12:21:45 +03:00
|
|
|
version = "1.6.0"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-28 12:21:45 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.1.1"
|
2020-08-10 16:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-08-10 16:42:53 +03:00
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.2.25"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-06-10 19:31:04 +03:00
|
|
|
"memchr",
|
2020-05-19 13:19:03 +03:00
|
|
|
"mio",
|
|
|
|
"mio-named-pipes",
|
|
|
|
"mio-uds",
|
|
|
|
"num_cpus",
|
2021-11-13 15:19:32 +03:00
|
|
|
"pin-project-lite 0.1.12",
|
2020-05-19 13:19:03 +03:00
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
|
|
|
"tokio-macros",
|
2020-08-10 16:42:53 +03:00
|
|
|
"winapi 0.3.9",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2019-09-24 17:13:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
2020-02-24 15:03:09 +03:00
|
|
|
version = "0.4.0"
|
2019-09-24 17:13:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "9390a43272c8a6ac912ed1d1e2b6abeafd5047e05530a2fa304deee041a06215"
|
2019-09-24 17:13:20 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"tokio",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.2.6"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2023-07-26 14:59:36 +03:00
|
|
|
"syn 1.0.109",
|
2020-05-19 13:19:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2020-05-22 13:48:11 +03:00
|
|
|
version = "0.13.1"
|
2020-05-19 13:19:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-22 13:48:11 +03:00
|
|
|
checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"futures-core",
|
2021-05-04 18:13:38 +03:00
|
|
|
"rustls 0.17.0",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"rustls 0.18.1",
|
2020-05-19 13:19:03 +03:00
|
|
|
"tokio",
|
|
|
|
"webpki",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-socks"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.3.0"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "d611fd5d241872372d52a0a3d309c52d0b95a6a67671a6c8f7ab2c4a37fb2539"
|
2021-05-04 18:13:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"either",
|
2024-02-16 14:19:01 +03:00
|
|
|
"futures 0.3.30",
|
2021-05-04 18:13:38 +03:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
2020-02-24 18:20:14 +03:00
|
|
|
name = "tokio-tls"
|
2020-05-19 13:19:03 +03:00
|
|
|
version = "0.3.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2020-05-19 13:19:03 +03:00
|
|
|
version = "0.3.1"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2021-05-04 18:13:38 +03:00
|
|
|
"bytes 0.5.6",
|
2020-05-19 13:19:03 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-11-13 15:19:32 +03:00
|
|
|
"pin-project-lite 0.1.12",
|
2020-05-19 13:19:03 +03:00
|
|
|
"tokio",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2019-06-27 12:41:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.5.11"
|
2019-06-27 12:41:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2019-06-27 12:41:05 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2023-07-26 14:59:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.8.13"
|
2023-07-26 14:59:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.6.6"
|
2023-07-26 14:59:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.22.13"
|
2023-07-26 14:59:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"indexmap 2.2.6",
|
2023-07-26 14:59:36 +03:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-28 12:21:45 +03:00
|
|
|
version = "0.3.2"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-28 12:21:45 +03:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
2020-08-10 16:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.1.40"
|
2020-08-10 16:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-08-10 16:42:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-04-24 12:20:16 +03:00
|
|
|
"pin-project-lite 0.2.14",
|
2020-08-10 16:42:53 +03:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.1.32"
|
2020-08-10 16:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2020-08-10 16:42:53 +03:00
|
|
|
dependencies = [
|
2022-07-28 12:21:45 +03:00
|
|
|
"once_cell",
|
2020-08-10 16:42:53 +03:00
|
|
|
]
|
|
|
|
|
2021-11-13 15:19:32 +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",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.2.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2021-11-13 15:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "type-map"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.5.0"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typemap"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"unsafe-any",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "1.17.0"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-11-13 15:19:32 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.9.5"
|
2021-11-13 15:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-impl"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.9.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
|
2021-11-13 15:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tinystr",
|
|
|
|
]
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "2.7.0"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-05-04 18:13:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.3.15"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2022-07-28 12:21:45 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "1.0.12"
|
2022-07-28 12:21:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.1.23"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-08-10 16:42:53 +03:00
|
|
|
"tinyvec",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2019-03-12 12:37:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "1.11.0"
|
2019-03-12 12:37:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2019-03-12 12:37:57 +03:00
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.1.12"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.4.1"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2023-07-26 14:59:36 +03:00
|
|
|
"generic-array 0.14.7",
|
2021-11-13 15:19:32 +03:00
|
|
|
"subtle",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-any"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"traitobject",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-05-19 13:19:03 +03:00
|
|
|
version = "0.7.1"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2019-08-06 14:50:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "2.5.0"
|
2019-08-06 14:50:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2019-08-06 14:50:41 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"form_urlencoded",
|
2020-06-12 18:14:23 +03:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2019-08-06 14:50:41 +03:00
|
|
|
]
|
|
|
|
|
2020-02-06 12:08:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.2.1"
|
2020-02-06 12:08:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2020-02-06 12:08:24 +03:00
|
|
|
|
2019-03-22 15:03:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.8.2"
|
2019-03-22 15:03:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2019-03-22 15:03:25 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"getrandom 0.2.15",
|
2020-05-19 13:19:03 +03:00
|
|
|
"serde",
|
2019-03-22 15:03:25 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.2.15"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-19 13:19:03 +03:00
|
|
|
version = "0.8.2"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-03-21 13:45:53 +03:00
|
|
|
version = "0.9.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 13:45:53 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "2.5.0"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "0.3.1"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"try-lock",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2019-09-12 15:18:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-02-04 13:04:57 +03:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-09-12 15:18:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-09-12 15:18:15 +03:00
|
|
|
|
2022-07-28 12:21:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-11-13 15:19:32 +03:00
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.2.92"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"cfg-if 1.0.0",
|
2021-05-04 18:13:38 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-05-19 13:19:03 +03:00
|
|
|
"wasm-bindgen-macro",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.2.92"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-08 14:08:25 +03:00
|
|
|
"once_cell",
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2020-05-19 13:19:03 +03:00
|
|
|
"wasm-bindgen-shared",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.4.42"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
|
2021-05-04 18:13:38 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"cfg-if 1.0.0",
|
2021-05-04 18:13:38 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-02-24 15:03:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.2.92"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2020-05-19 13:19:03 +03:00
|
|
|
"wasm-bindgen-macro-support",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.2.92"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2020-05-19 13:19:03 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.2.92"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2020-02-24 15:03:09 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.3.69"
|
2020-02-24 15:03:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
2020-02-24 15:03:09 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-02-24 15:03:09 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.21.4"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2021-05-04 18:13:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.20.0"
|
2021-05-04 18:13:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
|
2021-05-04 18:13:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-08-10 16:42:53 +03:00
|
|
|
version = "0.3.9"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 16:42:53 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.1.8"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2024-04-24 12:20:16 +03:00
|
|
|
"windows-sys",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
2022-03-21 13:45:53 +03:00
|
|
|
[[package]]
|
2024-02-16 14:19:01 +03:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
2022-03-21 13:45:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2022-03-21 13:45:53 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"windows-targets",
|
2023-03-13 16:49:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"windows-targets",
|
2023-03-13 16:49:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.52.5"
|
2023-03-13 16:49:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
2023-03-13 16:49:13 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-04-24 12:20:16 +03:00
|
|
|
"windows_i686_gnullvm",
|
2024-05-21 12:20:09 +03:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-03-21 13:45:53 +03:00
|
|
|
]
|
|
|
|
|
2024-02-16 14:19:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.52.5"
|
2024-02-16 14:19:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
2024-02-16 14:19:01 +03:00
|
|
|
|
2022-03-21 13:45:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.52.5"
|
2022-03-21 13:45:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
2022-03-21 13:45:53 +03:00
|
|
|
|
2024-02-16 14:19:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.52.5"
|
2024-02-16 14:19:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
2024-02-16 14:19:01 +03:00
|
|
|
|
2022-03-21 13:45:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.52.5"
|
2022-03-21 13:45:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
2023-03-13 16:49:13 +03:00
|
|
|
|
2024-02-16 14:19:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.52.5"
|
2024-02-16 14:19:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
2024-02-16 14:19:01 +03:00
|
|
|
|
2023-03-13 16:49:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.52.5"
|
2023-03-13 16:49:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
2023-03-13 16:49:13 +03:00
|
|
|
|
2024-02-16 14:19:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-04-24 12:20:16 +03:00
|
|
|
version = "0.52.5"
|
2024-02-16 14:19:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-24 12:20:16 +03:00
|
|
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
2022-03-21 13:45:53 +03:00
|
|
|
|
2023-03-13 16:49:13 +03:00
|
|
|
[[package]]
|
2023-07-26 14:59:36 +03:00
|
|
|
name = "winnow"
|
2024-05-21 12:20:09 +03:00
|
|
|
version = "0.6.8"
|
2023-03-13 16:49:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-21 12:20:09 +03:00
|
|
|
checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d"
|
2023-07-26 14:59:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2023-03-13 16:49:13 +03:00
|
|
|
|
2021-05-04 18:13:38 +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",
|
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "x25519-dalek"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "637ff90c9540fa3073bb577e65033069e4bae7c79d49d74aa3ffdf5342a53217"
|
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"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",
|
2020-05-22 13:48:11 +03:00
|
|
|
"rand_core 0.5.1",
|
2021-11-13 15:19:32 +03:00
|
|
|
"zeroize",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-19 13:19:03 +03:00
|
|
|
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|
2019-02-13 18:05:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.4.5"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-05-19 13:19:03 +03:00
|
|
|
"linked-hash-map",
|
2019-02-13 18:05:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-02-16 14:19:01 +03:00
|
|
|
version = "1.7.0"
|
2019-06-06 00:35:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-16 14:19:01 +03:00
|
|
|
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|
2019-06-06 00:35:11 +03:00
|
|
|
dependencies = [
|
2021-11-13 15:19:32 +03:00
|
|
|
"zeroize_derive",
|
2019-06-06 00:35:11 +03:00
|
|
|
]
|
|
|
|
|
2020-05-22 13:48:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2023-07-26 14:59:36 +03:00
|
|
|
version = "1.4.2"
|
2020-05-22 13:48:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 14:59:36 +03:00
|
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
2020-05-22 13:48:11 +03:00
|
|
|
dependencies = [
|
2024-05-21 12:20:09 +03:00
|
|
|
"proc-macro2 1.0.83",
|
2024-04-24 12:20:16 +03:00
|
|
|
"quote 1.0.36",
|
2024-05-21 12:20:09 +03:00
|
|
|
"syn 2.0.65",
|
2020-05-22 13:48:11 +03:00
|
|
|
]
|
|
|
|
|
2019-02-13 18:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2021-11-13 15:19:32 +03:00
|
|
|
version = "0.5.13"
|
2019-02-13 18:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-13 15:19:32 +03:00
|
|
|
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
|
2019-02-13 18:05:19 +03:00
|
|
|
dependencies = [
|
2020-12-01 16:48:07 +03:00
|
|
|
"byteorder",
|
2020-05-19 13:19:03 +03:00
|
|
|
"crc32fast",
|
2020-12-01 16:48:07 +03:00
|
|
|
"thiserror",
|
2020-05-19 13:19:03 +03:00
|
|
|
]
|