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",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.3.2"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
2023-04-28 14:18:22 +03:00
|
|
|
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-06-03 02:06:21 +03:00
|
|
|
"syn 2.0.18",
|
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"
|
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-06-03 02:06:21 +03:00
|
|
|
version = "1.5.0"
|
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 = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
|
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-06-03 02:06:21 +03:00
|
|
|
version = "3.13.0"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
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-06-03 02:06:21 +03:00
|
|
|
version = "0.4.26"
|
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 = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
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",
|
|
|
|
"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-06-03 02:06:21 +03:00
|
|
|
version = "4.3.1"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "b4ed2379f8603fa2b7509891660e802b88c70a79a6427a70abb5968054de2c28"
|
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"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "4.3.1"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980"
|
2023-04-28 14:18:22 +03:00
|
|
|
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-06-03 02:06:21 +03:00
|
|
|
version = "4.3.1"
|
2022-02-01 01:06:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
|
2022-02-01 01:06:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "4.3.1"
|
2022-02-01 01:06:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "59e9ef9a08ee1c0e1f2e162121665ac45ac3783b0f897db7244ae75ad9a8f65b"
|
2022-02-01 01:06:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-03 02:06:21 +03:00
|
|
|
"syn 2.0.18",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2022-04-24 14:33:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-05-20 02:06:06 +03:00
|
|
|
version = "0.5.0"
|
2022-04-24 14:33:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 02:06:06 +03:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2022-04-24 14:33:36 +03:00
|
|
|
|
2022-04-14 16:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_mangen"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.2.12"
|
2022-04-14 16:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "8f2e32b579dae093c2424a8b7e2bea09c89da01e1ce5065eb2f0a6f1cc15cc1f"
|
2022-04-14 16:48:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"roff",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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"
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
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-05-09 02:08:12 +03:00
|
|
|
"windows-sys",
|
2022-03-26 19:59:53 +03:00
|
|
|
]
|
|
|
|
|
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"
|
2023-05-19 02:05:06 +03:00
|
|
|
version = "0.10.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 = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
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-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-06-03 02:06:21 +03:00
|
|
|
version = "1.0.26"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
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-04-28 16:16:55 +03:00
|
|
|
version = "1.2.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",
|
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-04-28 16:16:55 +03:00
|
|
|
version = "1.2.0"
|
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-05-19 02:05:19 +03:00
|
|
|
"toml 0.7.4",
|
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-05-30 02:08:08 +03:00
|
|
|
version = "0.17.2"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 02:08:08 +03:00
|
|
|
checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
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
|
|
|
|
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"
|
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
|
|
|
|
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"
|
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"
|
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-06-03 02:06:21 +03:00
|
|
|
version = "1.0.11"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-01-20 15:16:19 +03:00
|
|
|
dependencies = [
|
2023-05-19 02:05:06 +03:00
|
|
|
"hermit-abi",
|
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-05-19 02:05:06 +03:00
|
|
|
"hermit-abi",
|
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-06-03 02:06:21 +03:00
|
|
|
version = "0.3.63"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
|
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-06-03 02:06:21 +03:00
|
|
|
version = "0.2.144"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-05-30 02:08:08 +03:00
|
|
|
version = "0.15.2+1.6.4"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 02:08:08 +03:00
|
|
|
checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
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"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.2.7"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
2023-04-28 13:42:50 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "1.1.9"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
|
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-04-28 14:18:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.3.8"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-04-28 14:18:22 +03:00
|
|
|
|
2021-05-13 02:38:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-05-30 02:08:19 +03:00
|
|
|
version = "0.4.18"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 02:08:19 +03:00
|
|
|
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
|
|
|
[[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-06-03 02:06:21 +03:00
|
|
|
version = "0.7.1"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
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-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-06-03 02:06:21 +03:00
|
|
|
version = "1.17.2"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
|
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"
|
|
|
|
|
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-06-03 02:06:21 +03:00
|
|
|
"syn 2.0.18",
|
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"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.3.27"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
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"
|
2023-05-19 02:05:06 +03:00
|
|
|
version = "0.5.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 = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "1.0.59"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "1.0.28"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
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-05-26 02:04:07 +03:00
|
|
|
version = "1.8.3"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-26 02:04:07 +03:00
|
|
|
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
|
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-05-23 02:11:04 +03:00
|
|
|
version = "0.7.2"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-23 02:11:04 +03:00
|
|
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
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-06-03 02:06:21 +03:00
|
|
|
version = "0.37.19"
|
2023-04-28 14:18:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
|
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-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-05-12 02:06:41 +03:00
|
|
|
version = "1.0.163"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 02:06:41 +03:00
|
|
|
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
|
2021-05-23 01:07:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2021-05-16 23:12:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-05-12 02:06:41 +03:00
|
|
|
version = "1.0.163"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-12 02:06:41 +03:00
|
|
|
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
|
2021-05-16 23:12:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-03 02:06:21 +03:00
|
|
|
"syn 2.0.18",
|
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"
|
2023-05-19 02:05:19 +03:00
|
|
|
version = "0.6.2"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 02:05:19 +03:00
|
|
|
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
|
2023-04-28 13:42:50 +03:00
|
|
|
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"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "2.0.18"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
2023-04-28 13:42:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tera"
|
2023-06-01 02:05:19 +03:00
|
|
|
version = "1.19.0"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 02:05:19 +03:00
|
|
|
checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5"
|
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-06-03 02:06:21 +03:00
|
|
|
"syn 2.0.18",
|
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"
|
2023-05-19 02:05:19 +03:00
|
|
|
version = "0.7.4"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 02:05:19 +03:00
|
|
|
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
|
2023-04-28 13:42:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-05-19 02:05:19 +03:00
|
|
|
version = "0.6.2"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 02:05:19 +03:00
|
|
|
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
|
2023-04-28 13:42:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.19.10"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
|
2023-04-28 13:42:50 +03:00
|
|
|
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"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.9.9"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68"
|
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-06-03 02:06:21 +03:00
|
|
|
version = "1.0.9"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
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-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-05-09 02:08:12 +03:00
|
|
|
version = "1.0.0"
|
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 = "19d952f24d9cd8b7564d22c7b2cde3429c48b50c6f4e72b07b382ae4ee5f21b3"
|
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-06-03 02:06:21 +03:00
|
|
|
version = "0.2.86"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.2.86"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
|
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-06-03 02:06:21 +03:00
|
|
|
"syn 2.0.18",
|
2022-03-26 19:59:53 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.2.86"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.2.86"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-03 02:06:21 +03:00
|
|
|
"syn 2.0.18",
|
2022-03-26 19:59:53 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.2.86"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-06-03 02:06:21 +03:00
|
|
|
version = "0.3.63"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-03 02:06:21 +03:00
|
|
|
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
|
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"
|
2023-05-19 02:05:19 +03:00
|
|
|
version = "0.4.6"
|
2023-04-28 13:42:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 02:05:19 +03:00
|
|
|
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
|
2023-04-28 13:42:50 +03:00
|
|
|
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"
|