dufs/Cargo.lock

2410 lines
60 KiB
Plaintext
Raw Permalink Normal View History

2022-05-26 08:17:55 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-05-28 10:58:43 +00:00
[[package]]
2023-08-14 09:31:52 +00:00
name = "addr2line"
2024-07-11 11:47:05 +00:00
version = "0.22.0"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-08-14 09:31:52 +00:00
dependencies = [
"gimli",
]
2022-05-28 10:58:43 +00:00
2022-06-12 00:43:50 +00:00
[[package]]
2023-08-14 09:31:52 +00:00
name = "adler"
version = "1.0.2"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 09:31:52 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-06-12 00:43:50 +00:00
2024-09-02 03:57:13 +00:00
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2023-06-01 14:05:44 +00:00
[[package]]
name = "aho-corasick"
2024-04-07 21:19:34 +00:00
version = "1.1.3"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-06-01 14:05:44 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "alphanumeric-sort"
2023-11-28 23:49:50 +00:00
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-28 23:49:50 +00:00
checksum = "d67c60c5f10f11c6ee04de72b2dd98bb9d2548cbc314d22a609bfa8bd9e87e8f"
2023-06-01 14:05:44 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
2022-09-09 13:04:05 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-09 13:04:05 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-06-01 14:05:44 +00:00
[[package]]
name = "anstream"
2024-09-02 03:57:13 +00:00
version = "0.6.15"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2023-06-01 14:05:44 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-22 03:20:24 +00:00
"is_terminal_polyfill",
2023-06-01 14:05:44 +00:00
"utf8parse",
]
2023-03-17 00:54:38 +00:00
[[package]]
name = "anstyle"
2024-09-02 03:57:13 +00:00
version = "1.0.8"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2023-06-01 14:05:44 +00:00
[[package]]
name = "anstyle-parse"
2024-09-02 03:57:13 +00:00
version = "0.2.5"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2023-06-01 14:05:44 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-09-02 03:57:13 +00:00
version = "1.1.1"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
2023-06-01 14:05:44 +00:00
dependencies = [
2023-12-21 06:24:20 +00:00
"windows-sys 0.52.0",
2023-06-01 14:05:44 +00:00
]
[[package]]
name = "anstyle-wincon"
2024-09-02 03:57:13 +00:00
version = "3.0.4"
2023-03-17 00:54:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2023-06-01 14:05:44 +00:00
dependencies = [
"anstyle",
2023-12-21 06:24:20 +00:00
"windows-sys 0.52.0",
2023-06-01 14:05:44 +00:00
]
2023-03-17 00:54:38 +00:00
2023-02-21 09:23:24 +00:00
[[package]]
name = "anyhow"
2024-05-22 03:20:24 +00:00
version = "1.0.86"
2023-02-21 09:23:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2023-02-21 09:23:24 +00:00
2022-06-12 00:43:50 +00:00
[[package]]
name = "assert_cmd"
2024-09-02 03:57:13 +00:00
version = "2.0.16"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-03-17 00:54:38 +00:00
"anstyle",
2023-02-21 08:39:57 +00:00
"bstr",
2022-06-12 00:43:50 +00:00
"doc-comment",
2024-09-02 03:57:13 +00:00
"libc",
2022-06-12 00:43:50 +00:00
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
[[package]]
name = "assert_fs"
2024-09-02 03:57:13 +00:00
version = "1.1.2"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "7efdb1fdb47602827a342857666feb372712cbc64b414172bd6b167a02927674"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-03-17 00:54:38 +00:00
"anstyle",
2022-06-12 00:43:50 +00:00
"doc-comment",
"globwalk",
"predicates",
"predicates-core",
"predicates-tree",
"tempfile",
]
2022-05-28 10:58:43 +00:00
[[package]]
name = "async-compression"
2024-07-24 02:01:02 +00:00
version = "0.4.12"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 02:01:02 +00:00
checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
2022-05-28 10:58:43 +00:00
dependencies = [
2023-12-14 10:59:28 +00:00
"bzip2",
2022-05-28 10:58:43 +00:00
"flate2",
"futures-core",
2023-06-01 14:05:44 +00:00
"futures-io",
2022-05-28 10:58:43 +00:00
"memchr",
"pin-project-lite",
2023-12-14 10:59:28 +00:00
"xz2",
2022-05-28 10:58:43 +00:00
]
2022-06-16 02:24:32 +00:00
[[package]]
name = "async-stream"
2023-06-01 14:05:44 +00:00
version = "0.3.5"
2022-06-16 02:24:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 14:05:44 +00:00
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2022-06-16 02:24:32 +00:00
dependencies = [
"async-stream-impl",
"futures-core",
2023-02-21 08:39:57 +00:00
"pin-project-lite",
2022-06-16 02:24:32 +00:00
]
[[package]]
name = "async-stream-impl"
2023-06-01 14:05:44 +00:00
version = "0.3.5"
2022-06-16 02:24:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 14:05:44 +00:00
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2022-06-16 02:24:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-06-16 02:24:32 +00:00
]
2022-05-28 10:58:43 +00:00
[[package]]
name = "async_zip"
2024-04-07 21:19:34 +00:00
version = "0.0.17"
2022-07-02 03:48:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
2022-05-28 10:58:43 +00:00
dependencies = [
"async-compression",
"chrono",
2022-05-28 10:58:43 +00:00
"crc32fast",
"futures-lite",
2023-02-21 08:39:57 +00:00
"pin-project",
2022-05-28 10:58:43 +00:00
"thiserror",
"tokio",
2023-06-01 14:05:44 +00:00
"tokio-util",
2022-05-28 10:58:43 +00:00
]
2024-05-22 03:20:24 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2022-05-26 08:17:55 +00:00
[[package]]
name = "autocfg"
2024-05-22 03:20:24 +00:00
version = "1.3.0"
2024-04-07 21:19:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2024-04-07 21:19:34 +00:00
2023-08-14 09:31:52 +00:00
[[package]]
name = "backtrace"
2024-07-11 11:47:05 +00:00
version = "0.3.73"
2023-08-14 09:31:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-08-14 09:31:52 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2024-09-02 03:57:13 +00:00
"miniz_oxide 0.7.4",
2023-08-14 09:31:52 +00:00
"object",
"rustc-demangle",
]
2023-02-21 08:39:57 +00:00
[[package]]
name = "base64"
2024-02-06 09:32:31 +00:00
version = "0.21.7"
2023-02-21 08:39:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 09:32:31 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-11-04 10:12:58 +00:00
2024-03-08 00:52:31 +00:00
[[package]]
name = "base64"
2024-05-22 03:20:24 +00:00
version = "0.22.1"
2024-03-08 00:52:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-03-08 00:52:31 +00:00
2023-11-04 10:12:58 +00:00
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2023-02-21 08:39:57 +00:00
2023-08-14 09:31:52 +00:00
[[package]]
name = "bitflags"
2024-07-11 11:47:05 +00:00
version = "2.6.0"
2023-08-14 09:31:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-08-14 09:31:52 +00:00
2022-05-29 09:33:21 +00:00
[[package]]
name = "block-buffer"
2023-03-17 00:54:38 +00:00
version = "0.10.4"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-17 00:54:38 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-05-29 09:33:21 +00:00
dependencies = [
"generic-array",
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "bstr"
2024-09-02 03:57:13 +00:00
version = "1.10.0"
2022-11-11 13:46:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
2022-11-11 13:46:07 +00:00
dependencies = [
"memchr",
2022-06-12 00:43:50 +00:00
"regex-automata",
2022-11-11 13:46:07 +00:00
"serde",
2022-06-12 00:43:50 +00:00
]
2022-06-02 03:06:41 +00:00
[[package]]
name = "bumpalo"
2024-04-19 01:41:41 +00:00
version = "3.16.0"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 01:41:41 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2022-06-02 03:06:41 +00:00
2024-09-02 03:57:13 +00:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-05-26 08:17:55 +00:00
[[package]]
name = "bytes"
2024-09-02 03:57:13 +00:00
version = "1.7.1"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
2022-05-26 08:17:55 +00:00
2023-12-14 10:59:28 +00: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 10:58:43 +00:00
[[package]]
name = "cc"
2024-09-02 03:57:13 +00:00
version = "1.1.15"
2024-04-07 21:19:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
dependencies = [
"shlex",
]
2024-04-07 21:19:34 +00:00
2022-05-26 08:17:55 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[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 10:58:43 +00:00
[[package]]
name = "chrono"
2024-04-19 01:41:41 +00:00
version = "0.4.38"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 01:41:41 +00:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2022-05-28 10:58:43 +00:00
dependencies = [
2023-06-01 14:05:44 +00:00
"android-tzdata",
"iana-time-zone",
2022-05-28 10:58:43 +00:00
"num-traits",
2024-07-11 11:47:05 +00:00
"windows-targets 0.52.6",
2022-05-28 10:58:43 +00:00
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "clap"
2024-09-02 03:57:13 +00:00
version = "4.5.16"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
2023-06-01 14:05:44 +00:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2024-09-02 03:57:13 +00:00
version = "4.5.15"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
2022-05-26 08:17:55 +00:00
dependencies = [
2023-06-01 14:05:44 +00:00
"anstream",
"anstyle",
2022-05-26 08:17:55 +00:00
"clap_lex",
2022-11-11 13:46:07 +00:00
"strsim",
"terminal_size",
2022-05-26 08:17:55 +00:00
]
2022-07-06 04:11:00 +00:00
[[package]]
name = "clap_complete"
2024-09-02 03:57:13 +00:00
version = "4.5.24"
2022-07-06 04:11:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b"
2022-07-06 04:11:00 +00:00
dependencies = [
"clap",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "clap_lex"
2024-09-02 03:57:13 +00:00
version = "0.7.2"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2022-05-26 08:17:55 +00:00
2022-11-11 13:46:07 +00:00
[[package]]
2023-06-01 14:05:44 +00:00
name = "colorchoice"
2024-09-02 03:57:13 +00:00
version = "1.0.2"
2022-11-11 13:46:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2022-11-11 13:46:07 +00: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 00:43:50 +00:00
[[package]]
name = "core-foundation-sys"
2024-09-02 03:57:13 +00:00
version = "0.8.7"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2022-06-12 00:43:50 +00:00
2022-05-29 09:33:21 +00:00
[[package]]
name = "cpufeatures"
2024-09-02 03:57:13 +00:00
version = "0.2.13"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
2022-05-29 09:33:21 +00:00
dependencies = [
"libc",
]
2022-05-28 10:58:43 +00:00
[[package]]
name = "crc32fast"
2024-05-22 03:20:24 +00:00
version = "1.4.2"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2022-05-28 10:58:43 +00:00
dependencies = [
"cfg-if",
]
2023-11-28 23:49:50 +00:00
[[package]]
name = "crossbeam-deque"
2024-01-11 08:31:56 +00:00
version = "0.8.5"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 08:31:56 +00:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2023-11-28 23:49:50 +00:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-01-11 08:31:56 +00:00
version = "0.9.18"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-11 08:31:56 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2023-11-28 23:49:50 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-05-22 03:20:24 +00:00
version = "0.8.20"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2023-11-28 23:49:50 +00:00
2022-05-29 09:33:21 +00:00
[[package]]
name = "crypto-common"
2022-07-25 01:59:32 +00:00
version = "0.1.6"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 01:59:32 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-05-29 09:33:21 +00:00
dependencies = [
"generic-array",
"typenum",
]
2022-06-12 00:43:50 +00: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 14:05:44 +00:00
version = "0.10.7"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 14:05:44 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-06-01 14:05:44 +00:00
"block-buffer",
2022-05-29 09:33:21 +00:00
"crypto-common",
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "digest_auth"
2023-06-01 14:05:44 +00:00
version = "0.3.1"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 14:05:44 +00:00
checksum = "3054f4e81d395e50822796c5e99ca522e6ba7be98947d6d4b0e5e61640bdb894"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-06-01 14:05:44 +00:00
"digest",
2022-06-12 00:43:50 +00:00
"hex",
"md-5",
2022-07-29 00:54:46 +00:00
"rand",
2022-06-12 00:43:50 +00: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 08:17:55 +00:00
[[package]]
name = "dufs"
2024-09-02 03:57:13 +00:00
version = "0.42.0"
2022-05-26 08:17:55 +00:00
dependencies = [
"alphanumeric-sort",
2023-02-21 09:23:24 +00:00
"anyhow",
2022-06-12 00:43:50 +00:00
"assert_cmd",
"assert_fs",
2022-06-16 02:24:32 +00:00
"async-stream",
2022-05-28 10:58:43 +00:00
"async_zip",
2024-05-22 03:20:24 +00:00
"base64 0.22.1",
2023-12-21 06:24:20 +00:00
"bytes",
"chardetng",
2022-06-02 03:06:41 +00:00
"chrono",
2022-05-26 08:17:55 +00:00
"clap",
2022-07-06 04:11:00 +00:00
"clap_complete",
"content_inspector",
"digest_auth",
"form_urlencoded",
2023-12-21 06:24:20 +00:00
"futures-util",
"glob",
2022-05-29 09:33:21 +00:00
"headers",
2023-12-21 06:24:20 +00:00
"http-body-util",
"hyper",
2023-12-21 06:24:20 +00:00
"hyper-util",
"if-addrs",
2023-11-28 23:49:50 +00:00
"indexmap",
"lazy_static",
2022-06-05 23:13:22 +00:00
"log",
"md5",
"mime_guess",
2022-05-26 08:17:55 +00:00
"percent-encoding",
2023-12-21 06:24:20 +00:00
"pin-project-lite",
2022-06-12 00:43:50 +00:00
"port_check",
"predicates",
"regex",
"reqwest",
"rstest",
"rustls-pemfile",
2023-12-21 06:24:20 +00:00
"rustls-pki-types",
2022-05-26 08:17:55 +00:00
"serde",
"serde_json",
"serde_yaml",
2023-11-04 10:12:58 +00:00
"sha-crypt",
"sha2",
"smart-default",
2023-12-21 06:24:20 +00:00
"socket2",
2022-05-26 08:17:55 +00:00
"tokio",
2024-07-11 11:47:05 +00:00
"tokio-rustls",
2022-05-26 08:17:55 +00:00
"tokio-util",
2022-06-12 00:43:50 +00:00
"url",
2022-06-05 22:51:35 +00:00
"urlencoding",
"uuid",
"walkdir",
2022-06-05 23:54:12 +00:00
"xml-rs",
2022-05-26 08:17:55 +00:00
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "encoding_rs"
2024-04-19 01:41:41 +00:00
version = "0.8.34"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 01:41:41 +00:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2022-06-12 00:43:50 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2022-11-11 13:46:07 +00:00
[[package]]
name = "errno"
2024-05-22 03:20:24 +00:00
version = "0.3.9"
2022-11-11 13:46:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2022-11-11 13:46:07 +00:00
dependencies = [
"libc",
2023-11-28 23:49:50 +00:00
"windows-sys 0.52.0",
2022-11-11 13:46:07 +00:00
]
2022-05-28 10:58:43 +00:00
[[package]]
name = "fastrand"
2024-09-02 03:57:13 +00:00
version = "2.1.1"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2022-05-28 10:58:43 +00:00
[[package]]
name = "flate2"
2024-09-02 03:57:13 +00:00
version = "1.0.33"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
2022-05-28 10:58:43 +00:00
dependencies = [
"crc32fast",
2024-09-02 03:57:13 +00:00
"miniz_oxide 0.8.0",
2022-05-28 10:58:43 +00:00
]
2022-06-12 00:43:50 +00: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 08:17:55 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-06-12 00:43:50 +00:00
[[package]]
name = "form_urlencoded"
2023-11-28 23:49:50 +00:00
version = "1.2.1"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-28 23:49:50 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2022-06-12 00:43:50 +00:00
dependencies = [
"percent-encoding",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "futures"
version = "0.3.30"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2022-05-26 08:17:55 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-05-26 08:17:55 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.30"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-05-26 08:17:55 +00:00
[[package]]
name = "futures-executor"
version = "0.3.30"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-05-26 08:17:55 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-lite"
2024-04-07 21:19:34 +00:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "futures-macro"
version = "0.3.30"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2022-05-26 08:17:55 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-05-26 08:17:55 +00:00
]
[[package]]
name = "futures-sink"
version = "0.3.30"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-05-26 08:17:55 +00:00
[[package]]
name = "futures-task"
version = "0.3.30"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-05-26 08:17:55 +00:00
2022-06-12 00:43:50 +00:00
[[package]]
name = "futures-timer"
2024-03-08 00:52:31 +00:00
version = "3.0.3"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 00:52:31 +00:00
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2022-06-12 00:43:50 +00:00
2022-05-26 08:17:55 +00:00
[[package]]
name = "futures-util"
version = "0.3.30"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-05-26 08:17:55 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2022-05-29 09:33:21 +00:00
[[package]]
name = "generic-array"
2023-06-01 14:05:44 +00:00
version = "0.14.7"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 14:05:44 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-05-29 09:33:21 +00:00
dependencies = [
"typenum",
"version_check",
]
2022-05-26 08:17:55 +00:00
[[package]]
2022-06-12 00:43:50 +00:00
name = "getrandom"
2024-05-22 03:20:24 +00:00
version = "0.2.15"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2022-06-12 00:43:50 +00:00
dependencies = [
"cfg-if",
"libc",
2023-08-24 08:46:38 +00:00
"wasi",
2022-06-12 00:43:50 +00:00
]
2022-05-26 08:17:55 +00:00
2023-08-14 09:31:52 +00:00
[[package]]
name = "gimli"
2024-07-11 11:47:05 +00:00
version = "0.29.0"
2023-08-14 09:31:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-08-14 09:31:52 +00:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-05-29 09:33:21 +00:00
[[package]]
2022-06-12 00:43:50 +00:00
name = "globset"
2023-11-28 23:49:50 +00:00
version = "0.4.14"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-28 23:49:50 +00:00
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
2022-05-29 09:33:21 +00:00
dependencies = [
2023-08-14 09:31:52 +00:00
"aho-corasick",
2023-02-21 08:39:57 +00:00
"bstr",
2022-06-12 00:43:50 +00:00
"log",
2023-11-28 23:49:50 +00:00
"regex-automata",
"regex-syntax",
2022-05-29 09:33:21 +00:00
]
[[package]]
2022-06-12 00:43:50 +00:00
name = "globwalk"
2024-02-06 09:32:31 +00:00
version = "0.9.1"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 09:32:31 +00:00
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
2022-05-29 09:33:21 +00:00
dependencies = [
"bitflags",
2022-06-12 00:43:50 +00:00
"ignore",
"walkdir",
2022-05-29 09:33:21 +00:00
]
2023-12-21 06:24:20 +00:00
[[package]]
name = "h2"
2024-09-02 03:57:13 +00:00
version = "0.4.6"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
2023-12-21 06:24:20 +00:00
dependencies = [
2024-05-22 03:20:24 +00:00
"atomic-waker",
2023-12-21 06:24:20 +00:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http",
2023-11-28 23:49:50 +00:00
"indexmap",
2022-06-12 00:43:50 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2024-05-22 03:20:24 +00:00
version = "0.14.5"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2022-06-12 00:43:50 +00:00
[[package]]
name = "headers"
2023-12-21 06:24:20 +00:00
version = "0.4.0"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-21 06:24:20 +00:00
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
2022-06-12 00:43:50 +00:00
dependencies = [
2024-03-08 00:52:31 +00:00
"base64 0.21.7",
2022-06-12 00:43:50 +00:00
"bytes",
"headers-core",
"http",
2022-06-12 00:43:50 +00:00
"httpdate",
"mime",
2022-09-09 13:04:05 +00:00
"sha1",
2022-06-12 00:43:50 +00:00
]
[[package]]
name = "headers-core"
2023-12-21 06:24:20 +00:00
version = "0.3.0"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-21 06:24:20 +00:00
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
2022-06-12 00:43:50 +00:00
dependencies = [
"http",
2022-06-12 00:43:50 +00:00
]
[[package]]
name = "hermit-abi"
2024-03-08 00:52:31 +00:00
version = "0.3.9"
2023-02-21 08:39:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 00:52:31 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-02-21 08:39:57 +00:00
2022-06-12 00:43:50 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2023-12-21 06:24:20 +00:00
[[package]]
name = "http"
2024-03-08 00:52:31 +00:00
version = "1.1.0"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 00:52:31 +00:00
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2023-12-21 06:24:20 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2024-07-24 02:01:02 +00:00
version = "1.0.1"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 02:01:02 +00:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2023-12-21 06:24:20 +00:00
dependencies = [
"bytes",
"http",
2023-12-21 06:24:20 +00:00
]
[[package]]
name = "http-body-util"
2024-07-11 11:47:05 +00:00
version = "0.1.2"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2023-12-21 06:24:20 +00:00
dependencies = [
"bytes",
2024-07-11 11:47:05 +00:00
"futures-util",
"http",
"http-body",
2022-05-26 08:17:55 +00:00
"pin-project-lite",
]
[[package]]
name = "httparse"
2024-07-11 11:47:05 +00:00
version = "1.9.4"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2022-05-26 08:17:55 +00:00
[[package]]
name = "httpdate"
2023-08-14 09:31:52 +00:00
version = "1.0.3"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 09:31:52 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-05-26 08:17:55 +00:00
2023-12-21 06:24:20 +00:00
[[package]]
name = "hyper"
2024-07-11 11:47:05 +00:00
version = "1.4.1"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
2023-12-21 06:24:20 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2",
"http",
"http-body",
2023-12-21 06:24:20 +00:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-03-08 00:52:31 +00:00
"smallvec",
2023-12-21 06:24:20 +00:00
"tokio",
"want",
2023-12-21 06:24:20 +00:00
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "hyper-rustls"
2024-07-11 11:47:05 +00:00
version = "0.27.2"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-08-14 09:31:52 +00:00
"futures-util",
"http",
"hyper",
"hyper-util",
2024-07-11 11:47:05 +00:00
"rustls",
"rustls-pki-types",
2022-06-12 00:43:50 +00:00
"tokio",
2024-07-11 11:47:05 +00:00
"tokio-rustls",
"tower-service",
2024-07-11 11:47:05 +00:00
"webpki-roots",
2023-12-21 06:24:20 +00:00
]
[[package]]
name = "hyper-util"
2024-09-02 03:57:13 +00:00
version = "0.1.7"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
2023-12-21 06:24:20 +00:00
dependencies = [
"bytes",
"futures-channel",
2023-12-21 06:24:20 +00:00
"futures-util",
"http",
"http-body",
"hyper",
2023-12-21 06:24:20 +00:00
"pin-project-lite",
"socket2",
"tokio",
"tower",
"tower-service",
"tracing",
2022-06-12 00:43:50 +00:00
]
[[package]]
name = "iana-time-zone"
2024-02-06 09:32:31 +00:00
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 09:32:31 +00:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-11-11 13:46:07 +00:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-11-04 11:47:13 +00:00
"windows-core",
]
2022-11-11 13:46:07 +00:00
[[package]]
name = "iana-time-zone-haiku"
2023-06-01 14:05:44 +00:00
version = "0.1.2"
2022-11-11 13:46:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 14:05:44 +00:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-11-11 13:46:07 +00:00
dependencies = [
2023-06-01 14:05:44 +00:00
"cc",
2022-11-11 13:46:07 +00:00
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "idna"
2023-11-28 23:49:50 +00:00
version = "0.5.0"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-28 23:49:50 +00:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2022-06-12 00:43:50 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "if-addrs"
2024-09-02 03:57:13 +00:00
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "a78a89907582615b19f6f0da1af18abf6ff08be259395669b834b057a7ee92d8"
dependencies = [
"libc",
2023-12-21 06:24:20 +00:00
"windows-sys 0.52.0",
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "ignore"
version = "0.4.22"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-11-28 23:49:50 +00:00
"crossbeam-deque",
2022-06-12 00:43:50 +00:00
"globset",
"log",
"memchr",
2023-11-28 23:49:50 +00:00
"regex-automata",
2022-06-12 00:43:50 +00:00
"same-file",
"walkdir",
"winapi-util",
]
[[package]]
name = "indexmap"
2024-09-02 03:57:13 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
dependencies = [
"equivalent",
2023-11-28 23:49:50 +00:00
"hashbrown",
2023-02-21 08:39:57 +00:00
]
2022-11-11 13:46:07 +00:00
2022-06-12 00:43:50 +00:00
[[package]]
name = "ipnet"
2023-11-04 11:47:13 +00:00
version = "2.9.0"
2023-02-21 08:39:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2022-06-12 00:43:50 +00:00
2024-05-22 03:20:24 +00:00
[[package]]
name = "is_terminal_polyfill"
2024-09-02 03:57:13 +00:00
version = "1.70.1"
2024-05-22 03:20:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-05-22 03:20:24 +00:00
2022-05-26 08:17:55 +00:00
[[package]]
name = "itoa"
2024-04-07 21:19:34 +00:00
version = "1.0.11"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-05-26 08:17:55 +00:00
2022-06-02 03:06:41 +00:00
[[package]]
name = "js-sys"
2024-09-02 03:57:13 +00:00
version = "0.3.70"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
2022-06-02 03:06:41 +00:00
dependencies = [
"wasm-bindgen",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "lazy_static"
2024-07-11 11:47:05 +00:00
version = "1.5.0"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2022-05-26 08:17:55 +00:00
[[package]]
name = "libc"
2024-09-02 03:57:13 +00:00
version = "0.2.158"
2022-11-11 13:46:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
2022-11-11 13:46:07 +00:00
[[package]]
name = "linux-raw-sys"
2024-05-22 03:20:24 +00:00
version = "0.4.14"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-08-14 09:31:52 +00:00
2022-05-26 08:17:55 +00:00
[[package]]
name = "log"
2024-07-11 11:47:05 +00:00
version = "0.4.22"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2022-05-26 08:17:55 +00:00
2023-12-14 10:59:28 +00: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 00:43:50 +00:00
[[package]]
name = "md-5"
2023-11-04 11:47:13 +00:00
version = "0.10.6"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-11-04 11:47:13 +00:00
"cfg-if",
2023-06-01 14:05:44 +00:00
"digest",
2022-06-12 00:43:50 +00:00
]
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
2022-05-26 08:17:55 +00:00
[[package]]
name = "memchr"
2024-07-11 11:47:05 +00:00
version = "2.7.4"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-11-28 23:49:50 +00:00
2022-05-29 09:33:21 +00:00
[[package]]
name = "mime"
2023-06-01 14:05:44 +00:00
version = "0.3.17"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-01 14:05:44 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-05-29 09:33:21 +00:00
[[package]]
name = "mime_guess"
2024-07-11 11:47:05 +00:00
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
dependencies = [
"mime",
"unicase",
]
2022-05-28 10:58:43 +00:00
[[package]]
name = "miniz_oxide"
2024-07-11 11:47:05 +00:00
version = "0.7.4"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2022-05-28 10:58:43 +00:00
dependencies = [
"adler",
]
2024-09-02 03:57:13 +00:00
[[package]]
name = "miniz_oxide"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
"adler2",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "mio"
2024-09-02 03:57:13 +00:00
version = "1.0.2"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2022-05-26 08:17:55 +00:00
dependencies = [
2024-07-24 02:01:02 +00:00
"hermit-abi",
2022-05-26 08:17:55 +00:00
"libc",
2023-08-24 08:46:38 +00:00
"wasi",
2024-07-24 02:01:02 +00:00
"windows-sys 0.52.0",
2022-05-26 08:17:55 +00:00
]
2022-06-12 00:43:50 +00: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 10:58:43 +00:00
[[package]]
name = "num-traits"
2024-05-22 03:20:24 +00:00
version = "0.2.19"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2022-05-28 10:58:43 +00:00
dependencies = [
"autocfg",
]
2023-08-14 09:31:52 +00:00
[[package]]
name = "object"
2024-09-02 03:57:13 +00:00
version = "0.36.4"
2023-08-14 09:31:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
2023-08-14 09:31:52 +00:00
dependencies = [
"memchr",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "once_cell"
2023-12-21 06:24:20 +00:00
version = "1.19.0"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-21 06:24:20 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-06-12 00:43:50 +00:00
[[package]]
name = "parking"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2022-05-26 08:17:55 +00:00
[[package]]
name = "percent-encoding"
2023-11-28 23:49:50 +00:00
version = "2.3.1"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-28 23:49:50 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-05-26 08:17:55 +00:00
2023-02-21 08:39:57 +00:00
[[package]]
name = "pin-project"
2024-03-08 00:52:31 +00:00
version = "1.1.5"
2023-02-21 08:39:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 00:52:31 +00:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2023-02-21 08:39:57 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2024-03-08 00:52:31 +00:00
version = "1.1.5"
2023-02-21 08:39:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 00:52:31 +00:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2023-02-21 08:39:57 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2023-02-21 08:39:57 +00:00
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "pin-project-lite"
2024-04-07 21:19:34 +00:00
version = "0.2.14"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2022-05-26 08:17:55 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-12-14 10:59:28 +00:00
[[package]]
name = "pkg-config"
2024-03-08 00:52:31 +00:00
version = "0.3.30"
2023-12-14 10:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 00:52:31 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-12-14 10:59:28 +00:00
2022-06-12 00:43:50 +00:00
[[package]]
name = "port_check"
2024-04-07 21:19:34 +00:00
version = "0.2.1"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "2110609fb863cdb367d4e69d6c43c81ba6a8c7d18e80082fe9f3ef16b23afeed"
2022-06-12 00:43:50 +00:00
[[package]]
name = "ppv-lite86"
2024-09-02 03:57:13 +00:00
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "predicates"
2024-09-02 03:57:13 +00:00
version = "3.1.2"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-03-17 00:54:38 +00:00
"anstyle",
2022-06-12 00:43:50 +00:00
"difflib",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates-core"
2024-09-02 03:57:13 +00:00
version = "1.0.8"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931"
2022-06-12 00:43:50 +00:00
[[package]]
name = "predicates-tree"
2024-09-02 03:57:13 +00:00
version = "1.0.11"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13"
2022-06-12 00:43:50 +00:00
dependencies = [
"predicates-core",
"termtree",
]
2024-07-24 02:01:02 +00:00
[[package]]
name = "proc-macro-crate"
2024-09-02 03:57:13 +00:00
version = "3.2.0"
2024-07-24 02:01:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
2024-07-24 02:01:02 +00:00
dependencies = [
"toml_edit",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "proc-macro2"
2024-07-11 11:47:05 +00:00
version = "1.0.86"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2022-05-26 08:17:55 +00:00
dependencies = [
"unicode-ident",
]
2024-07-11 11:47:05 +00:00
[[package]]
name = "quinn"
2024-09-02 03:57:13 +00:00
version = "0.11.3"
2024-07-11 11:47:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "b22d8e7369034b9a7132bc2008cac12f2013c8132b45e0554e6e20e2617f2156"
2024-07-11 11:47:05 +00:00
dependencies = [
"bytes",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash",
"rustls",
2024-09-02 03:57:13 +00:00
"socket2",
2024-07-11 11:47:05 +00:00
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "quinn-proto"
2024-09-02 03:57:13 +00:00
version = "0.11.6"
2024-07-11 11:47:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd"
2024-07-11 11:47:05 +00:00
dependencies = [
"bytes",
"rand",
"ring",
"rustc-hash",
"rustls",
"slab",
"thiserror",
"tinyvec",
"tracing",
]
[[package]]
name = "quinn-udp"
2024-07-24 02:01:02 +00:00
version = "0.5.4"
2024-07-11 11:47:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 02:01:02 +00:00
checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285"
2024-07-11 11:47:05 +00:00
dependencies = [
"libc",
"once_cell",
"socket2",
2024-09-02 03:57:13 +00:00
"tracing",
2024-07-11 11:47:05 +00:00
"windows-sys 0.52.0",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "quote"
2024-09-02 03:57:13 +00:00
version = "1.0.37"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2022-05-26 08:17:55 +00:00
dependencies = [
"proc-macro2",
]
2022-06-12 00:43:50 +00: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 00:54:46 +00:00
"rand_chacha",
"rand_core",
2022-06-12 00:43:50 +00: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 00:54:46 +00:00
"rand_core",
2022-06-12 00:43:50 +00:00
]
[[package]]
name = "rand_core"
2022-11-11 13:46:07 +00:00
version = "0.6.4"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-11 13:46:07 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-06-12 00:43:50 +00:00
dependencies = [
2022-07-29 00:54:46 +00:00
"getrandom",
2022-06-12 00:43:50 +00:00
]
[[package]]
name = "regex"
2024-09-02 03:57:13 +00:00
version = "1.10.6"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-08-14 09:31:52 +00:00
"aho-corasick",
2022-06-12 00:43:50 +00:00
"memchr",
2023-08-14 09:31:52 +00:00
"regex-automata",
2022-06-12 00:43:50 +00:00
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-07-11 11:47:05 +00:00
version = "0.4.7"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-08-14 09:31:52 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "regex-syntax"
2024-07-11 11:47:05 +00:00
version = "0.8.4"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2022-06-12 00:43:50 +00:00
[[package]]
name = "relative-path"
2024-05-22 03:20:24 +00:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
2022-06-12 00:43:50 +00:00
[[package]]
name = "reqwest"
2024-09-02 03:57:13 +00:00
version = "0.12.7"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
2022-06-12 00:43:50 +00:00
dependencies = [
2024-05-22 03:20:24 +00:00
"base64 0.22.1",
2022-06-12 00:43:50 +00:00
"bytes",
"futures-channel",
2022-06-12 00:43:50 +00:00
"futures-core",
"futures-util",
"http",
"http-body",
"http-body-util",
"hyper",
2022-06-12 00:43:50 +00:00
"hyper-rustls",
"hyper-util",
2022-06-12 00:43:50 +00:00
"ipnet",
"js-sys",
"log",
"mime",
"mime_guess",
2022-11-11 13:46:07 +00:00
"once_cell",
2022-06-12 00:43:50 +00:00
"percent-encoding",
"pin-project-lite",
2024-07-11 11:47:05 +00:00
"quinn",
"rustls",
"rustls-pemfile",
"rustls-pki-types",
2022-06-12 00:43:50 +00:00
"serde",
"serde_json",
"serde_urlencoded",
2024-02-06 09:32:31 +00:00
"sync_wrapper",
2022-06-12 00:43:50 +00:00
"tokio",
2024-07-11 11:47:05 +00:00
"tokio-rustls",
"tower-service",
2022-06-12 00:43:50 +00:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
2024-09-02 03:57:13 +00:00
"windows-registry",
2022-06-12 00:43:50 +00:00
]
[[package]]
name = "ring"
2024-03-08 00:52:31 +00:00
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 00:52:31 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
2022-06-12 00:43:50 +00:00
"cc",
2024-03-08 00:52:31 +00:00
"cfg-if",
2023-11-04 11:47:13 +00:00
"getrandom",
"libc",
2022-06-12 00:43:50 +00:00
"spin",
"untrusted",
2024-03-08 00:52:31 +00:00
"windows-sys 0.52.0",
]
[[package]]
2022-06-12 00:43:50 +00:00
name = "rstest"
2024-09-02 03:57:13 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936"
dependencies = [
2022-06-12 00:43:50 +00:00
"futures",
"futures-timer",
"rstest_macros",
"rustc_version",
]
[[package]]
2022-06-12 00:43:50 +00:00
name = "rstest_macros"
2024-09-02 03:57:13 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42"
dependencies = [
2022-06-12 00:43:50 +00:00
"cfg-if",
"glob",
2024-07-24 02:01:02 +00:00
"proc-macro-crate",
2022-06-12 00:43:50 +00:00
"proc-macro2",
"quote",
"regex",
"relative-path",
2022-06-12 00:43:50 +00:00
"rustc_version",
"syn",
2023-02-21 08:39:57 +00:00
"unicode-ident",
]
2023-08-14 09:31:52 +00:00
[[package]]
name = "rustc-demangle"
2024-05-22 03:20:24 +00:00
version = "0.1.24"
2023-08-14 09:31:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-08-14 09:31:52 +00:00
2024-07-11 11:47:05 +00:00
[[package]]
name = "rustc-hash"
2024-09-02 03:57:13 +00:00
version = "2.0.0"
2024-07-11 11:47:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2024-07-11 11:47:05 +00:00
2022-06-02 03:06:41 +00:00
[[package]]
2022-06-12 00:43:50 +00:00
name = "rustc_version"
2024-09-02 03:57:13 +00:00
version = "0.4.1"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2022-06-02 03:06:41 +00:00
dependencies = [
2022-06-12 00:43:50 +00:00
"semver",
2022-06-02 03:06:41 +00:00
]
2022-11-11 13:46:07 +00:00
[[package]]
name = "rustix"
2024-09-02 03:57:13 +00:00
version = "0.38.35"
2023-08-14 09:31:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
2023-08-14 09:31:52 +00:00
dependencies = [
"bitflags",
2023-08-14 09:31:52 +00:00
"errno",
"libc",
2023-11-04 11:47:13 +00:00
"linux-raw-sys",
2023-12-21 06:24:20 +00:00
"windows-sys 0.52.0",
2022-11-11 13:46:07 +00:00
]
2022-06-02 03:06:41 +00:00
[[package]]
name = "rustls"
2024-07-24 02:01:02 +00:00
version = "0.23.12"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 02:01:02 +00:00
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
2023-12-21 06:24:20 +00:00
dependencies = [
2024-04-07 21:19:34 +00:00
"once_cell",
"ring",
2023-12-21 06:24:20 +00:00
"rustls-pki-types",
"rustls-webpki",
2023-12-21 06:24:20 +00:00
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pemfile"
2024-09-02 03:57:13 +00:00
version = "2.1.3"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
2023-12-21 06:24:20 +00:00
dependencies = [
2024-05-22 03:20:24 +00:00
"base64 0.22.1",
2023-12-21 06:24:20 +00:00
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2024-09-02 03:57:13 +00:00
version = "1.8.0"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
2023-12-21 06:24:20 +00:00
[[package]]
name = "rustls-webpki"
2024-09-02 03:57:13 +00:00
version = "0.102.7"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56"
2023-12-21 06:24:20 +00:00
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "ryu"
2024-05-22 03:20:24 +00:00
version = "1.0.18"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2022-05-26 08:17:55 +00:00
2022-06-12 00:43:50 +00: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 03:20:24 +00:00
version = "1.0.23"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2022-06-12 00:43:50 +00:00
2022-05-26 08:17:55 +00:00
[[package]]
name = "serde"
2024-09-02 03:57:13 +00:00
version = "1.0.209"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
2022-05-26 08:17:55 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-09-02 03:57:13 +00:00
version = "1.0.209"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
2022-05-26 08:17:55 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-05-26 08:17:55 +00:00
]
[[package]]
name = "serde_json"
2024-09-02 03:57:13 +00:00
version = "1.0.127"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
2022-05-26 08:17:55 +00:00
dependencies = [
"itoa",
2024-09-02 03:57:13 +00:00
"memchr",
2022-05-26 08:17:55 +00:00
"ryu",
"serde",
]
2022-06-12 00:43:50 +00: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",
]
[[package]]
name = "serde_yaml"
2024-04-07 21:19:34 +00:00
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
2023-11-28 23:49:50 +00:00
"indexmap",
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2023-11-04 10:12:58 +00: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 09:33:21 +00:00
[[package]]
2022-09-09 13:04:05 +00:00
name = "sha1"
2023-11-04 11:47:13 +00:00
version = "0.10.6"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-05-29 09:33:21 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-06-01 14:05:44 +00:00
"digest",
2022-06-12 00:43:50 +00:00
]
[[package]]
name = "sha2"
2023-11-04 11:47:13 +00:00
version = "0.10.8"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2022-06-12 00:43:50 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-06-01 14:05:44 +00:00
"digest",
2022-05-29 09:33:21 +00:00
]
2024-09-02 03:57:13 +00:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook-registry"
2024-05-22 03:20:24 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
dependencies = [
"libc",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "slab"
2023-08-24 08:46:38 +00:00
version = "0.4.9"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-07-25 01:59:32 +00:00
dependencies = [
"autocfg",
]
2022-05-26 08:17:55 +00:00
2024-03-08 00:52:31 +00:00
[[package]]
name = "smallvec"
2024-04-07 21:19:34 +00:00
version = "1.13.2"
2024-03-08 00:52:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2024-03-08 00:52:31 +00: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 02:09:24 +00:00
[[package]]
name = "socket2"
2024-05-22 03:20:24 +00:00
version = "0.5.7"
2023-03-06 02:09:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-03-06 02:09:24 +00:00
dependencies = [
"libc",
2024-03-08 00:52:31 +00:00
"windows-sys 0.52.0",
2023-03-06 02:09:24 +00:00
]
2022-06-02 03:06:41 +00:00
[[package]]
name = "spin"
2023-11-04 11:47:13 +00:00
version = "0.9.8"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-06-02 03:06:41 +00:00
2022-11-11 13:46:07 +00:00
[[package]]
name = "strsim"
2024-04-19 01:41:41 +00:00
version = "0.11.1"
2022-11-11 13:46:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 01:41:41 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2022-11-11 13:46:07 +00:00
2023-11-04 10:12:58 +00:00
[[package]]
name = "subtle"
2024-07-11 11:47:05 +00:00
version = "2.6.1"
2023-11-04 10:12:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2023-11-04 10:12:58 +00:00
2022-06-12 00:43:50 +00:00
[[package]]
2023-06-01 14:05:44 +00:00
name = "syn"
2024-09-02 03:57:13 +00:00
version = "2.0.77"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
2022-06-12 00:43:50 +00:00
dependencies = [
2023-06-01 14:05:44 +00:00
"proc-macro2",
"quote",
"unicode-ident",
2022-06-12 00:43:50 +00:00
]
2024-02-06 09:32:31 +00:00
[[package]]
name = "sync_wrapper"
2024-07-11 11:47:05 +00:00
version = "1.0.1"
2024-02-06 09:32:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2024-09-02 03:57:13 +00:00
dependencies = [
"futures-core",
]
2024-02-06 09:32:31 +00:00
[[package]]
2023-06-01 14:05:44 +00:00
name = "tempfile"
2024-09-02 03:57:13 +00:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
dependencies = [
2023-06-01 14:05:44 +00:00
"cfg-if",
"fastrand",
2024-09-02 03:57:13 +00:00
"once_cell",
2023-11-04 11:47:13 +00:00
"rustix",
2024-09-02 03:57:13 +00:00
"windows-sys 0.59.0",
]
2022-06-12 00:43:50 +00:00
[[package]]
2022-11-11 13:46:07 +00:00
name = "terminal_size"
2023-11-04 11:47:13 +00:00
version = "0.3.0"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2022-11-11 13:46:07 +00:00
dependencies = [
2023-11-04 11:47:13 +00:00
"rustix",
2023-11-28 23:49:50 +00:00
"windows-sys 0.48.0",
2022-11-11 13:46:07 +00:00
]
2022-06-12 00:43:50 +00:00
2022-05-26 08:17:55 +00:00
[[package]]
2022-11-11 13:46:07 +00:00
name = "termtree"
2023-03-17 00:54:38 +00:00
version = "0.4.1"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-17 00:54:38 +00:00
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2022-05-26 08:17:55 +00:00
2022-05-28 10:58:43 +00:00
[[package]]
name = "thiserror"
2024-07-24 02:01:02 +00:00
version = "1.0.63"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 02:01:02 +00:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2022-05-28 10:58:43 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-07-24 02:01:02 +00:00
version = "1.0.63"
2022-05-28 10:58:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 02:01:02 +00:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2022-05-28 10:58:43 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-05-28 10:58:43 +00:00
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "tinyvec"
2024-07-11 11:47:05 +00:00
version = "1.8.0"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2022-06-12 00:43:50 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-21 08:39:57 +00:00
version = "0.1.1"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-21 08:39:57 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-06-12 00:43:50 +00:00
2022-05-26 08:17:55 +00:00
[[package]]
name = "tokio"
2024-09-02 03:57:13 +00:00
version = "1.40.0"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
2022-05-26 08:17:55 +00:00
dependencies = [
2023-08-14 09:31:52 +00:00
"backtrace",
2022-05-26 08:17:55 +00:00
"bytes",
"libc",
"mio",
"pin-project-lite",
"signal-hook-registry",
2023-12-21 06:24:20 +00:00
"socket2",
2022-05-26 08:17:55 +00:00
"tokio-macros",
2024-07-24 02:01:02 +00:00
"windows-sys 0.52.0",
2022-05-26 08:17:55 +00:00
]
[[package]]
name = "tokio-macros"
2024-07-24 02:01:02 +00:00
version = "2.4.0"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 02:01:02 +00:00
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2022-05-26 08:17:55 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-05-26 08:17:55 +00:00
]
2023-12-21 06:24:20 +00:00
[[package]]
name = "tokio-rustls"
2024-04-07 21:19:34 +00:00
version = "0.26.0"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
2023-12-21 06:24:20 +00:00
dependencies = [
2024-07-11 11:47:05 +00:00
"rustls",
2023-12-21 06:24:20 +00:00
"rustls-pki-types",
2022-06-02 03:06:41 +00:00
"tokio",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "tokio-util"
2024-05-22 03:20:24 +00:00
version = "0.7.11"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-22 03:20:24 +00:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2022-05-26 08:17:55 +00:00
dependencies = [
"bytes",
"futures-core",
2023-06-01 14:05:44 +00:00
"futures-io",
2022-05-26 08:17:55 +00:00
"futures-sink",
"pin-project-lite",
"tokio",
]
2024-07-24 02:01:02 +00:00
[[package]]
name = "toml_datetime"
2024-09-02 03:57:13 +00:00
version = "0.6.8"
2024-07-24 02:01:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2024-07-24 02:01:02 +00:00
[[package]]
name = "toml_edit"
2024-09-02 03:57:13 +00:00
version = "0.22.20"
2024-07-24 02:01:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
2024-07-24 02:01:02 +00:00
dependencies = [
"indexmap",
"toml_datetime",
"winnow",
]
[[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"
2024-09-02 03:57:13 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2022-05-26 08:17:55 +00:00
[[package]]
name = "tower-service"
2024-09-02 03:57:13 +00:00
version = "0.3.3"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2022-05-26 08:17:55 +00:00
[[package]]
name = "tracing"
2023-11-04 11:47:13 +00:00
version = "0.1.40"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-05-26 08:17:55 +00:00
dependencies = [
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2023-11-04 11:47:13 +00:00
version = "0.1.32"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-05-26 08:17:55 +00:00
dependencies = [
2022-06-12 05:02:36 +00:00
"once_cell",
2022-05-26 08:17:55 +00:00
]
[[package]]
name = "try-lock"
2023-12-21 06:24:20 +00:00
version = "0.2.5"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-21 06:24:20 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-05-26 08:17:55 +00:00
2022-05-29 09:33:21 +00:00
[[package]]
name = "typenum"
2023-11-04 11:47:13 +00:00
version = "1.17.0"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-05-29 09:33:21 +00:00
[[package]]
name = "unicase"
2023-08-24 08:46:38 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "unicode-bidi"
2024-02-06 09:32:31 +00:00
version = "0.3.15"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 09:32:31 +00:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-06-12 00:43:50 +00:00
2022-05-26 08:17:55 +00:00
[[package]]
name = "unicode-ident"
2023-11-04 11:47:13 +00:00
version = "1.0.12"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-05-26 08:17:55 +00:00
2022-06-12 00:43:50 +00:00
[[package]]
name = "unicode-normalization"
2024-03-08 00:52:31 +00:00
version = "0.1.23"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 00:52:31 +00:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2022-06-12 00:43:50 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unsafe-libyaml"
2024-04-07 21:19:34 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 21:19:34 +00:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2022-06-02 03:06:41 +00:00
[[package]]
name = "untrusted"
2023-11-04 11:47:13 +00:00
version = "0.9.0"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 11:47:13 +00:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-06-02 03:06:41 +00:00
2022-06-12 00:43:50 +00:00
[[package]]
name = "url"
2024-07-11 11:47:05 +00:00
version = "2.5.2"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2022-06-12 00:43:50 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2022-06-05 22:51:35 +00:00
[[package]]
name = "urlencoding"
2023-08-14 09:31:52 +00:00
version = "2.1.3"
2022-06-05 22:51:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 09:31:52 +00:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2022-06-05 22:51:35 +00:00
2023-06-01 14:05:44 +00:00
[[package]]
name = "utf8parse"
2024-07-11 11:47:05 +00:00
version = "0.2.2"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-06-01 14:05:44 +00:00
[[package]]
name = "uuid"
2024-07-11 11:47:05 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
dependencies = [
2022-07-29 00:54:46 +00:00
"getrandom",
"rand",
2022-06-12 00:43:50 +00:00
]
2022-05-29 09:33:21 +00:00
[[package]]
name = "version_check"
2024-09-02 03:57:13 +00:00
version = "0.9.5"
2022-05-29 09:33:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2022-05-29 09:33:21 +00:00
2022-06-12 00:43:50 +00: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 00:52:31 +00:00
version = "2.5.0"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-08 00:52:31 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2022-06-12 00:43:50 +00:00
dependencies = [
"same-file",
"winapi-util",
]
2022-05-26 08:17:55 +00:00
[[package]]
name = "want"
2023-08-14 09:31:52 +00:00
version = "0.3.1"
2022-05-26 08:17:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 09:31:52 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-05-26 08:17:55 +00: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 03:06:41 +00:00
[[package]]
name = "wasm-bindgen"
2024-09-02 03:57:13 +00:00
version = "0.2.93"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
2022-06-02 03:06:41 +00:00
dependencies = [
"cfg-if",
2024-09-02 03:57:13 +00:00
"once_cell",
2022-06-02 03:06:41 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-09-02 03:57:13 +00:00
version = "0.2.93"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
2022-06-02 03:06:41 +00:00
dependencies = [
"bumpalo",
"log",
2022-07-29 00:54:46 +00:00
"once_cell",
2022-06-02 03:06:41 +00:00
"proc-macro2",
"quote",
"syn",
2022-06-02 03:06:41 +00:00
"wasm-bindgen-shared",
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "wasm-bindgen-futures"
2024-09-02 03:57:13 +00:00
version = "0.4.43"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
2022-06-12 00:43:50 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-06-02 03:06:41 +00:00
[[package]]
name = "wasm-bindgen-macro"
2024-09-02 03:57:13 +00:00
version = "0.2.93"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
2022-06-02 03:06:41 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-09-02 03:57:13 +00:00
version = "0.2.93"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
2022-06-02 03:06:41 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-06-02 03:06:41 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-09-02 03:57:13 +00:00
version = "0.2.93"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
2022-06-02 03:06:41 +00:00
[[package]]
name = "web-sys"
2024-09-02 03:57:13 +00:00
version = "0.3.70"
2022-06-02 03:06:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
2022-06-02 03:06:41 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "webpki-roots"
2024-09-02 03:57:13 +00:00
version = "0.26.5"
2024-04-07 21:19:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a"
2024-04-07 21:19:34 +00:00
dependencies = [
"rustls-pki-types",
2024-04-07 21:19:34 +00:00
]
2022-06-12 00:43:50 +00:00
[[package]]
name = "winapi-util"
2024-09-02 03:57:13 +00:00
version = "0.1.9"
2022-06-12 00:43:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2022-06-12 00:43:50 +00:00
dependencies = [
2024-09-02 03:57:13 +00:00
"windows-sys 0.59.0",
2022-06-12 00:43:50 +00:00
]
2023-06-01 14:05:44 +00:00
[[package]]
2023-11-04 11:47:13 +00:00
name = "windows-core"
version = "0.52.0"
2022-11-11 13:46:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-02-21 08:39:57 +00:00
dependencies = [
2024-07-11 11:47:05 +00:00
"windows-targets 0.52.6",
2023-06-01 14:05:44 +00:00
]
2024-09-02 03:57:13 +00:00
[[package]]
name = "windows-registry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
dependencies = [
"windows-result",
"windows-strings",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-result"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result",
"windows-targets 0.52.6",
]
2023-06-01 14:05:44 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-11-28 23:49:50 +00: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 11:47:05 +00:00
"windows-targets 0.52.6",
2023-06-01 14:05:44 +00:00
]
2024-09-02 03:57:13 +00:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2023-06-01 14:05:44 +00:00
[[package]]
name = "windows-targets"
2023-08-24 08:46:38 +00:00
version = "0.48.5"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-06-01 14:05:44 +00:00
dependencies = [
2023-11-28 23:49:50 +00: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 11:47:05 +00:00
version = "0.52.6"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2023-11-28 23:49:50 +00:00
dependencies = [
2024-07-11 11:47:05 +00:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-04-19 01:41:41 +00:00
"windows_i686_gnullvm",
2024-07-11 11:47:05 +00: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 08:39:57 +00:00
]
2022-05-26 08:17:55 +00:00
2023-06-01 14:05:44 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-24 08:46:38 +00:00
version = "0.48.5"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-06-01 14:05:44 +00:00
2023-11-28 23:49:50 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-11 11:47:05 +00:00
version = "0.52.6"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-11-28 23:49:50 +00:00
2023-06-01 14:05:44 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-24 08:46:38 +00:00
version = "0.48.5"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-06-01 14:05:44 +00:00
2023-11-28 23:49:50 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-07-11 11:47:05 +00:00
version = "0.52.6"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-11-28 23:49:50 +00:00
2023-06-01 14:05:44 +00:00
[[package]]
name = "windows_i686_gnu"
2023-08-24 08:46:38 +00:00
version = "0.48.5"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-06-01 14:05:44 +00:00
2023-11-28 23:49:50 +00:00
[[package]]
name = "windows_i686_gnu"
2024-07-11 11:47:05 +00:00
version = "0.52.6"
2024-04-19 01:41:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-04-19 01:41:41 +00:00
[[package]]
name = "windows_i686_gnullvm"
2024-07-11 11:47:05 +00:00
version = "0.52.6"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-11-28 23:49:50 +00:00
2023-06-01 14:05:44 +00:00
[[package]]
name = "windows_i686_msvc"
2023-08-24 08:46:38 +00:00
version = "0.48.5"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-06-01 14:05:44 +00:00
2023-11-28 23:49:50 +00:00
[[package]]
name = "windows_i686_msvc"
2024-07-11 11:47:05 +00:00
version = "0.52.6"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-11-28 23:49:50 +00:00
2023-06-01 14:05:44 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-24 08:46:38 +00:00
version = "0.48.5"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-06-01 14:05:44 +00:00
2023-11-28 23:49:50 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-07-11 11:47:05 +00:00
version = "0.52.6"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-11-28 23:49:50 +00:00
2023-06-01 14:05:44 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-24 08:46:38 +00:00
version = "0.48.5"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-06-01 14:05:44 +00:00
2023-11-28 23:49:50 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-07-11 11:47:05 +00:00
version = "0.52.6"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-11-28 23:49:50 +00:00
2023-06-01 14:05:44 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-24 08:46:38 +00:00
version = "0.48.5"
2023-06-01 14:05:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 08:46:38 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-06-01 14:05:44 +00:00
2023-11-28 23:49:50 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-07-11 11:47:05 +00:00
version = "0.52.6"
2023-11-28 23:49:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2023-11-28 23:49:50 +00:00
2024-07-24 02:01:02 +00:00
[[package]]
name = "winnow"
2024-09-02 03:57:13 +00:00
version = "0.6.18"
2024-07-24 02:01:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
2024-07-24 02:01:02 +00:00
dependencies = [
"memchr",
]
2022-06-05 23:54:12 +00:00
[[package]]
name = "xml-rs"
2024-09-02 03:57:13 +00:00
version = "0.8.21"
2022-06-05 23:54:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-02 03:57:13 +00:00
checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601"
2023-12-14 10:59:28 +00: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 06:24:20 +00:00
2024-09-02 03:57:13 +00:00
[[package]]
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-12-21 06:24:20 +00:00
[[package]]
name = "zeroize"
2024-07-11 11:47:05 +00:00
version = "1.8.1"
2023-12-21 06:24:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-11 11:47:05 +00:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"