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]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "0.7.20"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-04-28 13:48:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6342bd4f5a1205d7f41e94a41a901f5647c938cdfa96036338e8533c9d6c2450"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is-terminal",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
2023-04-28 14:19:13 +03:00
|
|
|
"windows-sys",
|
2023-04-28 14:18:22 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-04-28 14:19:13 +03:00
|
|
|
"windows-sys",
|
2023-04-28 14:18:22 +03:00
|
|
|
]
|
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
2022-03-13 15:45:37 +03:00
|
|
|
name = "async-trait"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.1.68"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
2022-03-13 15:45:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-28 14:19:13 +03:00
|
|
|
"syn 2.0.15",
|
2022-03-13 15:45:37 +03:00
|
|
|
]
|
2021-05-16 23:12:12 +03:00
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-02-08 18:53:57 +03:00
|
|
|
"hermit-abi 0.1.19",
|
2021-05-13 02:38:41 +03:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-12 21:50:01 +03:00
|
|
|
version = "1.1.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-12 21:50:01 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.13.1"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
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
|
|
|
|
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"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.4.0"
|
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 = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
|
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"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "3.12.1"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "1.0.79"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.4.24"
|
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 = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2022-08-16 21:27:51 +03:00
|
|
|
"iana-time-zone",
|
2021-05-20 18:46:13 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "0.6.1"
|
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 = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552"
|
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"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "0.0.2"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069"
|
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"
|
2023-04-28 14:18:22 +03:00
|
|
|
version = "4.2.5"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:18:22 +03:00
|
|
|
checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819"
|
2021-05-13 02:15:33 +03:00
|
|
|
dependencies = [
|
2023-04-28 14:18:22 +03:00
|
|
|
"clap_builder",
|
2022-02-01 01:06:57 +03:00
|
|
|
"clap_derive",
|
2023-04-28 14:18:22 +03:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab"
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"bitflags",
|
2022-04-24 14:33:36 +03:00
|
|
|
"clap_lex",
|
2022-07-12 16:16:33 +03:00
|
|
|
"once_cell",
|
2021-05-13 02:15:33 +03:00
|
|
|
"strsim",
|
2022-02-01 01:06:57 +03:00
|
|
|
"terminal_size",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2023-04-28 14:18:22 +03:00
|
|
|
version = "4.2.1"
|
2022-02-01 01:06:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:18:22 +03:00
|
|
|
checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473"
|
2022-02-01 01:06:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-04-28 14:18:22 +03:00
|
|
|
version = "4.2.0"
|
2022-02-01 01:06:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:18:22 +03:00
|
|
|
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
|
2022-02-01 01:06:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-28 14:18:22 +03:00
|
|
|
"syn 2.0.15",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2022-04-24 14:33:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-04-28 14:18:22 +03:00
|
|
|
version = "0.4.1"
|
2022-04-24 14:33:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:18:22 +03:00
|
|
|
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
|
2022-04-24 14:33:36 +03:00
|
|
|
|
2022-04-14 16:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_mangen"
|
2023-04-28 14:18:22 +03:00
|
|
|
version = "0.2.10"
|
2022-04-14 16:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:18:22 +03:00
|
|
|
checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8"
|
2022-04-14 16:48:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"roff",
|
|
|
|
]
|
|
|
|
|
2022-11-20 17:06:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2023-01-08 22:44:26 +03:00
|
|
|
version = "0.13.3"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 22:44:26 +03:00
|
|
|
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
|
2021-05-16 23:12:12 +03:00
|
|
|
dependencies = [
|
2022-03-13 15:45:37 +03:00
|
|
|
"async-trait",
|
2021-05-16 23:12:12 +03:00
|
|
|
"lazy_static",
|
2022-03-13 15:45:37 +03:00
|
|
|
"nom",
|
|
|
|
"pathdiff",
|
2021-05-16 23:12:12 +03:00
|
|
|
"serde",
|
2023-04-28 13:42:50 +03:00
|
|
|
"toml 0.5.11",
|
2021-05-25 21:32:49 +03:00
|
|
|
"yaml-rust",
|
2021-05-16 23:12:12 +03:00
|
|
|
]
|
|
|
|
|
2022-08-16 21:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.8.4"
|
2022-08-16 21:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-08-16 21:27:51 +03:00
|
|
|
|
2021-08-18 03:19:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.2.7"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-23 23:14:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-04-28 14:19:13 +03:00
|
|
|
"syn 1.0.109",
|
2022-11-20 17:06:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.94"
|
2022-11-20 17:06:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
|
2022-11-20 17:06:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.94"
|
2021-05-23 23:14:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
|
2021-05-23 23:14:51 +03:00
|
|
|
dependencies = [
|
2022-11-20 17:06:56 +03:00
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
2023-04-28 14:19:13 +03:00
|
|
|
"syn 2.0.15",
|
2022-11-20 17:06:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.94"
|
2022-11-20 17:06:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
|
2022-11-20 17:06:56 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.94"
|
2022-11-20 17:06:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
|
2022-11-20 17:06:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2021-05-23 23:14:51 +03:00
|
|
|
"quote",
|
2023-04-28 14:19:13 +03:00
|
|
|
"syn 2.0.15",
|
2021-05-23 23:14:51 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
|
|
|
|
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.10.6"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
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"
|
|
|
|
version = "4.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2021-08-18 23:46:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-08-18 23:46:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-28 14:19:13 +03:00
|
|
|
"windows-sys",
|
2023-04-28 14:18:22 +03:00
|
|
|
]
|
|
|
|
|
2022-09-20 19:33:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "1.0.25"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "1.1.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.2.9"
|
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 = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2021-05-30 01:45:03 +03:00
|
|
|
[[package]]
|
2021-06-01 23:12:14 +03:00
|
|
|
name = "git-cliff"
|
2023-01-20 15:31:43 +03:00
|
|
|
version = "1.1.2"
|
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",
|
2021-08-18 23:46:37 +03:00
|
|
|
"dirs-next",
|
2021-05-30 01:45:03 +03:00
|
|
|
"git-cliff-core",
|
2022-11-19 22:07:59 +03:00
|
|
|
"glob",
|
2021-05-30 01:45:03 +03:00
|
|
|
"log",
|
2021-06-08 23:30:17 +03:00
|
|
|
"pretty_assertions",
|
2021-05-30 01:45:03 +03:00
|
|
|
"pretty_env_logger",
|
2022-11-19 22:07:59 +03:00
|
|
|
"regex",
|
2022-03-26 19:59:53 +03:00
|
|
|
"update-informer",
|
2021-05-30 01:45:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git-cliff-core"
|
2023-01-20 15:31:43 +03:00
|
|
|
version = "1.1.2"
|
2021-05-30 01:45:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"config",
|
|
|
|
"git-conventional",
|
|
|
|
"git2",
|
2021-11-30 16:05:29 +03:00
|
|
|
"glob",
|
2021-06-06 03:19:27 +03:00
|
|
|
"indexmap",
|
2022-08-12 21:47:51 +03:00
|
|
|
"lazy-regex",
|
2023-04-02 21:46:45 +03:00
|
|
|
"log",
|
2021-05-30 01:45:03 +03:00
|
|
|
"pretty_assertions",
|
|
|
|
"regex",
|
2021-08-18 03:19:06 +03:00
|
|
|
"rust-embed",
|
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",
|
|
|
|
"tera",
|
|
|
|
"thiserror",
|
2023-04-28 13:42:50 +03:00
|
|
|
"toml 0.7.3",
|
2021-05-30 01:45:03 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 17:22:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git-conventional"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "0.12.3"
|
2021-05-24 19:41:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "232911ef08b47d0a792af61277fc3b8f089f0d5962a2cf8d4ae1cfc547355ff3"
|
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",
|
2023-04-28 13:42:50 +03:00
|
|
|
"winnow",
|
2021-05-20 17:22:21 +03:00
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "0.17.1"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"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"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "0.4.10"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2023-04-28 13:48:07 +03:00
|
|
|
"aho-corasick 0.7.20",
|
2021-05-20 18:46:13 +03:00
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-06-06 03:19:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.12.3"
|
2021-06-06 03:19:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-06-06 03:19:27 +03:00
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "0.4.1"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2021-05-13 02:15:33 +03:00
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-12 13:54:14 +03:00
|
|
|
version = "0.1.19"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 13:54:14 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-08 18:53:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.3.1"
|
2023-02-08 18:53:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
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"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2022-08-16 21:27:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.1.56"
|
2022-08-16 21:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
|
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",
|
2023-04-28 14:19:13 +03:00
|
|
|
"windows",
|
2022-08-16 21:27:51 +03:00
|
|
|
]
|
|
|
|
|
2022-11-20 17:06:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.3.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "0.4.20"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-06-06 03:19:27 +03:00
|
|
|
name = "indexmap"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "1.9.3"
|
2021-06-06 03:19:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-06-06 03:19:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2022-09-20 19:33:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.10"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
2023-01-20 15:16:19 +03:00
|
|
|
dependencies = [
|
2023-04-28 14:19:13 +03:00
|
|
|
"hermit-abi 0.3.1",
|
2023-01-20 15:16:19 +03:00
|
|
|
"libc",
|
2023-04-28 14:19:13 +03:00
|
|
|
"windows-sys",
|
2023-02-08 18:53:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-04-28 14:18:22 +03:00
|
|
|
version = "0.4.7"
|
2023-02-08 18:53:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:18:22 +03:00
|
|
|
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
2023-02-08 18:53:57 +03:00
|
|
|
dependencies = [
|
2023-04-28 14:19:13 +03:00
|
|
|
"hermit-abi 0.3.1",
|
2023-02-08 18:53:57 +03:00
|
|
|
"io-lifetimes",
|
2023-04-28 14:19:13 +03:00
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2023-01-20 15:16:19 +03:00
|
|
|
]
|
2022-09-20 19:33:18 +03:00
|
|
|
|
2021-06-06 03:19:27 +03:00
|
|
|
[[package]]
|
2021-05-20 18:46:13 +03:00
|
|
|
name = "itoa"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.6"
|
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 = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.1.26"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "0.3.61"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-08-12 21:47:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "2.5.0"
|
2022-08-12 21:47:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "ff63c423c68ea6814b7da9e88ce585f793c87ddd9e78f646970891769c8235d4"
|
2022-08-12 21:47:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy-regex-proc_macros",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex-proc_macros"
|
2023-01-08 22:44:26 +03:00
|
|
|
version = "2.4.1"
|
2022-08-12 21:47:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 22:44:26 +03:00
|
|
|
checksum = "8edfc11b8f56ce85e207e62ea21557cfa09bb24a8f6b04ae181b086ff8611c22"
|
2022-08-12 21:47:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
2023-04-28 14:19:13 +03:00
|
|
|
"syn 1.0.109",
|
2022-08-12 21:47:51 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.2.142"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "0.15.1+1.6.4"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7"
|
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"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "1.1.8"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-11-20 17:06:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "1.0.8"
|
2022-11-20 17:06:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2022-11-20 17:06:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
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-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e8776872cdc2f073ccaab02e336fa321328c1e02646ebcb9d2108d0baab480d"
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.4.17"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "2.5.0"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
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"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "0.6.2"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.1.45"
|
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 = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.2.15"
|
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 = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.17.1"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2021-08-18 03:19:06 +03:00
|
|
|
|
2021-05-23 23:14:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
2022-03-13 15:45:37 +03:00
|
|
|
version = "0.1.3"
|
2021-05-23 23:14:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-13 15:45:37 +03:00
|
|
|
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
|
2021-05-23 23:14:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
|
|
|
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"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "2.2.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "2.6.0"
|
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 = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2022-08-16 21:27:51 +03:00
|
|
|
"thiserror",
|
2021-05-20 18:46:13 +03:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "2.6.0"
|
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 = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "2.6.0"
|
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 = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-28 14:19:13 +03:00
|
|
|
"syn 2.0.15",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "2.6.0"
|
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 = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"
|
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-04-28 13:42:50 +03:00
|
|
|
version = "0.10.1"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "0.10.0"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "0.10.0"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "0.10.0"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
"uncased",
|
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.3.26"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.2.17"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
2021-05-23 23:14:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2022-09-20 19:17:29 +03:00
|
|
|
version = "1.3.0"
|
2021-05-23 23:14:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:17:29 +03:00
|
|
|
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
|
2021-05-23 23:14:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"diff",
|
|
|
|
"output_vt100",
|
2022-09-20 19:17:29 +03:00
|
|
|
"yansi",
|
2021-05-23 23:14:51 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_env_logger"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "1.0.56"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
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
|
|
|
]
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "1.0.26"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
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",
|
|
|
|
]
|
|
|
|
|
2021-08-18 23:46:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.2.16"
|
2021-08-18 23:46:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-08-18 23:46:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-24 14:33:36 +03:00
|
|
|
version = "0.4.3"
|
2021-08-18 23:46:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-24 14:33:36 +03:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-08-18 23:46:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2022-04-24 14:33:36 +03:00
|
|
|
"thiserror",
|
2021-08-18 23:46:37 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-04-28 13:48:07 +03:00
|
|
|
version = "1.8.1"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:48:07 +03:00
|
|
|
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
2023-04-28 13:48:07 +03:00
|
|
|
"aho-corasick 1.0.1",
|
2021-05-13 02:38:41 +03:00
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-28 13:48:07 +03:00
|
|
|
version = "0.7.1"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:48:07 +03:00
|
|
|
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-04-14 16:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
|
|
|
|
|
2021-08-18 03:19:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-embed"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "6.6.1"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "1b68543d5527e158213414a92832d2aab11a84d2571a5eb021ebe22c43aab066"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "6.5.0"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
2023-04-28 14:19:13 +03:00
|
|
|
"syn 1.0.109",
|
2021-08-18 03:19:06 +03:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-utils"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "7.5.0"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"sha2",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-09-20 19:33:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.37.15"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "a0661814f891c57c930a610266415528da53c4933e6dea5fb350cbfe048a9ece"
|
2023-04-28 14:18:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2023-04-28 14:19:13 +03:00
|
|
|
"errno",
|
2022-09-20 19:33:18 +03:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2023-04-28 14:19:13 +03:00
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
2022-09-20 19:33:18 +03:00
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "0.20.8"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.13"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
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",
|
|
|
|
]
|
|
|
|
|
2022-11-20 17:06:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.5"
|
2022-11-20 17:06:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2022-11-20 17:06:56 +03:00
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.17"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "1.0.160"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2021-05-23 01:07:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2021-05-16 23:12:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "1.0.160"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2021-05-16 23:12:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-28 13:42:50 +03:00
|
|
|
"syn 2.0.15",
|
2021-05-16 23:12:12 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "1.0.96"
|
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 = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"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"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-08-18 03:19:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.10.6"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
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
|
|
|
]
|
|
|
|
|
2021-10-22 16:57:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-03-13 15:45:37 +03:00
|
|
|
version = "0.3.10"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-13 15:45:37 +03:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2021-10-22 16:57:11 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slug"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
|
|
|
dependencies = [
|
|
|
|
"deunicode",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-02-01 01:06:57 +03:00
|
|
|
version = "0.10.0"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-01 01:06:57 +03:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2021-05-13 02:15:33 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.109"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-05-13 02:15:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-07-12 16:16:33 +03:00
|
|
|
"unicode-ident",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2023-04-28 13:42:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tera"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "1.18.1"
|
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 = "95a665751302f22a03c56721e23094e4dc22b04a80f381e6737a07bf7a7c70c0"
|
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",
|
2023-04-28 13:42:50 +03:00
|
|
|
"thread_local",
|
2021-05-20 18:46:13 +03:00
|
|
|
"unic-segment",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
2022-02-01 01:06:57 +03:00
|
|
|
name = "termcolor"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "1.2.0"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
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-04-28 14:19:13 +03:00
|
|
|
version = "0.2.6"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
2023-04-28 14:19:13 +03:00
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2021-05-14 23:29:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "1.0.40"
|
2021-05-14 23:29:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2021-05-14 23:29:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-04-28 13:42:50 +03:00
|
|
|
version = "1.0.40"
|
2021-05-14 23:29:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 13:42:50 +03:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2021-05-14 23:29:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-28 13:42:50 +03:00
|
|
|
"syn 2.0.15",
|
2021-05-14 23:29:33 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-02-12 21:50:01 +03:00
|
|
|
version = "1.1.4"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-12 21:50:01 +03:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "1.6.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "0.1.1"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "0.5.11"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-05-16 23:12:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-28 13:42:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "1.16.0"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.1.5"
|
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 = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
2021-10-22 16:57:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uncased"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.9.7"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "0.3.13"
|
2022-07-12 16:16:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-07-12 16:16:33 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "1.0.8"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2021-05-15 02:38:58 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.1.22"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2022-11-20 17:06:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "update-informer"
|
2023-01-08 22:44:26 +03:00
|
|
|
version = "0.6.0"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 22:44:26 +03:00
|
|
|
checksum = "152ff185ca29f7f487c51ca785b0f1d85970c4581f4cdd12ed499227890200f5"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"directories",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"ureq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "2.6.2"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"flate2",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"rustls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "2.3.1"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
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"
|
2022-02-12 21:50:01 +03:00
|
|
|
version = "0.9.4"
|
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 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-05-13 02:15:33 +03:00
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-04-28 14:19:13 +03:00
|
|
|
version = "2.3.3"
|
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 = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "0.2.84"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "0.2.84"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
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",
|
2023-04-28 14:19:13 +03:00
|
|
|
"syn 1.0.109",
|
2022-03-26 19:59:53 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "0.2.84"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "0.2.84"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-28 14:19:13 +03:00
|
|
|
"syn 1.0.109",
|
2022-03-26 19:59:53 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "0.2.84"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-02-08 18:53:57 +03:00
|
|
|
version = "0.3.61"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 18:53:57 +03:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2023-01-20 15:16:19 +03:00
|
|
|
version = "0.22.6"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 15:16:19 +03:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:38:41 +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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-20 17:22:21 +03:00
|
|
|
|
2022-09-20 19:33:18 +03:00
|
|
|
[[package]]
|
2023-04-28 14:19:13 +03:00
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
2023-02-08 18:53:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 14:19:13 +03:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-02-08 18:53:57 +03:00
|
|
|
dependencies = [
|
2023-04-28 14:19:13 +03:00
|
|
|
"windows-targets",
|
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-04-28 14:19:13 +03:00
|
|
|
"windows-targets",
|
2023-04-28 14:18:22 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
dependencies = [
|
2023-04-28 14:19:13 +03:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-02-08 18:53:57 +03:00
|
|
|
]
|
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2023-04-28 13:42:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
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"
|