2020-09-28 23:27:14 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-12 13:59:51 +03:00
|
|
|
version = 3
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
2023-08-14 00:21:54 +03:00
|
|
|
name = "addr2line"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.22.0"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
2022-03-26 19:59:53 +03:00
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
2023-08-14 00:21:54 +03:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 00:21:54 +03:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
2024-08-23 21:08:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2023-12-06 21:05:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2023-04-28 13:48:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "1.1.3"
|
2023-04-28 13:48:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-04-28 13:48:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-08-23 21:08:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
|
|
|
|
2023-06-03 02:06:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-16 21:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.1.5"
|
2022-08-16 21:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-16 21:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
2023-09-30 12:59:54 +03:00
|
|
|
name = "anstream"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.6.15"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
2022-03-13 15:45:37 +03:00
|
|
|
dependencies = [
|
2023-09-30 12:59:54 +03:00
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-11 22:48:43 +03:00
|
|
|
"is_terminal_polyfill",
|
2023-09-30 12:59:54 +03:00
|
|
|
"utf8parse",
|
2023-09-30 12:44:20 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-30 12:59:54 +03:00
|
|
|
name = "anstyle"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.8"
|
2023-09-30 12:44:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
2023-09-30 12:59:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.5"
|
2023-09-30 12:59:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
2023-09-30 12:44:20 +03:00
|
|
|
dependencies = [
|
2023-09-30 12:59:54 +03:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.1.1"
|
2023-09-30 12:59:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
2023-09-30 12:59:54 +03:00
|
|
|
dependencies = [
|
2024-01-13 17:38:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-30 12:59:54 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "3.0.4"
|
2023-09-30 12:59:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
2023-09-30 12:59:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-01-13 17:38:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-30 12:59:54 +03:00
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.86"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.7.6"
|
2024-07-29 11:25:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2024-07-29 11:25:23 +03:00
|
|
|
|
2024-04-20 18:11:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.4.12"
|
2024-04-20 18:11:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa"
|
2024-04-20 18:11:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"zstd",
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
2023-09-30 12:59:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.1.81"
|
2023-09-30 12:59:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
|
2023-09-30 12:59:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2022-03-13 15:45:37 +03:00
|
|
|
]
|
2021-05-16 23:12:12 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "1.3.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.3.73"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-08-23 21:08:54 +03:00
|
|
|
"miniz_oxide 0.7.4",
|
2023-08-14 00:21:54 +03:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.21.7"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
2024-04-11 13:53:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.22.1"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-04-11 13:53:44 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-08-06 23:04:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "2.0.0-rc.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95"
|
|
|
|
dependencies = [
|
|
|
|
"bincode_derive",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bincode_derive"
|
|
|
|
version = "2.0.0-rc.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c"
|
|
|
|
dependencies = [
|
|
|
|
"virtue",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-02-12 21:50:01 +03:00
|
|
|
version = "1.3.2"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-12 21:50:01 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-05-13 02:15:33 +03:00
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.6.0"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
2021-08-18 03:19:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.10.4"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2022-08-16 21:27:51 +03:00
|
|
|
"generic-array",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.10.0"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-01-20 15:16:19 +03:00
|
|
|
"serde",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-11 01:13:26 +03:00
|
|
|
version = "3.16.0"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 01:13:26 +03:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.17.0"
|
2024-07-29 11:25:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "6fd4c6dcc3b0aea2f5c0b4b82c2b15fe39ddbc76041a310848f4706edf76bb31"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2024-07-29 11:25:23 +03:00
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.7.1"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cacache"
|
2024-04-11 13:53:44 +03:00
|
|
|
version = "13.0.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 13:53:44 +03:00
|
|
|
checksum = "a61ff12b19d89c752c213316b87fdb4a587f073d219b893cc56974b8c9f39bf7"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"either",
|
|
|
|
"futures",
|
|
|
|
"hex",
|
|
|
|
"libc",
|
2024-07-29 11:25:23 +03:00
|
|
|
"memmap2 0.5.10",
|
2023-12-26 22:52:31 +03:00
|
|
|
"miette",
|
|
|
|
"reflink-copy",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"ssri",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.1.14"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-14 00:21:54 +03:00
|
|
|
"libc",
|
2024-08-23 21:08:54 +03:00
|
|
|
"shlex",
|
2021-05-15 02:38:58 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.4.38"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2023-06-03 02:06:21 +03:00
|
|
|
"android-tzdata",
|
2022-08-16 21:27:51 +03:00
|
|
|
"iana-time-zone",
|
2021-05-20 18:46:13 +03:00
|
|
|
"num-traits",
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-targets 0.52.6",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2024-05-29 11:55:55 +03:00
|
|
|
version = "0.9.0"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-29 11:55:55 +03:00
|
|
|
checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2021-10-22 16:57:11 +03:00
|
|
|
"chrono-tz-build",
|
|
|
|
"phf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz-build"
|
2024-05-29 11:55:55 +03:00
|
|
|
version = "0.3.0"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-29 11:55:55 +03:00
|
|
|
checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
2021-05-20 18:46:13 +03:00
|
|
|
"parse-zoneinfo",
|
2021-10-22 16:57:11 +03:00
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "4.5.16"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
|
2021-05-13 02:15:33 +03:00
|
|
|
dependencies = [
|
2023-09-30 12:59:54 +03:00
|
|
|
"clap_builder",
|
2022-02-01 01:06:57 +03:00
|
|
|
"clap_derive",
|
2023-09-30 12:59:54 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "4.5.15"
|
2023-09-30 12:59:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
|
2023-09-30 12:59:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-04-24 14:33:36 +03:00
|
|
|
"clap_lex",
|
2021-05-13 02:15:33 +03:00
|
|
|
"strsim",
|
2022-02-01 01:06:57 +03:00
|
|
|
"terminal_size",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "4.5.23"
|
2022-02-01 01:06:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "531d7959c5bbb6e266cecdd0f20213639c3a5c3e4d615f97db87661745f781ff"
|
2022-02-01 01:06:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "4.5.13"
|
2022-02-01 01:06:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
|
2022-02-01 01:06:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2022-04-24 14:33:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.7.2"
|
2022-04-24 14:33:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
2022-04-24 14:33:36 +03:00
|
|
|
|
2022-04-14 16:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_mangen"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.23"
|
2022-04-14 16:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb"
|
2022-04-14 16:48:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"roff",
|
|
|
|
]
|
|
|
|
|
2023-09-30 12:59:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.2"
|
2023-09-30 12:59:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
2023-09-30 12:59:54 +03:00
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2024-02-17 13:58:31 +03:00
|
|
|
version = "0.14.0"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-17 13:58:31 +03:00
|
|
|
checksum = "7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be"
|
2021-05-16 23:12:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-03-13 15:45:37 +03:00
|
|
|
"nom",
|
|
|
|
"pathdiff",
|
2021-05-16 23:12:12 +03:00
|
|
|
"serde",
|
2024-02-17 13:58:31 +03:00
|
|
|
"toml",
|
2021-05-25 21:32:49 +03:00
|
|
|
"yaml-rust",
|
2021-05-16 23:12:12 +03:00
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.15.8"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2024-01-13 17:38:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-12-26 22:52:31 +03:00
|
|
|
]
|
|
|
|
|
2023-10-13 15:43:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "conventional_commit_parser"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58660f9e1d5eeeeec9c33d1473ea8bba000c673a2189edaeedb4523ec7d6f7cb"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.9.4"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-16 21:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core2"
|
|
|
|
version = "0.4.0"
|
2022-08-16 21:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-08-16 21:27:51 +03:00
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_demangle"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-08-18 03:19:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.13"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.4.2"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-01-13 17:38:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.8.20"
|
2024-01-13 17:38:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2024-01-13 17:38:20 +03:00
|
|
|
|
2022-08-16 21:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2024-08-23 21:08:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dary_heap"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca"
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "debugid"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
|
|
|
|
dependencies = [
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.3.11"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.6.0"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
2021-05-23 23:14:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.1.13"
|
2021-05-23 23:14:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2021-05-23 23:14:51 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.10.7"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:33:18 +03:00
|
|
|
"block-buffer",
|
2022-08-16 21:27:51 +03:00
|
|
|
"crypto-common",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
2023-05-09 02:08:12 +03:00
|
|
|
version = "5.0.1"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-09 02:08:12 +03:00
|
|
|
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2023-09-08 17:02:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2023-05-09 02:08:12 +03:00
|
|
|
version = "0.4.1"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-09 02:08:12 +03:00
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-05-09 02:08:12 +03:00
|
|
|
"option-ext",
|
2022-03-26 19:59:53 +03:00
|
|
|
"redox_users",
|
2023-12-26 22:52:31 +03:00
|
|
|
"windows-sys 0.48.0",
|
2021-08-18 23:46:37 +03:00
|
|
|
]
|
|
|
|
|
2024-04-21 22:02:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "1.0.9"
|
2024-04-21 22:02:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"
|
2024-04-21 22:02:41 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
2021-05-20 17:22:21 +03:00
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 17:22:21 +03:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2023-10-29 01:37:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "document-features"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.10"
|
2023-10-29 01:37:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0"
|
2023-10-29 01:37:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"litrs",
|
|
|
|
]
|
|
|
|
|
2024-05-25 22:53:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
|
|
|
version = "1.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.13.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-04-11 01:13:26 +03:00
|
|
|
version = "0.8.34"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 01:13:26 +03:00
|
|
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2024-01-19 11:23:20 +03:00
|
|
|
version = "0.10.2"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-19 11:23:20 +03:00
|
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
2023-05-19 02:05:06 +03:00
|
|
|
"is-terminal",
|
2021-05-13 02:38:41 +03:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-06-24 02:03:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-08-14 00:21:54 +03:00
|
|
|
version = "1.0.1"
|
2023-06-24 02:03:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 00:21:54 +03:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-24 02:03:30 +03:00
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.3.9"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2023-04-28 14:18:22 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:33:18 +03:00
|
|
|
"libc",
|
2024-01-13 17:38:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-09-20 19:33:18 +03:00
|
|
|
]
|
|
|
|
|
2024-04-21 22:02:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "expect-test"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0"
|
|
|
|
dependencies = [
|
|
|
|
"dissimilar",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "2.1.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "findshlibs"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.32"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "9c0596c1eac1f9e04ed902702e9878208b336edc9d6fddc8a48387349bab3666"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-08-23 21:08:54 +03:00
|
|
|
"miniz_oxide 0.8.0",
|
2022-03-26 19:59:53 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-12-26 22:52:31 +03:00
|
|
|
version = "1.2.1"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 22:52:31 +03:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-12-27 01:19:48 +03:00
|
|
|
version = "0.3.30"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-27 01:19:48 +03:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-12-27 01:19:48 +03:00
|
|
|
version = "0.3.30"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-27 01:19:48 +03:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-12-26 22:52:31 +03:00
|
|
|
"futures-sink",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-12-27 01:19:48 +03:00
|
|
|
version = "0.3.30"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-27 01:19:48 +03:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-12-27 01:19:48 +03:00
|
|
|
version = "0.3.30"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-27 01:19:48 +03:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
2023-08-14 00:21:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-12-27 01:19:48 +03:00
|
|
|
version = "0.3.30"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-27 01:19:48 +03:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-12-27 01:19:48 +03:00
|
|
|
version = "0.3.30"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-27 01:19:48 +03:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-12-27 01:19:48 +03:00
|
|
|
version = "0.3.30"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-27 01:19:48 +03:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-12-27 01:19:48 +03:00
|
|
|
version = "0.3.30"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-27 01:19:48 +03:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-12-27 01:19:48 +03:00
|
|
|
version = "0.3.30"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-27 01:19:48 +03:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
2023-12-26 22:52:31 +03:00
|
|
|
"futures-channel",
|
2023-08-14 00:21:54 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
2023-12-26 22:52:31 +03:00
|
|
|
"futures-sink",
|
2023-08-14 00:21:54 +03:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.14.7"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.2.15"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.29.0"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
2021-05-30 01:45:03 +03:00
|
|
|
[[package]]
|
2021-06-01 23:12:14 +03:00
|
|
|
name = "git-cliff"
|
2024-06-26 12:55:35 +03:00
|
|
|
version = "2.4.0"
|
2021-05-30 01:45:03 +03:00
|
|
|
dependencies = [
|
2022-02-01 01:06:57 +03:00
|
|
|
"clap",
|
|
|
|
"clap_complete",
|
2022-04-14 16:48:46 +03:00
|
|
|
"clap_mangen",
|
2023-12-26 22:52:31 +03:00
|
|
|
"dirs",
|
|
|
|
"env_logger",
|
2021-05-30 01:45:03 +03:00
|
|
|
"git-cliff-core",
|
2022-11-19 22:07:59 +03:00
|
|
|
"glob",
|
2023-12-26 22:52:31 +03:00
|
|
|
"indicatif",
|
|
|
|
"lazy_static",
|
2021-05-30 01:45:03 +03:00
|
|
|
"log",
|
2024-07-29 11:25:23 +03:00
|
|
|
"pprof",
|
2021-06-08 23:30:17 +03:00
|
|
|
"pretty_assertions",
|
2024-07-29 11:25:23 +03:00
|
|
|
"rand",
|
2022-11-19 22:07:59 +03:00
|
|
|
"regex",
|
2023-12-26 22:52:31 +03:00
|
|
|
"secrecy",
|
2023-09-08 17:02:43 +03:00
|
|
|
"shellexpand",
|
2022-03-26 19:59:53 +03:00
|
|
|
"update-informer",
|
2024-08-24 10:44:56 +03:00
|
|
|
"url",
|
2021-05-30 01:45:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git-cliff-core"
|
2024-06-26 12:55:35 +03:00
|
|
|
version = "2.4.0"
|
2021-05-30 01:45:03 +03:00
|
|
|
dependencies = [
|
2024-08-06 23:04:17 +03:00
|
|
|
"bincode 2.0.0-rc.3",
|
|
|
|
"cacache",
|
2021-05-30 01:45:03 +03:00
|
|
|
"config",
|
2023-12-26 22:52:31 +03:00
|
|
|
"dirs",
|
2023-10-29 01:37:24 +03:00
|
|
|
"document-features",
|
2024-05-25 22:53:47 +03:00
|
|
|
"dyn-clone",
|
2024-04-21 22:02:41 +03:00
|
|
|
"expect-test",
|
2023-12-26 22:52:31 +03:00
|
|
|
"futures",
|
2021-05-30 01:45:03 +03:00
|
|
|
"git-conventional",
|
|
|
|
"git2",
|
2021-11-30 16:05:29 +03:00
|
|
|
"glob",
|
2023-12-26 22:52:31 +03:00
|
|
|
"http-cache-reqwest",
|
2024-01-13 17:38:20 +03:00
|
|
|
"indexmap",
|
2022-08-12 21:47:51 +03:00
|
|
|
"lazy-regex",
|
2024-03-23 17:31:58 +03:00
|
|
|
"lazy_static",
|
2023-04-02 21:46:45 +03:00
|
|
|
"log",
|
2023-10-13 15:43:55 +03:00
|
|
|
"next_version",
|
2021-05-30 01:45:03 +03:00
|
|
|
"pretty_assertions",
|
|
|
|
"regex",
|
2024-08-23 21:08:54 +03:00
|
|
|
"reqwest 0.12.7",
|
2023-12-26 22:52:31 +03:00
|
|
|
"reqwest-middleware",
|
2021-08-18 03:19:06 +03:00
|
|
|
"rust-embed",
|
2023-12-26 22:52:31 +03:00
|
|
|
"secrecy",
|
2023-10-13 15:43:55 +03:00
|
|
|
"semver",
|
2021-05-30 01:45:03 +03:00
|
|
|
"serde",
|
2022-03-27 00:36:24 +03:00
|
|
|
"serde_json",
|
2021-05-30 01:45:03 +03:00
|
|
|
"serde_regex",
|
2024-08-06 23:04:17 +03:00
|
|
|
"temp-dir",
|
2021-05-30 01:45:03 +03:00
|
|
|
"tera",
|
|
|
|
"thiserror",
|
2023-12-26 22:52:31 +03:00
|
|
|
"tokio",
|
2024-02-17 13:58:31 +03:00
|
|
|
"toml",
|
2023-12-26 22:52:31 +03:00
|
|
|
"url",
|
2024-07-28 09:12:32 +03:00
|
|
|
"urlencoding",
|
2021-05-30 01:45:03 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 17:22:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git-conventional"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.12.7"
|
2021-05-24 19:41:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "8066dc2ef3bd0e2bfb84b4a2b0b04f216ffb97390e09fab0752bf0ba943dacc6"
|
2021-05-20 17:22:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
2021-05-23 01:07:56 +03:00
|
|
|
"serde",
|
2021-05-20 17:22:21 +03:00
|
|
|
"unicase",
|
2024-02-17 14:17:13 +03:00
|
|
|
"winnow",
|
2021-05-20 17:22:21 +03:00
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2024-06-26 12:53:10 +03:00
|
|
|
version = "0.19.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-26 12:53:10 +03:00
|
|
|
checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"bitflags 2.6.0",
|
2021-05-15 02:38:58 +03:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-11-30 16:05:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "0.3.1"
|
2021-11-30 16:05:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2021-11-30 16:05:29 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.4.14"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2023-08-14 00:21:54 +03:00
|
|
|
"aho-corasick",
|
2021-05-20 18:46:13 +03:00
|
|
|
"bstr",
|
|
|
|
"log",
|
2024-01-13 17:38:20 +03:00
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
2024-05-29 11:55:55 +03:00
|
|
|
version = "0.9.1"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-29 11:55:55 +03:00
|
|
|
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"bitflags 2.6.0",
|
2021-05-20 18:46:13 +03:00
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-04-11 01:13:26 +03:00
|
|
|
version = "0.3.26"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 01:13:26 +03:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 0.2.12",
|
2024-01-13 17:38:20 +03:00
|
|
|
"indexmap",
|
2023-08-14 00:21:54 +03:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.14.5"
|
2023-06-24 02:03:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2024-08-23 21:08:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"allocator-api2",
|
|
|
|
]
|
2023-06-24 02:03:30 +03:00
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-03-16 13:35:27 +03:00
|
|
|
version = "0.5.0"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-16 13:35:27 +03:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2021-05-13 02:15:33 +03:00
|
|
|
|
2023-09-30 12:44:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "0.3.9"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
2024-08-23 21:08:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "0.2.12"
|
2023-02-08 18:53:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2024-04-11 13:53:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.4.6"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 0.2.12",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.1"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-04-11 13:53:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http 1.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.1.2"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-04-11 13:53:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-08-23 21:08:54 +03:00
|
|
|
"futures-util",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 1.1.0",
|
2024-08-23 21:08:54 +03:00
|
|
|
"http-body 1.0.1",
|
2023-08-14 00:21:54 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-cache"
|
2024-04-11 13:53:44 +03:00
|
|
|
version = "0.19.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 13:53:44 +03:00
|
|
|
checksum = "d6ffb12b95bb2a369fe47ca8924016c72c2fa0e6059ba98bd1516f558696c5a8"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2024-08-06 23:04:17 +03:00
|
|
|
"bincode 1.3.3",
|
2023-12-26 22:52:31 +03:00
|
|
|
"cacache",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 1.1.0",
|
2023-12-26 22:52:31 +03:00
|
|
|
"http-cache-semantics",
|
|
|
|
"httpdate",
|
|
|
|
"serde",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-cache-reqwest"
|
2024-04-11 13:53:44 +03:00
|
|
|
version = "0.14.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 13:53:44 +03:00
|
|
|
checksum = "be3e27c4e2e510571cbcc601407b639667146aa9a4e818d5cc1d97c8b4b27d61"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 1.1.0",
|
2023-12-26 22:52:31 +03:00
|
|
|
"http-cache",
|
|
|
|
"http-cache-semantics",
|
2024-08-23 21:08:54 +03:00
|
|
|
"reqwest 0.12.7",
|
2023-12-26 22:52:31 +03:00
|
|
|
"reqwest-middleware",
|
|
|
|
"serde",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-cache-semantics"
|
2024-04-11 13:53:44 +03:00
|
|
|
version = "2.1.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 13:53:44 +03:00
|
|
|
checksum = "92baf25cf0b8c9246baecf3a444546360a97b569168fdf92563ee6a47829920c"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 1.1.0",
|
2023-12-26 22:52:31 +03:00
|
|
|
"http-serde",
|
|
|
|
"serde",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-serde"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.1.1"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "0f056c8559e3757392c8d091e796416e4649d8e49e88b8d76df6c002f05027fd"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 1.1.0",
|
2023-12-26 22:52:31 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.9.4"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2023-02-08 18:53:57 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humansize"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "2.1.3"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
|
|
|
|
dependencies = [
|
|
|
|
"libm",
|
|
|
|
]
|
2021-05-20 18:46:13 +03:00
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2023-05-19 02:05:06 +03:00
|
|
|
version = "2.1.0"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 02:05:06 +03:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.14.30"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
2023-08-14 00:21:54 +03:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-01-13 17:38:20 +03:00
|
|
|
"socket2",
|
2023-08-14 00:21:54 +03:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2024-04-11 13:53:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.4.1"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
2024-04-11 13:53:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-08-23 21:08:54 +03:00
|
|
|
"http-body 1.0.1",
|
2024-04-11 13:53:44 +03:00
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.24.2"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 0.2.12",
|
2024-08-23 21:08:54 +03:00
|
|
|
"hyper 0.14.30",
|
2024-05-11 22:48:43 +03:00
|
|
|
"rustls 0.21.12",
|
2023-08-14 00:21:54 +03:00
|
|
|
"tokio",
|
2024-04-11 13:53:44 +03:00
|
|
|
"tokio-rustls 0.24.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-06-18 12:14:58 +03:00
|
|
|
version = "0.27.2"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 12:14:58 +03:00
|
|
|
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
|
2024-04-11 13:53:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-08-23 21:08:54 +03:00
|
|
|
"hyper 1.4.1",
|
2024-04-11 13:53:44 +03:00
|
|
|
"hyper-util",
|
2024-08-23 21:08:54 +03:00
|
|
|
"rustls 0.23.12",
|
2024-04-11 13:53:44 +03:00
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
2024-06-18 12:14:58 +03:00
|
|
|
"tokio-rustls 0.26.0",
|
2024-04-11 13:53:44 +03:00
|
|
|
"tower-service",
|
2024-08-23 21:08:54 +03:00
|
|
|
"webpki-roots 0.26.3",
|
2024-04-11 13:53:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.1.7"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
|
2024-04-11 13:53:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-08-23 21:08:54 +03:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"hyper 1.4.1",
|
2024-04-11 13:53:44 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
2022-08-16 21:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "0.1.60"
|
2022-08-16 21:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2022-08-16 21:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-11-20 17:06:56 +03:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-16 21:27:51 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-03-27 22:44:00 +03:00
|
|
|
"windows-core 0.52.0",
|
2022-08-16 21:27:51 +03:00
|
|
|
]
|
|
|
|
|
2022-11-20 17:06:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.1.2"
|
2022-11-20 17:06:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-11-20 17:06:56 +03:00
|
|
|
dependencies = [
|
2023-06-03 02:06:21 +03:00
|
|
|
"cc",
|
2022-11-20 17:06:56 +03:00
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-06-19 11:53:37 +03:00
|
|
|
version = "0.5.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 11:53:37 +03:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
2024-06-19 11:53:37 +03:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2021-05-15 02:38:58 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.4.22"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2024-01-13 17:38:20 +03:00
|
|
|
"crossbeam-deque",
|
2021-05-20 18:46:13 +03:00
|
|
|
"globset",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2024-01-13 17:38:20 +03:00
|
|
|
"regex-automata",
|
2021-05-20 18:46:13 +03:00
|
|
|
"same-file",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-12-06 21:05:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "include-flate"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.3.0"
|
2023-12-06 21:05:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "df49c16750695486c1f34de05da5b7438096156466e7f76c38fcdf285cf0113e"
|
2023-12-06 21:05:49 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"include-flate-codegen",
|
2023-12-06 21:05:49 +03:00
|
|
|
"lazy_static",
|
|
|
|
"libflate",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "include-flate-codegen"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.0"
|
2023-12-06 21:05:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "8c5b246c6261be723b85c61ecf87804e8ea4a35cb68be0ff282ed84b95ffe7d7"
|
2023-12-06 21:05:49 +03:00
|
|
|
dependencies = [
|
|
|
|
"libflate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2023-12-06 21:05:49 +03:00
|
|
|
]
|
|
|
|
|
2023-06-24 02:03:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.4.0"
|
2023-06-24 02:03:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
|
2023-06-24 02:03:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-01-13 17:38:20 +03:00
|
|
|
"hashbrown",
|
2021-06-06 03:19:27 +03:00
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2024-02-17 14:05:04 +03:00
|
|
|
version = "0.17.8"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-17 14:05:04 +03:00
|
|
|
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"instant",
|
|
|
|
"number_prefix",
|
|
|
|
"portable-atomic",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inferno"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.11.21"
|
2024-07-29 11:25:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "232929e1d75fe899576a3d5c7416ad0d88dbfbb3c3d6aa00873a7408a50ddb88"
|
2024-07-29 11:25:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"indexmap",
|
|
|
|
"is-terminal",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"num-format",
|
|
|
|
"once_cell",
|
|
|
|
"quick-xml",
|
|
|
|
"rgb",
|
|
|
|
"str_stack",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.1.13"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "2.9.0"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
2023-02-08 18:53:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.4.13"
|
2023-02-08 18:53:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
|
2023-02-08 18:53:57 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"hermit-abi 0.4.0",
|
2024-03-27 22:44:00 +03:00
|
|
|
"libc",
|
2024-01-13 17:38:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-01-20 15:16:19 +03:00
|
|
|
]
|
2022-09-20 19:33:18 +03:00
|
|
|
|
2024-05-11 22:48:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.70.1"
|
2024-05-11 22:48:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-05-11 22:48:43 +03:00
|
|
|
|
2021-06-06 03:19:27 +03:00
|
|
|
[[package]]
|
2021-05-20 18:46:13 +03:00
|
|
|
name = "itoa"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "1.0.11"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.1.32"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.3.70"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-08-12 21:47:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "3.3.0"
|
2022-08-12 21:47:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda"
|
2022-08-12 21:47:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy-regex-proc_macros",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex-proc_macros"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "3.3.0"
|
2022-08-12 21:47:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163"
|
2022-08-12 21:47:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2022-08-12 21:47:51 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-06-22 11:39:55 +03:00
|
|
|
version = "1.5.0"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-22 11:39:55 +03:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2021-05-13 02:15:33 +03:00
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.158"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
2023-12-06 21:05:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.1.0"
|
2023-12-06 21:05:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e"
|
2023-12-06 21:05:49 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
2024-08-23 21:08:54 +03:00
|
|
|
"core2",
|
2023-12-06 21:05:49 +03:00
|
|
|
"crc32fast",
|
2024-08-23 21:08:54 +03:00
|
|
|
"dary_heap",
|
2023-12-06 21:05:49 +03:00
|
|
|
"libflate_lz77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate_lz77"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.1.0"
|
2023-12-06 21:05:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d"
|
2023-12-06 21:05:49 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"core2",
|
|
|
|
"hashbrown",
|
2023-12-06 21:05:49 +03:00
|
|
|
"rle-decode-fast",
|
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2024-06-26 12:53:10 +03:00
|
|
|
version = "0.17.0+1.8.1"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-26 12:53:10 +03:00
|
|
|
checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-04-28 13:42:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.2.8"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
2024-04-11 01:13:26 +03:00
|
|
|
version = "0.1.3"
|
2024-01-13 17:38:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 01:13:26 +03:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2024-01-13 17:38:20 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"bitflags 2.6.0",
|
2024-01-13 17:38:20 +03:00
|
|
|
"libc",
|
|
|
|
]
|
2023-04-28 13:42:50 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.1.19"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-05-25 21:32:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.5.6"
|
2021-05-25 21:32:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-05-25 21:32:49 +03:00
|
|
|
|
2023-09-30 12:44:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.4.14"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
2023-10-29 01:37:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "litrs"
|
2023-12-30 01:50:42 +03:00
|
|
|
version = "0.4.1"
|
2023-10-29 01:37:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 01:50:42 +03:00
|
|
|
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
2023-10-29 01:37:24 +03:00
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.4.22"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.7.4"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miette"
|
|
|
|
version = "5.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
|
|
|
|
dependencies = [
|
|
|
|
"miette-derive",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miette-derive"
|
|
|
|
version = "5.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2023-12-26 22:52:31 +03:00
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2021-09-04 14:32:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2022-02-12 21:50:01 +03:00
|
|
|
version = "0.2.1"
|
2021-09-04 14:32:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-12 21:50:01 +03:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-09-04 14:32:10 +03:00
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.7.4"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2024-08-23 21:08:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.2"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"hermit-abi 0.3.9",
|
2023-08-14 00:21:54 +03:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
2023-10-13 15:43:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "next_version"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.19"
|
2023-10-13 15:43:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "54d3c80a6b8295afdfca9e26fb8be25a5a258e593f9efe52aa7f2c7a508b797a"
|
2023-10-13 15:43:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"conventional_commit_parser",
|
2024-06-21 23:38:52 +03:00
|
|
|
"regex",
|
2023-10-13 15:43:55 +03:00
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.26.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-05-20 17:22:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "7.1.3"
|
2021-05-20 17:22:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-05-20 17:22:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-09-04 14:32:10 +03:00
|
|
|
"minimal-lexical",
|
2021-05-20 17:22:21 +03:00
|
|
|
]
|
|
|
|
|
2024-03-27 22:44:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-format"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.2.19"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.36.3"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "1.19.0"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2021-08-18 03:19:06 +03:00
|
|
|
|
2023-05-09 02:08:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-targets 0.52.6",
|
2024-07-29 11:25:23 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.3.1"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-03-13 15:45:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-12-26 22:52:31 +03:00
|
|
|
version = "2.3.1"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 22:52:31 +03:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.7.11"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2023-09-30 12:44:20 +03:00
|
|
|
"memchr",
|
2022-08-16 21:27:51 +03:00
|
|
|
"thiserror",
|
2021-05-20 18:46:13 +03:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.7.11"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.7.11"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.7.11"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2022-08-16 21:27:51 +03:00
|
|
|
"once_cell",
|
2021-05-20 18:46:13 +03:00
|
|
|
"pest",
|
2023-01-20 15:16:19 +03:00
|
|
|
"sha2",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
2021-10-22 16:57:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-09-05 01:52:57 +03:00
|
|
|
version = "0.11.2"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 01:52:57 +03:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-09-05 01:52:57 +03:00
|
|
|
version = "0.11.2"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 01:52:57 +03:00
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-09-05 01:52:57 +03:00
|
|
|
version = "0.11.2"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 01:52:57 +03:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-09-05 01:52:57 +03:00
|
|
|
version = "0.11.2"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 01:52:57 +03:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2024-04-11 13:53:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2024-04-11 13:53:44 +03:00
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-11 01:13:26 +03:00
|
|
|
version = "0.2.14"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 01:13:26 +03:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "0.3.30"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.7.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pprof"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef5c97c51bd34c7e742402e216abdeb44d415fbe6ae41d56b114723e953711cb"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"cfg-if",
|
|
|
|
"findshlibs",
|
|
|
|
"inferno",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"nix",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"smallvec",
|
|
|
|
"symbolic-demangle",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.20"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2021-05-20 18:46:13 +03:00
|
|
|
|
2021-05-23 23:14:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2023-08-14 00:21:54 +03:00
|
|
|
version = "1.4.0"
|
2021-05-23 23:14:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 00:21:54 +03:00
|
|
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
|
2021-05-23 23:14:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"diff",
|
2022-09-20 19:17:29 +03:00
|
|
|
"yansi",
|
2021-05-23 23:14:51 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.86"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2021-05-13 02:15:33 +03:00
|
|
|
dependencies = [
|
2022-07-12 16:16:33 +03:00
|
|
|
"unicode-ident",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-06-18 12:14:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.11.3"
|
2024-06-18 12:14:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "b22d8e7369034b9a7132bc2008cac12f2013c8132b45e0554e6e20e2617f2156"
|
2024-06-18 12:14:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
|
|
|
"rustc-hash",
|
2024-08-23 21:08:54 +03:00
|
|
|
"rustls 0.23.12",
|
|
|
|
"socket2",
|
2024-06-18 12:14:58 +03:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.11.6"
|
2024-06-18 12:14:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "ba92fb39ec7ad06ca2582c0ca834dfeadcaf06ddfc8e635c80aa7e1c05315fdd"
|
2024-06-18 12:14:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"rand",
|
|
|
|
"ring",
|
|
|
|
"rustc-hash",
|
2024-08-23 21:08:54 +03:00
|
|
|
"rustls 0.23.12",
|
2024-06-18 12:14:58 +03:00
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.5.4"
|
2024-06-18 12:14:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285"
|
2024-06-18 12:14:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.37"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2021-05-13 02:15:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-13 15:45:37 +03:00
|
|
|
version = "0.8.5"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-13 15:45:37 +03:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-12 13:54:14 +03:00
|
|
|
version = "0.3.1"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 13:54:14 +03:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.6.4"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
|
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"bitflags 2.6.0",
|
2024-07-29 11:25:23 +03:00
|
|
|
]
|
|
|
|
|
2021-08-18 23:46:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.4.6"
|
2021-08-18 23:46:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
2021-08-18 23:46:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2024-01-13 17:38:20 +03:00
|
|
|
"libredox",
|
2022-04-24 14:33:36 +03:00
|
|
|
"thiserror",
|
2021-08-18 23:46:37 +03:00
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reflink-copy"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.1.19"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "dc31414597d1cd7fdd2422798b7652a6329dda0fe0219e6335a13d5bcaa9aeb6"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rustix",
|
2024-01-13 17:38:20 +03:00
|
|
|
"windows",
|
2023-12-26 22:52:31 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.10.6"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.4.7"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
2023-08-14 00:21:54 +03:00
|
|
|
"aho-corasick",
|
2021-05-13 02:38:41 +03:00
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.8.4"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-03-20 13:41:19 +03:00
|
|
|
version = "0.11.27"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 13:41:19 +03:00
|
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
2024-04-11 13:53:44 +03:00
|
|
|
"base64 0.21.7",
|
2023-08-14 00:21:54 +03:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 0.2.12",
|
|
|
|
"http-body 0.4.6",
|
2024-08-23 21:08:54 +03:00
|
|
|
"hyper 0.14.30",
|
2024-04-11 13:53:44 +03:00
|
|
|
"hyper-rustls 0.24.2",
|
2023-08-14 00:21:54 +03:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-05-11 22:48:43 +03:00
|
|
|
"rustls 0.21.12",
|
2024-04-11 13:53:44 +03:00
|
|
|
"rustls-pemfile 1.0.4",
|
2023-08-14 00:21:54 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-06-18 12:14:58 +03:00
|
|
|
"sync_wrapper 0.1.2",
|
2023-12-26 22:52:31 +03:00
|
|
|
"system-configuration",
|
2023-08-14 00:21:54 +03:00
|
|
|
"tokio",
|
2024-04-11 13:53:44 +03:00
|
|
|
"tokio-rustls 0.24.1",
|
2023-08-14 00:21:54 +03:00
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-03-27 22:44:00 +03:00
|
|
|
"webpki-roots 0.25.4",
|
2024-08-23 21:08:54 +03:00
|
|
|
"winreg",
|
2024-04-11 13:53:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.12.7"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
|
2024-04-11 13:53:44 +03:00
|
|
|
dependencies = [
|
2024-04-20 18:11:31 +03:00
|
|
|
"async-compression",
|
2024-05-11 22:48:43 +03:00
|
|
|
"base64 0.22.1",
|
2024-04-11 13:53:44 +03:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
2024-08-23 21:08:54 +03:00
|
|
|
"http-body 1.0.1",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http-body-util",
|
2024-08-23 21:08:54 +03:00
|
|
|
"hyper 1.4.1",
|
2024-06-18 12:14:58 +03:00
|
|
|
"hyper-rustls 0.27.2",
|
2024-04-11 13:53:44 +03:00
|
|
|
"hyper-util",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-06-18 12:14:58 +03:00
|
|
|
"quinn",
|
2024-08-23 21:08:54 +03:00
|
|
|
"rustls 0.23.12",
|
|
|
|
"rustls-pemfile 2.1.3",
|
2024-04-11 13:53:44 +03:00
|
|
|
"rustls-pki-types",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-06-18 12:14:58 +03:00
|
|
|
"sync_wrapper 1.0.1",
|
2024-04-11 13:53:44 +03:00
|
|
|
"tokio",
|
2024-06-18 12:14:58 +03:00
|
|
|
"tokio-rustls 0.26.0",
|
2024-04-20 18:11:31 +03:00
|
|
|
"tokio-util",
|
2024-04-11 13:53:44 +03:00
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-08-23 21:08:54 +03:00
|
|
|
"webpki-roots 0.26.3",
|
|
|
|
"windows-registry",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
2021-05-13 02:38:41 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest-middleware"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.3.3"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "562ceb5a604d3f7c885a792d42c199fd8af239d0a51b2fa6a78aafa092452b04"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2024-04-11 13:53:44 +03:00
|
|
|
"http 1.1.0",
|
2024-08-23 21:08:54 +03:00
|
|
|
"reqwest 0.12.7",
|
2023-12-26 22:52:31 +03:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2024-04-11 13:53:44 +03:00
|
|
|
"tower-service",
|
2023-12-26 22:52:31 +03:00
|
|
|
]
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.8.48"
|
2024-07-29 11:25:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "0f86ae463694029097b846d8f99fd5536740602ae00022c0c50c5600720b2f71"
|
2024-07-29 11:25:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "0.17.8"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-03-27 22:44:00 +03:00
|
|
|
"cfg-if",
|
2024-01-13 17:38:20 +03:00
|
|
|
"getrandom",
|
2022-03-26 19:59:53 +03:00
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-03-27 22:44:00 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-03-26 19:59:53 +03:00
|
|
|
]
|
|
|
|
|
2023-12-06 21:05:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rle-decode-fast"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
|
|
|
|
2022-04-14 16:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roff"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.2"
|
2022-04-14 16:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
|
2022-04-14 16:48:46 +03:00
|
|
|
|
2021-08-18 03:19:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-embed"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "8.5.0"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
2023-12-06 21:05:49 +03:00
|
|
|
"include-flate",
|
2021-08-18 03:19:06 +03:00
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "8.5.0"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2021-08-18 03:19:06 +03:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-utils"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "8.5.0"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"sha2",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.1.24"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
2024-06-18 12:14:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.0.0"
|
2024-06-18 12:14:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
2024-06-18 12:14:58 +03:00
|
|
|
|
2023-09-30 12:44:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.38.34"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"bitflags 2.6.0",
|
2023-08-14 00:21:54 +03:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-09-30 12:59:54 +03:00
|
|
|
"linux-raw-sys",
|
2024-01-13 17:38:20 +03:00
|
|
|
"windows-sys 0.52.0",
|
2022-09-20 19:33:18 +03:00
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.21.12"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2024-03-27 22:44:00 +03:00
|
|
|
"rustls-webpki 0.101.7",
|
2022-03-26 19:59:53 +03:00
|
|
|
"sct",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
2024-03-27 22:44:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.23.12"
|
2024-03-27 22:44:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
|
2024-03-27 22:44:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-06-18 12:14:58 +03:00
|
|
|
"once_cell",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
2024-08-23 21:08:54 +03:00
|
|
|
"rustls-webpki 0.102.6",
|
2024-03-27 22:44:00 +03:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "1.0.4"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
2024-04-11 13:53:44 +03:00
|
|
|
"base64 0.21.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.1.3"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
|
2024-04-11 13:53:44 +03:00
|
|
|
dependencies = [
|
2024-05-11 22:48:43 +03:00
|
|
|
"base64 0.22.1",
|
2024-04-11 13:53:44 +03:00
|
|
|
"rustls-pki-types",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
2024-03-27 22:44:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.8.0"
|
2024-03-27 22:44:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
|
2024-03-27 22:44:00 +03:00
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.101.7"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2022-03-26 19:59:53 +03:00
|
|
|
]
|
|
|
|
|
2024-03-27 22:44:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.102.6"
|
2024-03-27 22:44:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
|
2024-03-27 22:44:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "1.0.18"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2021-05-16 23:12:12 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.7.1"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "secrecy"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-11 21:22:49 +03:00
|
|
|
version = "1.0.23"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 21:22:49 +03:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.208"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
|
2021-05-23 01:07:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2021-05-16 23:12:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.208"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
|
2021-05-16 23:12:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2021-05-16 23:12:12 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.125"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-08-23 21:08:54 +03:00
|
|
|
"memchr",
|
2021-05-20 18:46:13 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-05-29 00:11:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_regex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-28 13:42:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.6.7"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
2023-04-28 13:42:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2021-08-18 03:19:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.10.8"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-09-20 19:33:18 +03:00
|
|
|
"digest",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
2023-09-08 17:02:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
|
|
|
|
dependencies = [
|
|
|
|
"dirs",
|
|
|
|
]
|
|
|
|
|
2024-08-23 21:08:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2021-10-22 16:57:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.3.11"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2021-10-22 16:57:11 +03:00
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.4.9"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slug"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.1.6"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"deunicode",
|
2024-01-13 17:38:20 +03:00
|
|
|
"wasm-bindgen",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
2024-04-11 13:53:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.5.7"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-03-27 22:44:00 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.9.8"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ssri"
|
|
|
|
version = "9.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da7a2b3c2bc9693bcb40870c4e9b5bf0d79f9cb46273321bf855ec513e919082"
|
|
|
|
dependencies = [
|
2024-04-11 13:53:44 +03:00
|
|
|
"base64 0.21.7",
|
2023-12-26 22:52:31 +03:00
|
|
|
"digest",
|
|
|
|
"hex",
|
|
|
|
"miette",
|
|
|
|
"serde",
|
|
|
|
"sha-1",
|
|
|
|
"sha2",
|
|
|
|
"thiserror",
|
|
|
|
"xxhash-rust",
|
|
|
|
]
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "str_stack"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-04-11 01:13:26 +03:00
|
|
|
version = "0.11.1"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 01:13:26 +03:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2021-05-13 02:15:33 +03:00
|
|
|
|
2024-03-27 22:44:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.6.1"
|
2024-03-27 22:44:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2024-03-27 22:44:00 +03:00
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "symbolic-common"
|
|
|
|
version = "12.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16629323a4ec5268ad23a575110a724ad4544aae623451de600c747bf87b36cf"
|
|
|
|
dependencies = [
|
|
|
|
"debugid",
|
|
|
|
"memmap2 0.9.4",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "symbolic-demangle"
|
|
|
|
version = "12.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48c043a45f08f41187414592b3ceb53fb0687da57209cc77401767fb69d5b596"
|
|
|
|
dependencies = [
|
|
|
|
"cpp_demangle",
|
|
|
|
"rustc-demangle",
|
|
|
|
"symbolic-common",
|
|
|
|
]
|
|
|
|
|
2023-12-06 21:05:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.0.75"
|
2023-12-06 21:05:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
|
2023-04-28 13:42:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-02-06 20:42:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2024-06-18 12:14:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
2024-08-23 21:08:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
2024-06-18 12:14:58 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
2024-03-13 11:55:33 +03:00
|
|
|
version = "0.5.1"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-13 11:55:33 +03:00
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
2024-03-13 11:55:33 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-12-26 22:52:31 +03:00
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
2024-03-13 11:55:33 +03:00
|
|
|
version = "0.5.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-13 11:55:33 +03:00
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-08-06 23:04:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "temp-dir"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f227968ec00f0e5322f9b8173c7a0cbcff6181a0a5b28e9892491c286277231"
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "3.12.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2024-08-23 21:08:54 +03:00
|
|
|
"once_cell",
|
2023-12-26 22:52:31 +03:00
|
|
|
"rustix",
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-sys 0.59.0",
|
2023-12-26 22:52:31 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tera"
|
2024-05-29 11:55:55 +03:00
|
|
|
version = "1.20.0"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-29 11:55:55 +03:00
|
|
|
checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
|
|
|
"globwalk",
|
|
|
|
"humansize",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"rand",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"slug",
|
|
|
|
"unic-segment",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
2022-02-01 01:06:57 +03:00
|
|
|
name = "termcolor"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "1.4.1"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2021-05-13 02:15:33 +03:00
|
|
|
dependencies = [
|
2022-02-01 01:06:57 +03:00
|
|
|
"winapi-util",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
2022-02-01 01:06:57 +03:00
|
|
|
name = "terminal_size"
|
2023-09-30 12:59:54 +03:00
|
|
|
version = "0.3.0"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:59:54 +03:00
|
|
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
2023-09-30 12:59:54 +03:00
|
|
|
"rustix",
|
2023-12-26 22:52:31 +03:00
|
|
|
"windows-sys 0.48.0",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2021-05-14 23:29:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.63"
|
2021-05-14 23:29:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
|
2021-05-14 23:29:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.0.63"
|
2021-05-14 23:29:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
|
2021-05-14 23:29:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.3.36"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
2024-03-27 22:44:00 +03:00
|
|
|
"num-conv",
|
2023-12-26 22:52:31 +03:00
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-04-11 01:13:26 +03:00
|
|
|
version = "0.2.18"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 01:13:26 +03:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
2024-03-27 22:44:00 +03:00
|
|
|
"num-conv",
|
2023-12-26 22:52:31 +03:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2024-06-18 12:14:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.8.0"
|
2024-06-18 12:14:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2024-06-18 12:14:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.39.3"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"pin-project-lite",
|
2024-01-13 17:38:20 +03:00
|
|
|
"socket2",
|
2023-12-26 22:52:31 +03:00
|
|
|
"tokio-macros",
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-12-26 22:52:31 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.4.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
|
|
dependencies = [
|
2024-05-11 22:48:43 +03:00
|
|
|
"rustls 0.21.12",
|
2023-08-14 00:21:54 +03:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-04-11 13:53:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2024-06-18 12:14:58 +03:00
|
|
|
version = "0.26.0"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 12:14:58 +03:00
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
2024-04-11 13:53:44 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"rustls 0.23.12",
|
2024-04-11 13:53:44 +03:00
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "0.1.15"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-05-11 22:48:43 +03:00
|
|
|
version = "0.7.11"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-04-28 13:42:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.8.19"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2023-04-28 13:42:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.6.8"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-04-28 13:42:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.22.20"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
2023-04-28 13:42:50 +03:00
|
|
|
dependencies = [
|
2024-01-13 17:38:20 +03:00
|
|
|
"indexmap",
|
2023-04-28 13:42:50 +03:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-02-17 14:17:13 +03:00
|
|
|
"winnow",
|
2023-04-28 13:42:50 +03:00
|
|
|
]
|
|
|
|
|
2024-04-11 13:53:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.3.3"
|
2024-04-11 13:53:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2024-04-11 13:53:44 +03:00
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.3.3"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.1.40"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.1.32"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.2.5"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2023-08-14 00:21:54 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "1.17.0"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-08-14 00:21:54 +03:00
|
|
|
version = "0.1.6"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 00:21:54 +03:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-range",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-segment"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
|
|
|
dependencies = [
|
|
|
|
"unic-ucd-segment",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-segment"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
2021-05-20 17:22:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "2.7.0"
|
2021-05-20 17:22:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-05-20 17:22:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-06-19 11:53:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
|
|
|
|
2022-07-12 16:16:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "1.0.12"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2024-06-19 11:53:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.1.13"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2024-01-13 17:38:20 +03:00
|
|
|
version = "0.9.0"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "update-informer"
|
2023-08-14 00:21:54 +03:00
|
|
|
version = "1.1.0"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 00:21:54 +03:00
|
|
|
checksum = "2f8811797a24ff123db3c6e1087aa42551d03d772b3724be421ad063da1f5f3f"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"directories",
|
2024-04-11 13:53:44 +03:00
|
|
|
"reqwest 0.11.27",
|
2022-03-26 19:59:53 +03:00
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"ureq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.10.1"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
2024-05-11 22:48:43 +03:00
|
|
|
"base64 0.22.1",
|
2022-03-26 19:59:53 +03:00
|
|
|
"flate2",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
2024-08-23 21:08:54 +03:00
|
|
|
"rustls 0.23.12",
|
2024-03-27 22:44:00 +03:00
|
|
|
"rustls-pki-types",
|
2022-03-26 19:59:53 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
2024-08-23 21:08:54 +03:00
|
|
|
"webpki-roots 0.26.3",
|
2022-03-26 19:59:53 +03:00
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-06-19 11:53:37 +03:00
|
|
|
version = "2.5.2"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 11:53:37 +03:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2023-12-26 22:52:31 +03:00
|
|
|
"serde",
|
2021-05-15 02:38:58 +03:00
|
|
|
]
|
|
|
|
|
2024-07-28 09:12:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
|
|
2023-09-30 12:59:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.2"
|
2023-09-30 12:59:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-09-30 12:59:54 +03:00
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-08-12 13:54:14 +03:00
|
|
|
version = "0.2.15"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 13:54:14 +03:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.9.5"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2021-05-13 02:15:33 +03:00
|
|
|
|
2024-08-06 23:04:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "virtue"
|
|
|
|
version = "0.0.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314"
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "2.5.0"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.93"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-08-23 21:08:54 +03:00
|
|
|
"once_cell",
|
2022-03-26 19:59:53 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.93"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-16 21:27:51 +03:00
|
|
|
"once_cell",
|
2022-03-26 19:59:53 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2022-03-26 19:59:53 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.4.43"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.93"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.93"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2022-03-26 19:59:53 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.93"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.3.70"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-03-27 22:44:00 +03:00
|
|
|
version = "0.25.4"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-27 22:44:00 +03:00
|
|
|
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.26.3"
|
2024-03-27 22:44:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
|
2024-03-27 22:44:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
2023-08-14 00:21:54 +03:00
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
2024-05-11 22:48:43 +03:00
|
|
|
name = "winapi-util"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.1.9"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-sys 0.59.0",
|
2021-05-13 02:38:41 +03:00
|
|
|
]
|
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
2024-05-11 22:48:43 +03:00
|
|
|
name = "windows"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.58.0"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-core 0.58.0",
|
|
|
|
"windows-targets 0.52.6",
|
2021-05-13 02:38:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-11 22:48:43 +03:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 22:48:43 +03:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-targets 0.52.6",
|
2024-05-11 22:48:43 +03:00
|
|
|
]
|
2021-05-20 17:22:21 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
2024-05-11 22:48:43 +03:00
|
|
|
name = "windows-core"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.58.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
2024-05-11 22:48:43 +03:00
|
|
|
"windows-implement",
|
|
|
|
"windows-interface",
|
|
|
|
"windows-result",
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-strings",
|
|
|
|
"windows-targets 0.52.6",
|
2023-12-26 22:52:31 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-11 22:48:43 +03:00
|
|
|
name = "windows-implement"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.58.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
2024-05-11 22:48:43 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2024-03-27 22:44:00 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-11 22:48:43 +03:00
|
|
|
name = "windows-interface"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.58.0"
|
2024-03-27 22:44:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
|
2024-03-27 22:44:00 +03:00
|
|
|
dependencies = [
|
2024-05-11 22:48:43 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2024-03-27 22:44:00 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.2.0"
|
2024-03-27 22:44:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
2024-03-27 22:44:00 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"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-12-26 22:52:31 +03:00
|
|
|
]
|
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-12-26 22:52:31 +03:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-13 17:38:20 +03:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 17:38:20 +03:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-04-28 14:18:22 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.48.5"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-28 14:18:22 +03:00
|
|
|
dependencies = [
|
2023-12-26 22:52:31 +03:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.52.6"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-26 22:52:31 +03:00
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-05-11 22:48:43 +03:00
|
|
|
"windows_i686_gnullvm",
|
2024-08-23 21:08:54 +03:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-02-08 18:53:57 +03:00
|
|
|
]
|
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.48.5"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-28 14:18:22 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.52.6"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.48.5"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-28 14:18:22 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.52.6"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.48.5"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-28 14:18:22 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.52.6"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-11 22:48:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.52.6"
|
2024-05-11 22:48:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.48.5"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-28 14:18:22 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.52.6"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.48.5"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-28 14:18:22 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.52.6"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.48.5"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-28 14:18:22 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.52.6"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.48.5"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-28 14:18:22 +03:00
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.52.6"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2024-02-17 14:12:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.6.18"
|
2024-02-17 14:12:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
2024-02-17 14:12:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-08-14 00:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-09-30 12:44:20 +03:00
|
|
|
version = "0.50.0"
|
2023-08-14 00:21:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-30 12:44:20 +03:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2023-08-14 00:21:54 +03:00
|
|
|
dependencies = [
|
2023-09-30 12:44:20 +03:00
|
|
|
"cfg-if",
|
2023-12-26 22:52:31 +03:00
|
|
|
"windows-sys 0.48.0",
|
2023-08-14 00:21:54 +03:00
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xxhash-rust"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.8.12"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2021-05-25 21:32:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2022-09-20 19:17:29 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
2023-12-26 22:52:31 +03:00
|
|
|
|
2024-07-29 11:25:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
2024-08-23 21:08:54 +03:00
|
|
|
"byteorder",
|
2024-07-29 11:25:23 +03:00
|
|
|
"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",
|
2024-08-23 21:08:54 +03:00
|
|
|
"syn",
|
2024-07-29 11:25:23 +03:00
|
|
|
]
|
|
|
|
|
2023-12-26 22:52:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "1.8.1"
|
2023-12-26 22:52:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-04-20 18:11:31 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "0.13.2"
|
2024-04-20 18:11:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2024-04-20 18:11:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "7.2.1"
|
2024-04-20 18:11:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2024-04-20 18:11:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2024-08-23 21:08:54 +03:00
|
|
|
version = "2.0.13+zstd.1.5.6"
|
2024-04-20 18:11:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 21:08:54 +03:00
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2024-04-20 18:11:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|