2022-05-26 11:17:55 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
2023-08-14 12:31:52 +03:00
|
|
|
name = "addr2line"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.22.0"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-08-14 12:31:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
2022-05-28 13:58:43 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
2023-08-14 12:31:52 +03:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 12:31:52 +03:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "1.1.3"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-06-01 17:05:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-08-23 09:24:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "alphanumeric-sort"
|
2023-11-29 02:49:50 +03:00
|
|
|
version = "1.5.3"
|
2022-08-23 09:24:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 02:49:50 +03:00
|
|
|
checksum = "d67c60c5f10f11c6ee04de72b2dd98bb9d2548cbc314d22a609bfa8bd9e87e8f"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
2022-08-23 09:24:42 +03:00
|
|
|
|
2022-08-27 05:30:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-09-09 16:04:05 +03:00
|
|
|
version = "0.1.5"
|
2022-08-27 05:30:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 16:04:05 +03:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-27 05:30:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.6.14"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
2023-06-01 17:05:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-22 06:20:24 +03:00
|
|
|
"is_terminal_polyfill",
|
2023-06-01 17:05:44 +03:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-03-17 03:54:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.0.7"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.2.4"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2023-06-01 17:05:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.1.0"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
2023-06-01 17:05:44 +03:00
|
|
|
dependencies = [
|
2023-12-21 09:24:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-01 17:05:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "3.0.3"
|
2023-03-17 03:54:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2023-06-01 17:05:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-12-21 09:24:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-01 17:05:44 +03:00
|
|
|
]
|
2023-03-17 03:54:38 +03:00
|
|
|
|
2023-02-21 12:23:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.0.86"
|
2023-02-21 12:23:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2023-02-21 12:23:24 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "2.0.14"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-03-17 03:54:38 +03:00
|
|
|
"anstyle",
|
2023-02-21 11:39:57 +03:00
|
|
|
"bstr",
|
2022-06-12 03:43:50 +03:00
|
|
|
"doc-comment",
|
|
|
|
"predicates",
|
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
2024-02-06 12:32:31 +03:00
|
|
|
version = "1.1.1"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 12:32:31 +03:00
|
|
|
checksum = "2cd762e110c8ed629b11b6cde59458cc1c71de78ebbcc30099fc8e0403a2a2ec"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-03-17 03:54:38 +03:00
|
|
|
"anstyle",
|
2022-06-12 03:43:50 +03:00
|
|
|
"doc-comment",
|
|
|
|
"globwalk",
|
|
|
|
"predicates",
|
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "0.4.12"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
|
2022-05-28 13:58:43 +03:00
|
|
|
dependencies = [
|
2023-12-14 13:59:28 +03:00
|
|
|
"bzip2",
|
2022-05-28 13:58:43 +03:00
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
2023-06-01 17:05:44 +03:00
|
|
|
"futures-io",
|
2022-05-28 13:58:43 +03:00
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2023-12-14 13:59:28 +03:00
|
|
|
"xz2",
|
2022-05-28 13:58:43 +03:00
|
|
|
]
|
|
|
|
|
2022-06-16 05:24:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-06-01 17:05:44 +03:00
|
|
|
version = "0.3.5"
|
2022-06-16 05:24:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:05:44 +03:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2022-06-16 05:24:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-02-21 11:39:57 +03:00
|
|
|
"pin-project-lite",
|
2022-06-16 05:24:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-06-01 17:05:44 +03:00
|
|
|
version = "0.3.5"
|
2022-06-16 05:24:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:05:44 +03:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2022-06-16 05:24:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-15 02:24:22 +03:00
|
|
|
"syn",
|
2022-06-16 05:24:32 +03:00
|
|
|
]
|
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async_zip"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "0.0.17"
|
2022-07-02 06:48:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
|
2022-05-28 13:58:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
2023-03-31 18:48:23 +03:00
|
|
|
"chrono",
|
2022-05-28 13:58:43 +03:00
|
|
|
"crc32fast",
|
2024-01-07 05:50:15 +03:00
|
|
|
"futures-lite",
|
2023-02-21 11:39:57 +03:00
|
|
|
"pin-project",
|
2022-05-28 13:58:43 +03:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-06-01 17:05:44 +03:00
|
|
|
"tokio-util",
|
2022-05-28 13:58:43 +03:00
|
|
|
]
|
|
|
|
|
2024-05-22 06:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.3.0"
|
2024-04-08 00:19:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2024-04-08 00:19:34 +03:00
|
|
|
|
2023-08-14 12:31:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.3.73"
|
2023-08-14 12:31:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2023-08-14 12:31:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2023-02-21 11:39:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-02-06 12:32:31 +03:00
|
|
|
version = "0.21.7"
|
2023-02-21 11:39:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 12:32:31 +03:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-11-04 13:12:58 +03:00
|
|
|
|
2024-03-08 03:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.22.1"
|
2024-03-08 03:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-03-08 03:52:31 +03:00
|
|
|
|
2023-11-04 13:12:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2023-02-21 11:39:57 +03:00
|
|
|
|
2023-08-14 12:31:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "2.6.0"
|
2023-08-14 12:31:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-08-14 12:31:52 +03:00
|
|
|
|
2022-05-29 12:33:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-17 03:54:38 +03:00
|
|
|
version = "0.10.4"
|
2022-05-29 12:33:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 03:54:38 +03:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-05-29 12:33:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "1.9.1"
|
2022-11-11 16:46:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
2022-11-11 16:46:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-06-12 03:43:50 +03:00
|
|
|
"regex-automata",
|
2022-11-11 16:46:07 +03:00
|
|
|
"serde",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
2022-06-02 06:06:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-19 04:41:41 +03:00
|
|
|
version = "3.16.0"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 04:41:41 +03:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-06-02 06:06:41 +03:00
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "1.6.1"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2023-12-14 13:59:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "1.1.6"
|
2024-04-08 00:19:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
|
2024-04-08 00:19:34 +03:00
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-03-01 04:36:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chardetng"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"encoding_rs",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-04-19 04:41:41 +03:00
|
|
|
version = "0.4.38"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 04:41:41 +03:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2022-05-28 13:58:43 +03:00
|
|
|
dependencies = [
|
2023-06-01 17:05:44 +03:00
|
|
|
"android-tzdata",
|
2022-08-27 05:30:08 +03:00
|
|
|
"iana-time-zone",
|
2022-05-28 13:58:43 +03:00
|
|
|
"num-traits",
|
2024-07-11 14:47:05 +03:00
|
|
|
"windows-targets 0.52.6",
|
2022-05-28 13:58:43 +03:00
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "4.5.10"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "8f6b81fb3c84f5563d509c59b5a48d935f689e993afa90fe39047f05adef9142"
|
2023-06-01 17:05:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "4.5.10"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "5ca6706fd5224857d9ac5eb9355f6683563cc0541c7cd9d014043b57cbec78ac"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
2023-06-01 17:05:44 +03:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-05-26 11:17:55 +03:00
|
|
|
"clap_lex",
|
2022-11-11 16:46:07 +03:00
|
|
|
"strsim",
|
2022-06-20 14:40:09 +03:00
|
|
|
"terminal_size",
|
2022-05-26 11:17:55 +03:00
|
|
|
]
|
|
|
|
|
2022-07-06 07:11:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "4.5.9"
|
2022-07-06 07:11:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "faa2032320fd6f50d22af510d204b2994eef49600dfbd0e771a166213844e4cd"
|
2022-07-06 07:11:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.7.1"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2022-11-11 16:46:07 +03:00
|
|
|
[[package]]
|
2023-06-01 17:05:44 +03:00
|
|
|
name = "colorchoice"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.0.1"
|
2022-11-11 16:46:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2022-11-11 16:46:07 +03:00
|
|
|
|
2023-02-20 17:50:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "content_inspector"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-12-21 09:24:20 +03:00
|
|
|
version = "0.8.6"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 09:24:20 +03:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2022-05-29 12:33:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.2.12"
|
2022-05-29 12:33:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2022-05-29 12:33:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.4.2"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2022-05-28 13:58:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-11-29 02:49:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-11 11:31:56 +03:00
|
|
|
version = "0.8.5"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 11:31:56 +03:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2023-11-29 02:49:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-11 11:31:56 +03:00
|
|
|
version = "0.9.18"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 11:31:56 +03:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2023-11-29 02:49:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.8.20"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2023-11-29 02:49:50 +03:00
|
|
|
|
2022-05-29 12:33:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-25 04:59:32 +03:00
|
|
|
version = "0.1.6"
|
2022-05-29 12:33:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-25 04:59:32 +03:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-05-29 12:33:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-06-01 17:05:44 +03:00
|
|
|
version = "0.10.7"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:05:44 +03:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-06-01 17:05:44 +03:00
|
|
|
"block-buffer",
|
2022-05-29 12:33:21 +03:00
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest_auth"
|
2023-06-01 17:05:44 +03:00
|
|
|
version = "0.3.1"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:05:44 +03:00
|
|
|
checksum = "3054f4e81d395e50822796c5e99ca522e6ba7be98947d6d4b0e5e61640bdb894"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-06-01 17:05:44 +03:00
|
|
|
"digest",
|
2022-06-12 03:43:50 +03:00
|
|
|
"hex",
|
|
|
|
"md-5",
|
2022-07-29 03:54:46 +03:00
|
|
|
"rand",
|
2022-06-12 03:43:50 +03:00
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
2022-06-19 17:53:51 +03:00
|
|
|
name = "dufs"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.41.0"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
2022-08-23 09:24:42 +03:00
|
|
|
"alphanumeric-sort",
|
2023-02-21 12:23:24 +03:00
|
|
|
"anyhow",
|
2022-06-12 03:43:50 +03:00
|
|
|
"assert_cmd",
|
|
|
|
"assert_fs",
|
2022-06-16 05:24:32 +03:00
|
|
|
"async-stream",
|
2022-05-28 13:58:43 +03:00
|
|
|
"async_zip",
|
2024-05-22 06:20:24 +03:00
|
|
|
"base64 0.22.1",
|
2023-12-21 09:24:20 +03:00
|
|
|
"bytes",
|
2023-03-01 04:36:59 +03:00
|
|
|
"chardetng",
|
2022-06-02 06:06:41 +03:00
|
|
|
"chrono",
|
2022-05-26 11:17:55 +03:00
|
|
|
"clap",
|
2022-07-06 07:11:00 +03:00
|
|
|
"clap_complete",
|
2023-02-20 17:50:24 +03:00
|
|
|
"content_inspector",
|
2024-04-08 01:56:51 +03:00
|
|
|
"digest_auth",
|
2022-08-23 09:24:42 +03:00
|
|
|
"form_urlencoded",
|
2023-12-21 09:24:20 +03:00
|
|
|
"futures-util",
|
2023-03-03 02:15:46 +03:00
|
|
|
"glob",
|
2022-05-29 12:33:21 +03:00
|
|
|
"headers",
|
2023-12-21 09:24:20 +03:00
|
|
|
"http-body-util",
|
2024-04-08 01:56:51 +03:00
|
|
|
"hyper",
|
2023-12-21 09:24:20 +03:00
|
|
|
"hyper-util",
|
2022-06-29 05:01:01 +03:00
|
|
|
"if-addrs",
|
2023-11-29 02:49:50 +03:00
|
|
|
"indexmap",
|
2022-06-04 19:09:21 +03:00
|
|
|
"lazy_static",
|
2022-06-06 02:13:22 +03:00
|
|
|
"log",
|
2022-06-04 19:09:21 +03:00
|
|
|
"md5",
|
2022-05-30 06:22:28 +03:00
|
|
|
"mime_guess",
|
2022-05-26 11:17:55 +03:00
|
|
|
"percent-encoding",
|
2023-12-21 09:24:20 +03:00
|
|
|
"pin-project-lite",
|
2022-06-12 03:43:50 +03:00
|
|
|
"port_check",
|
|
|
|
"predicates",
|
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"rstest",
|
2024-04-08 01:56:51 +03:00
|
|
|
"rustls-pemfile",
|
2023-12-21 09:24:20 +03:00
|
|
|
"rustls-pki-types",
|
2022-05-26 11:17:55 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-11-04 11:58:19 +03:00
|
|
|
"serde_yaml",
|
2023-11-04 13:12:58 +03:00
|
|
|
"sha-crypt",
|
2024-04-19 03:48:54 +03:00
|
|
|
"sha2",
|
2023-11-26 23:24:25 +03:00
|
|
|
"smart-default",
|
2023-12-21 09:24:20 +03:00
|
|
|
"socket2",
|
2022-05-26 11:17:55 +03:00
|
|
|
"tokio",
|
2024-07-11 14:47:05 +03:00
|
|
|
"tokio-rustls",
|
2022-05-26 11:17:55 +03:00
|
|
|
"tokio-util",
|
2022-06-12 03:43:50 +03:00
|
|
|
"url",
|
2022-06-06 01:51:35 +03:00
|
|
|
"urlencoding",
|
2022-06-04 19:09:21 +03:00
|
|
|
"uuid",
|
2022-07-02 17:55:22 +03:00
|
|
|
"walkdir",
|
2022-06-06 02:54:12 +03:00
|
|
|
"xml-rs",
|
2022-05-26 11:17:55 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-04-19 04:41:41 +03:00
|
|
|
version = "0.8.34"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 04:41:41 +03:00
|
|
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-08-15 02:24:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2022-11-11 16:46:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.3.9"
|
2022-11-11 16:46:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2022-11-11 16:46:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-11-29 02:49:50 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-11-11 16:46:07 +03:00
|
|
|
]
|
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "2.1.0"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
2022-05-28 13:58:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.0.30"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
2022-05-28 13:58:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-11-29 02:49:50 +03:00
|
|
|
version = "1.2.1"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 02:49:50 +03:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.3.30"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.3.30"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.3.30"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.3.30"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.3.30"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "2.3.0"
|
2024-01-07 05:50:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
2024-01-07 05:50:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
2022-05-26 11:17:55 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.3.30"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-15 02:24:22 +03:00
|
|
|
"syn",
|
2022-05-26 11:17:55 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.3.30"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.3.30"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "3.0.3"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.3.30"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2022-05-29 12:33:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-06-01 17:05:44 +03:00
|
|
|
version = "0.14.7"
|
2022-05-29 12:33:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:05:44 +03:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-05-29 12:33:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
2022-06-12 03:43:50 +03:00
|
|
|
name = "getrandom"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.2.15"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-08-24 11:46:38 +03:00
|
|
|
"wasi",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2023-08-14 12:31:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.29.0"
|
2023-08-14 12:31:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2023-08-14 12:31:52 +03:00
|
|
|
|
2023-03-03 02:15:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
2022-05-29 12:33:21 +03:00
|
|
|
[[package]]
|
2022-06-12 03:43:50 +03:00
|
|
|
name = "globset"
|
2023-11-29 02:49:50 +03:00
|
|
|
version = "0.4.14"
|
2022-05-29 12:33:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 02:49:50 +03:00
|
|
|
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
|
2022-05-29 12:33:21 +03:00
|
|
|
dependencies = [
|
2023-08-14 12:31:52 +03:00
|
|
|
"aho-corasick",
|
2023-02-21 11:39:57 +03:00
|
|
|
"bstr",
|
2022-06-12 03:43:50 +03:00
|
|
|
"log",
|
2023-11-29 02:49:50 +03:00
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2022-05-29 12:33:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-06-12 03:43:50 +03:00
|
|
|
name = "globwalk"
|
2024-02-06 12:32:31 +03:00
|
|
|
version = "0.9.1"
|
2022-05-29 12:33:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 12:32:31 +03:00
|
|
|
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
|
2022-05-29 12:33:21 +03:00
|
|
|
dependencies = [
|
2024-04-08 01:56:51 +03:00
|
|
|
"bitflags",
|
2022-06-12 03:43:50 +03:00
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
2022-05-29 12:33:21 +03:00
|
|
|
]
|
|
|
|
|
2023-12-21 09:24:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.4.5"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
2024-05-22 06:20:24 +03:00
|
|
|
"atomic-waker",
|
2023-12-21 09:24:20 +03:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2024-04-08 01:56:51 +03:00
|
|
|
"http",
|
2023-11-29 02:49:50 +03:00
|
|
|
"indexmap",
|
2022-06-12 03:43:50 +03:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.14.5"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-08-15 02:24:22 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2023-12-21 09:24:20 +03:00
|
|
|
version = "0.4.0"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 09:24:20 +03:00
|
|
|
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2024-03-08 03:52:31 +03:00
|
|
|
"base64 0.21.7",
|
2022-06-12 03:43:50 +03:00
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
2024-04-08 01:56:51 +03:00
|
|
|
"http",
|
2022-06-12 03:43:50 +03:00
|
|
|
"httpdate",
|
|
|
|
"mime",
|
2022-09-09 16:04:05 +03:00
|
|
|
"sha1",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
2023-12-21 09:24:20 +03:00
|
|
|
version = "0.3.0"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 09:24:20 +03:00
|
|
|
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2024-04-08 01:56:51 +03:00
|
|
|
"http",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.3.9"
|
2023-02-21 11:39:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-02-21 11:39:57 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-12-21 09:24:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "1.1.0"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "1.0.1"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-04-08 01:56:51 +03:00
|
|
|
"http",
|
2023-12-21 09:24:20 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.1.2"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-07-11 14:47:05 +03:00
|
|
|
"futures-util",
|
2024-04-08 01:56:51 +03:00
|
|
|
"http",
|
|
|
|
"http-body",
|
2022-05-26 11:17:55 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.9.4"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-14 12:31:52 +03:00
|
|
|
version = "1.0.3"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 12:31:52 +03:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2023-12-21 09:24:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.4.1"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-04-08 01:56:51 +03:00
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2023-12-21 09:24:20 +03:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-03-08 03:52:31 +03:00
|
|
|
"smallvec",
|
2023-12-21 09:24:20 +03:00
|
|
|
"tokio",
|
2024-04-08 01:56:51 +03:00
|
|
|
"want",
|
2023-12-21 09:24:20 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.27.2"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-08-14 12:31:52 +03:00
|
|
|
"futures-util",
|
2024-04-08 01:56:51 +03:00
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
2024-07-11 14:47:05 +03:00
|
|
|
"rustls",
|
2024-04-08 01:56:51 +03:00
|
|
|
"rustls-pki-types",
|
2022-06-12 03:43:50 +03:00
|
|
|
"tokio",
|
2024-07-11 14:47:05 +03:00
|
|
|
"tokio-rustls",
|
2024-04-08 01:56:51 +03:00
|
|
|
"tower-service",
|
2024-07-11 14:47:05 +03:00
|
|
|
"webpki-roots",
|
2023-12-21 09:24:20 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.1.6"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-04-08 01:56:51 +03:00
|
|
|
"futures-channel",
|
2023-12-21 09:24:20 +03:00
|
|
|
"futures-util",
|
2024-04-08 01:56:51 +03:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-12-21 09:24:20 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
2024-04-08 01:56:51 +03:00
|
|
|
"tower",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
2022-08-27 05:30:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-06 12:32:31 +03:00
|
|
|
version = "0.1.60"
|
2022-08-27 05:30:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 12:32:31 +03:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2022-08-27 05:30:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-11-11 16:46:07 +03:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-27 05:30:08 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-11-04 14:47:13 +03:00
|
|
|
"windows-core",
|
2022-08-27 05:30:08 +03:00
|
|
|
]
|
|
|
|
|
2022-11-11 16:46:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-06-01 17:05:44 +03:00
|
|
|
version = "0.1.2"
|
2022-11-11 16:46:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:05:44 +03:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-11-11 16:46:07 +03:00
|
|
|
dependencies = [
|
2023-06-01 17:05:44 +03:00
|
|
|
"cc",
|
2022-11-11 16:46:07 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-11-29 02:49:50 +03:00
|
|
|
version = "0.5.0"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 02:49:50 +03:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-06-29 05:01:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "if-addrs"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "0.13.1"
|
2022-06-29 05:01:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "6a2b3d54f41dab497e273737c41c6c2468c6d0b001b8cc0871d57334e78c4691"
|
2022-06-29 05:01:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-21 09:24:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-06-29 05:01:01 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.4.22"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-11-29 02:49:50 +03:00
|
|
|
"crossbeam-deque",
|
2022-06-12 03:43:50 +03:00
|
|
|
"globset",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2023-11-29 02:49:50 +03:00
|
|
|
"regex-automata",
|
2022-06-12 03:43:50 +03:00
|
|
|
"same-file",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-08-15 02:24:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "2.2.6"
|
2023-08-15 02:24:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2023-08-15 02:24:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-11-29 02:49:50 +03:00
|
|
|
"hashbrown",
|
2023-02-21 11:39:57 +03:00
|
|
|
]
|
2022-11-11 16:46:07 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "2.9.0"
|
2023-02-21 11:39:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2024-05-22 06:20:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "1.0.11"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2022-06-02 06:06:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.3.69"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2022-06-02 06:06:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.5.0"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.2.155"
|
2022-11-11 16:46:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2022-11-11 16:46:07 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.4.14"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-08-14 12:31:52 +03:00
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.4.22"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2023-12-14 13:59:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-sys"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "0.10.6"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-11-04 14:47:13 +03:00
|
|
|
"cfg-if",
|
2023-06-01 17:05:44 +03:00
|
|
|
"digest",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
2022-06-04 19:09:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "2.7.4"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-11-29 02:49:50 +03:00
|
|
|
|
2022-05-29 12:33:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-06-01 17:05:44 +03:00
|
|
|
version = "0.3.17"
|
2022-05-29 12:33:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:05:44 +03:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-05-29 12:33:21 +03:00
|
|
|
|
2022-05-30 06:22:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "2.0.5"
|
2022-05-30 06:22:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
2022-05-30 06:22:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.7.4"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2022-05-28 13:58:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "1.0.1"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
2024-07-24 05:01:02 +03:00
|
|
|
"hermit-abi",
|
2022-05-26 11:17:55 +03:00
|
|
|
"libc",
|
2023-08-24 11:46:38 +03:00
|
|
|
"wasi",
|
2024-07-24 05:01:02 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-05-26 11:17:55 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.2.19"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2022-05-28 13:58:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-08-14 12:31:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.36.1"
|
2023-08-14 12:31:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
|
2023-08-14 12:31:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-12-21 09:24:20 +03:00
|
|
|
version = "1.19.0"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 09:24:20 +03:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2024-01-07 05:50:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-29 02:49:50 +03:00
|
|
|
version = "2.3.1"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 02:49:50 +03:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2023-02-21 11:39:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "1.1.5"
|
2023-02-21 11:39:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2023-02-21 11:39:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "1.1.5"
|
2023-02-21 11:39:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2023-02-21 11:39:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-15 02:24:22 +03:00
|
|
|
"syn",
|
2023-02-21 11:39:57 +03:00
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "0.2.14"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-12-14 13:59:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.3.30"
|
2023-12-14 13:59:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2023-12-14 13:59:28 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "port_check"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "0.2.1"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "2110609fb863cdb367d4e69d6c43c81ba6a8c7d18e80082fe9f3ef16b23afeed"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2022-06-04 19:09:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-11 16:46:07 +03:00
|
|
|
version = "0.2.17"
|
2022-06-04 19:09:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 16:46:07 +03:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-06-04 19:09:21 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2024-02-06 12:32:31 +03:00
|
|
|
version = "3.1.0"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 12:32:31 +03:00
|
|
|
checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-03-17 03:54:38 +03:00
|
|
|
"anstyle",
|
2022-06-12 03:43:50 +03:00
|
|
|
"difflib",
|
|
|
|
"float-cmp",
|
|
|
|
"normalize-line-endings",
|
|
|
|
"predicates-core",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2023-03-17 03:54:38 +03:00
|
|
|
version = "1.0.6"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 03:54:38 +03:00
|
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2023-03-17 03:54:38 +03:00
|
|
|
version = "1.0.9"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 03:54:38 +03:00
|
|
|
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"predicates-core",
|
|
|
|
"termtree",
|
|
|
|
]
|
|
|
|
|
2024-07-24 05:01:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
|
|
|
|
dependencies = [
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.0.86"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-07-11 14:47:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"rand",
|
|
|
|
"ring",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "0.5.4"
|
2024-07-11 14:47:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285"
|
2024-07-11 14:47:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-04-19 04:41:41 +03:00
|
|
|
version = "1.0.36"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 04:41:41 +03:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-07-29 03:54:46 +03:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2022-06-12 03:43:50 +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",
|
2022-07-29 03:54:46 +03:00
|
|
|
"rand_core",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-11-11 16:46:07 +03:00
|
|
|
version = "0.6.4"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-11 16:46:07 +03:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2022-07-29 03:54:46 +03:00
|
|
|
"getrandom",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.10.5"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-08-14 12:31:52 +03:00
|
|
|
"aho-corasick",
|
2022-06-12 03:43:50 +03:00
|
|
|
"memchr",
|
2023-08-14 12:31:52 +03:00
|
|
|
"regex-automata",
|
2022-06-12 03:43:50 +03:00
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.4.7"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2023-08-14 12:31:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2022-06-12 03:43:50 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.8.4"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2023-08-15 02:24:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.9.3"
|
2023-08-15 02:24:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
2023-08-15 02:24:22 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.12.5"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2024-05-22 06:20:24 +03:00
|
|
|
"base64 0.22.1",
|
2022-06-12 03:43:50 +03:00
|
|
|
"bytes",
|
2024-04-08 01:56:51 +03:00
|
|
|
"futures-channel",
|
2022-06-12 03:43:50 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-04-08 01:56:51 +03:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
2022-06-12 03:43:50 +03:00
|
|
|
"hyper-rustls",
|
2024-04-08 01:56:51 +03:00
|
|
|
"hyper-util",
|
2022-06-12 03:43:50 +03:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2022-11-11 16:46:07 +03:00
|
|
|
"once_cell",
|
2022-06-12 03:43:50 +03:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-07-11 14:47:05 +03:00
|
|
|
"quinn",
|
|
|
|
"rustls",
|
2024-04-08 01:56:51 +03:00
|
|
|
"rustls-pemfile",
|
|
|
|
"rustls-pki-types",
|
2022-06-12 03:43:50 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-02-06 12:32:31 +03:00
|
|
|
"sync_wrapper",
|
2022-06-12 03:43:50 +03:00
|
|
|
"tokio",
|
2024-07-11 14:47:05 +03:00
|
|
|
"tokio-rustls",
|
2022-06-15 14:33:51 +03:00
|
|
|
"tower-service",
|
2022-06-12 03:43:50 +03:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.17.8"
|
2022-06-04 19:09:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2022-06-04 19:09:21 +03:00
|
|
|
dependencies = [
|
2022-06-12 03:43:50 +03:00
|
|
|
"cc",
|
2024-03-08 03:52:31 +03:00
|
|
|
"cfg-if",
|
2023-11-04 14:47:13 +03:00
|
|
|
"getrandom",
|
2022-06-04 19:09:21 +03:00
|
|
|
"libc",
|
2022-06-12 03:43:50 +03:00
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-03-08 03:52:31 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-06-04 19:09:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-06-12 03:43:50 +03:00
|
|
|
name = "rstest"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "0.21.0"
|
2022-06-04 19:09:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682"
|
2022-06-04 19:09:21 +03:00
|
|
|
dependencies = [
|
2022-06-12 03:43:50 +03:00
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"rstest_macros",
|
|
|
|
"rustc_version",
|
2022-06-04 19:09:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-06-12 03:43:50 +03:00
|
|
|
name = "rstest_macros"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "0.21.0"
|
2022-06-04 19:09:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d"
|
2022-06-04 19:09:21 +03:00
|
|
|
dependencies = [
|
2022-06-12 03:43:50 +03:00
|
|
|
"cfg-if",
|
2023-08-15 02:24:22 +03:00
|
|
|
"glob",
|
2024-07-24 05:01:02 +03:00
|
|
|
"proc-macro-crate",
|
2022-06-12 03:43:50 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-15 02:24:22 +03:00
|
|
|
"regex",
|
|
|
|
"relative-path",
|
2022-06-12 03:43:50 +03:00
|
|
|
"rustc_version",
|
2023-08-15 02:24:22 +03:00
|
|
|
"syn",
|
2023-02-21 11:39:57 +03:00
|
|
|
"unicode-ident",
|
2022-06-04 19:09:21 +03:00
|
|
|
]
|
|
|
|
|
2023-08-14 12:31:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.1.24"
|
2023-08-14 12:31:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-08-14 12:31:52 +03:00
|
|
|
|
2024-07-11 14:47:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2022-06-02 06:06:41 +03:00
|
|
|
[[package]]
|
2022-06-12 03:43:50 +03:00
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 03:43:50 +03:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2022-06-02 06:06:41 +03:00
|
|
|
dependencies = [
|
2022-06-12 03:43:50 +03:00
|
|
|
"semver",
|
2022-06-02 06:06:41 +03:00
|
|
|
]
|
|
|
|
|
2022-11-11 16:46:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.38.34"
|
2023-08-14 12:31:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2023-08-14 12:31:52 +03:00
|
|
|
dependencies = [
|
2024-04-08 01:56:51 +03:00
|
|
|
"bitflags",
|
2023-08-14 12:31:52 +03:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-11-04 14:47:13 +03:00
|
|
|
"linux-raw-sys",
|
2023-12-21 09:24:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-11-11 16:46:07 +03:00
|
|
|
]
|
|
|
|
|
2022-06-02 06:06:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "0.23.12"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
2024-04-08 00:19:34 +03:00
|
|
|
"once_cell",
|
2024-04-08 01:56:51 +03:00
|
|
|
"ring",
|
2023-12-21 09:24:20 +03:00
|
|
|
"rustls-pki-types",
|
2024-04-08 01:56:51 +03:00
|
|
|
"rustls-webpki",
|
2023-12-21 09:24:20 +03:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "2.1.2"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
2024-05-22 06:20:24 +03:00
|
|
|
"base64 0.22.1",
|
2023-12-21 09:24:20 +03:00
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.7.0"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
|
2023-12-21 09:24:20 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "0.102.6"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.0.18"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.0.23"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.0.204"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.0.204"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-15 02:24:22 +03:00
|
|
|
"syn",
|
2022-05-26 11:17:55 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.0.120"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-11-04 11:58:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "0.9.34+deprecated"
|
2023-11-04 11:58:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
2023-11-04 11:58:19 +03:00
|
|
|
dependencies = [
|
2023-11-29 02:49:50 +03:00
|
|
|
"indexmap",
|
2023-11-04 11:58:19 +03:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
2023-11-04 13:12:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha-crypt"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88e79009728d8311d42d754f2f319a975f9e38f156fd5e422d2451486c78b286"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand",
|
|
|
|
"sha2",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-05-29 12:33:21 +03:00
|
|
|
[[package]]
|
2022-09-09 16:04:05 +03:00
|
|
|
name = "sha1"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "0.10.6"
|
2022-05-29 12:33:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-05-29 12:33:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-06-01 17:05:44 +03:00
|
|
|
"digest",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "0.10.8"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-06-01 17:05:44 +03:00
|
|
|
"digest",
|
2022-05-29 12:33:21 +03:00
|
|
|
]
|
|
|
|
|
2022-06-03 05:59:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "1.4.2"
|
2022-06-03 05:59:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2022-06-03 05:59:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "0.4.9"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-07-25 04:59:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2024-03-08 03:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "1.13.2"
|
2024-03-08 03:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2024-03-08 03:52:31 +03:00
|
|
|
|
2023-11-26 23:24:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smart-default"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-03-06 05:09:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.5.7"
|
2023-03-06 05:09:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-03-06 05:09:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-03-08 03:52:31 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-03-06 05:09:24 +03:00
|
|
|
]
|
|
|
|
|
2022-06-02 06:06:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "0.9.8"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-06-02 06:06:41 +03:00
|
|
|
|
2022-11-11 16:46:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-04-19 04:41:41 +03:00
|
|
|
version = "0.11.1"
|
2022-11-11 16:46:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 04:41:41 +03:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2022-11-11 16:46:07 +03:00
|
|
|
|
2023-11-04 13:12:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "2.6.1"
|
2023-11-04 13:12:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2023-11-04 13:12:58 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
2023-06-01 17:05:44 +03:00
|
|
|
name = "syn"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "2.0.72"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-06-01 17:05:44 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
2024-02-06 12:32:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.0.1"
|
2024-02-06 12:32:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
2024-02-06 12:32:31 +03:00
|
|
|
|
2022-06-20 14:40:09 +03:00
|
|
|
[[package]]
|
2023-06-01 17:05:44 +03:00
|
|
|
name = "tempfile"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "3.10.1"
|
2022-06-20 14:40:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
2022-06-20 14:40:09 +03:00
|
|
|
dependencies = [
|
2023-06-01 17:05:44 +03:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-11-04 14:47:13 +03:00
|
|
|
"rustix",
|
2024-01-07 05:50:15 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-06-20 14:40:09 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
2022-11-11 16:46:07 +03:00
|
|
|
name = "terminal_size"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "0.3.0"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
2022-11-11 16:46:07 +03:00
|
|
|
dependencies = [
|
2023-11-04 14:47:13 +03:00
|
|
|
"rustix",
|
2023-11-29 02:49:50 +03:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-11 16:46:07 +03:00
|
|
|
]
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
2022-11-11 16:46:07 +03:00
|
|
|
name = "termtree"
|
2023-03-17 03:54:38 +03:00
|
|
|
version = "0.4.1"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-17 03:54:38 +03:00
|
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2022-05-28 13:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "1.0.63"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
2022-05-28 13:58:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "1.0.63"
|
2022-05-28 13:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
2022-05-28 13:58:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-15 02:24:22 +03:00
|
|
|
"syn",
|
2022-05-28 13:58:43 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.8.0"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-21 11:39:57 +03:00
|
|
|
version = "0.1.1"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 11:39:57 +03:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "1.39.1"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "d040ac2b29ab03b09d4129c2f5bbd012a3ac2f79d38ff506a4bf8dd34b0eac8a"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
2023-08-14 12:31:52 +03:00
|
|
|
"backtrace",
|
2022-05-26 11:17:55 +03:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"pin-project-lite",
|
2022-06-03 05:59:54 +03:00
|
|
|
"signal-hook-registry",
|
2023-12-21 09:24:20 +03:00
|
|
|
"socket2",
|
2022-05-26 11:17:55 +03:00
|
|
|
"tokio-macros",
|
2024-07-24 05:01:02 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-05-26 11:17:55 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-07-24 05:01:02 +03:00
|
|
|
version = "2.4.0"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 05:01:02 +03:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-15 02:24:22 +03:00
|
|
|
"syn",
|
2022-05-26 11:17:55 +03:00
|
|
|
]
|
|
|
|
|
2023-12-21 09:24:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "0.26.0"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
2023-12-21 09:24:20 +03:00
|
|
|
dependencies = [
|
2024-07-11 14:47:05 +03:00
|
|
|
"rustls",
|
2023-12-21 09:24:20 +03:00
|
|
|
"rustls-pki-types",
|
2022-06-02 06:06:41 +03:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.7.11"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
2023-06-01 17:05:44 +03:00
|
|
|
"futures-io",
|
2022-05-26 11:17:55 +03:00
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-07-24 05:01:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2024-04-08 01:56:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-06-29 15:36:18 +03:00
|
|
|
version = "0.3.2"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 15:36:18 +03:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "0.1.40"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
2024-07-11 14:47:05 +03:00
|
|
|
"tracing-attributes",
|
2022-05-26 11:17:55 +03:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2024-07-11 14:47:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "0.1.32"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
2022-06-12 08:02:36 +03:00
|
|
|
"once_cell",
|
2022-05-26 11:17:55 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-12-21 09:24:20 +03:00
|
|
|
version = "0.2.5"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-21 09:24:20 +03:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2022-05-29 12:33:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "1.17.0"
|
2022-05-29 12:33:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-05-29 12:33:21 +03:00
|
|
|
|
2022-05-30 06:22:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "2.7.0"
|
2022-05-30 06:22:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2022-05-30 06:22:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-02-06 12:32:31 +03:00
|
|
|
version = "0.3.15"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 12:32:31 +03:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2022-06-12 03:43:50 +03:00
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "1.0.12"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.1.23"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2023-11-04 11:58:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "0.2.11"
|
2023-11-04 11:58:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
2023-11-04 11:58:19 +03:00
|
|
|
|
2022-06-02 06:06:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2023-11-04 14:47:13 +03:00
|
|
|
version = "0.9.0"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 14:47:13 +03:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2022-06-02 06:06:41 +03:00
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "2.5.2"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-06-06 01:51:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2023-08-14 12:31:52 +03:00
|
|
|
version = "2.1.3"
|
2022-06-06 01:51:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 12:31:52 +03:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2022-06-06 01:51:35 +03:00
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.2.2"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
2022-06-04 19:09:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.10.0"
|
2022-06-04 19:09:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
2022-06-04 19:09:21 +03:00
|
|
|
dependencies = [
|
2022-07-29 03:54:46 +03:00
|
|
|
"getrandom",
|
|
|
|
"rand",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
2022-05-29 12:33:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "2.5.0"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-05-26 11:17:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-08-14 12:31:52 +03:00
|
|
|
version = "0.3.1"
|
2022-05-26 11:17:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 12:31:52 +03:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-05-26 11:17:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-06-02 06:06:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.2.92"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2022-06-02 06:06:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.2.92"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2022-06-02 06:06:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-07-29 03:54:46 +03:00
|
|
|
"once_cell",
|
2022-06-02 06:06:41 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-15 02:24:22 +03:00
|
|
|
"syn",
|
2022-06-02 06:06:41 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.4.42"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-06-02 06:06:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.2.92"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2022-06-02 06:06:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.2.92"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2022-06-02 06:06:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-15 02:24:22 +03:00
|
|
|
"syn",
|
2022-06-02 06:06:41 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.2.92"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2022-06-02 06:06:41 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-03-08 03:52:31 +03:00
|
|
|
version = "0.3.69"
|
2022-06-02 06:06:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-08 03:52:31 +03:00
|
|
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
2022-06-02 06:06:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.26.3"
|
2024-04-08 00:19:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
|
2024-04-08 00:19:34 +03:00
|
|
|
dependencies = [
|
2024-04-08 01:56:51 +03:00
|
|
|
"rustls-pki-types",
|
2024-04-08 00:19:34 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-05-22 06:20:24 +03:00
|
|
|
version = "0.1.8"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-22 06:20:24 +03:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2024-05-22 06:20:24 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
2023-11-04 14:47:13 +03:00
|
|
|
name = "windows-core"
|
2024-01-07 05:50:15 +03:00
|
|
|
version = "0.52.0"
|
2022-11-11 16:46:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-07 05:50:15 +03:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-02-21 11:39:57 +03:00
|
|
|
dependencies = [
|
2024-07-11 14:47:05 +03:00
|
|
|
"windows-targets 0.52.6",
|
2023-06-01 17:05:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-11-29 02:49:50 +03:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-07-11 14:47:05 +03:00
|
|
|
"windows-targets 0.52.6",
|
2023-06-01 17:05:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "0.48.5"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-06-01 17:05:44 +03:00
|
|
|
dependencies = [
|
2023-11-29 02:49:50 +03:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.52.6"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-11-29 02:49:50 +03:00
|
|
|
dependencies = [
|
2024-07-11 14:47:05 +03:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-04-19 04:41:41 +03:00
|
|
|
"windows_i686_gnullvm",
|
2024-07-11 14:47:05 +03:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-02-21 11:39:57 +03:00
|
|
|
]
|
2022-05-26 11:17:55 +03:00
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "0.48.5"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
2023-11-29 02:49:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.52.6"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-11-29 02:49:50 +03:00
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "0.48.5"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
2023-11-29 02:49:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.52.6"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-11-29 02:49:50 +03:00
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "0.48.5"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
2023-11-29 02:49:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.52.6"
|
2024-04-19 04:41:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-19 04:41:41 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.52.6"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-11-29 02:49:50 +03:00
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "0.48.5"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
2023-11-29 02:49:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.52.6"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-11-29 02:49:50 +03:00
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "0.48.5"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
2023-11-29 02:49:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.52.6"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-11-29 02:49:50 +03:00
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "0.48.5"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
2023-11-29 02:49:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.52.6"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-11-29 02:49:50 +03:00
|
|
|
|
2023-06-01 17:05:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-24 11:46:38 +03:00
|
|
|
version = "0.48.5"
|
2023-06-01 17:05:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 11:46:38 +03:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-06-01 17:05:44 +03:00
|
|
|
|
2023-11-29 02:49:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "0.52.6"
|
2023-11-29 02:49:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-11-29 02:49:50 +03:00
|
|
|
|
2024-07-24 05:01:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-06-12 03:43:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2024-04-08 01:56:51 +03:00
|
|
|
version = "0.52.0"
|
2022-06-12 03:43:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:56:51 +03:00
|
|
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
2022-06-12 03:43:50 +03:00
|
|
|
dependencies = [
|
2023-08-24 11:46:38 +03:00
|
|
|
"cfg-if",
|
2023-11-29 02:49:50 +03:00
|
|
|
"windows-sys 0.48.0",
|
2022-06-12 03:43:50 +03:00
|
|
|
]
|
|
|
|
|
2022-06-06 02:54:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2024-04-08 00:19:34 +03:00
|
|
|
version = "0.8.20"
|
2022-06-06 02:54:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 00:19:34 +03:00
|
|
|
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
|
2023-12-14 13:59:28 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xz2"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
|
|
|
|
dependencies = [
|
|
|
|
"lzma-sys",
|
|
|
|
]
|
2023-12-21 09:24:20 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-07-11 14:47:05 +03:00
|
|
|
version = "1.8.1"
|
2023-12-21 09:24:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 14:47:05 +03:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|