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"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.7.19"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
|
2021-05-13 02:38:41 +03:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
2022-03-13 15:45:37 +03:00
|
|
|
name = "async-trait"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.1.58"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
|
2022-03-13 15:45:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
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 = [
|
|
|
|
"hermit-abi",
|
|
|
|
"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"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.10.3"
|
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 = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
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"
|
2022-02-12 21:50:01 +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-02-12 21:50:01 +03:00
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "3.11.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 = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.76"
|
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 = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.4.23"
|
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 = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
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"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.6.3"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde"
|
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"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.0.3"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c"
|
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
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chunked_transfer"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "3.2.23"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
|
2021-05-13 02:15:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2022-02-01 01:06:57 +03:00
|
|
|
"clap_derive",
|
2022-04-24 14:33:36 +03:00
|
|
|
"clap_lex",
|
2022-02-01 01:06:57 +03:00
|
|
|
"indexmap",
|
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
|
|
|
"termcolor",
|
|
|
|
"terminal_size",
|
2021-05-13 02:15:33 +03:00
|
|
|
"textwrap",
|
2022-02-01 01:06:57 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "3.2.5"
|
2022-02-01 01:06:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8"
|
2022-02-01 01:06:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "3.2.18"
|
2022-02-01 01:06:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
|
2022-02-01 01:06:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2022-04-24 14:33:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.2.4"
|
2022-04-24 14:33:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-04-24 14:33:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-04-14 16:48:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_mangen"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.1.11"
|
2022-04-14 16:48:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "105180c05a72388d5f5e4e4f6c79eecb92497bda749fa8f963a16647c5d5377f"
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.13.2"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "11f1667b8320afa80d69d8bbe40830df2c8a06003d86f73d8e003b2c48df416d"
|
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",
|
|
|
|
"toml",
|
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"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2021-08-18 03:19:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.2.5"
|
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 = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.8.13"
|
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 = "422f23e724af1240ec469ea1e834d87a4b59ce2efe2c6a96256b0c47e2fd86aa"
|
2021-05-20 18:46:13 +03:00
|
|
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
|
|
|
version = "1.0.82"
|
2021-05-23 23:14:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
|
|
|
version = "1.0.82"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2021-05-23 23:14:51 +03:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-09-20 19:33:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "1.0.24"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
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"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.14.6"
|
2021-05-20 18:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.2.8"
|
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 = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
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"
|
2022-12-25 21:10:13 +03:00
|
|
|
version = "1.0.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"
|
2022-12-25 21:10:13 +03:00
|
|
|
version = "1.0.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",
|
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",
|
2021-08-18 03:19:06 +03:00
|
|
|
"toml",
|
2021-05-30 01:45:03 +03:00
|
|
|
]
|
|
|
|
|
2021-05-20 17:22:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git-conventional"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.12.0"
|
2021-05-24 19:41:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "46fafd6f99ae00698345d947293759d48d487f3ce8bdd3a686b097fa7a0ce9a0"
|
2021-05-20 17:22:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
2022-03-13 15:45:37 +03:00
|
|
|
"nom",
|
2021-05-23 01:07:56 +03:00
|
|
|
"serde",
|
2021-05-20 17:22:21 +03:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.15.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
|
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"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.4.9"
|
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 = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"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"
|
2022-02-01 01:06:57 +03:00
|
|
|
version = "0.4.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 = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humansize"
|
2021-08-12 13:54:14 +03:00
|
|
|
version = "1.1.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 = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.1.53"
|
2022-08-16 21:27:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
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",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-08-12 13:54:14 +03:00
|
|
|
version = "0.4.18"
|
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 = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-06-06 03:19:27 +03:00
|
|
|
name = "indexmap"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.9.2"
|
2021-06-06 03:19:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2021-06-06 03:19:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2022-09-20 19:33:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.7.5"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.4"
|
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 = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
2021-05-20 18:46:13 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2022-09-24 23:44:10 +03:00
|
|
|
version = "0.1.25"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-24 23:44:10 +03:00
|
|
|
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.3.60"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-08-12 21:47:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "2.3.1"
|
2022-08-12 21:47:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "ae9656bf98b413727b974a451039bc00ce546c3de9440cb4a7b65222b71e17cc"
|
2022-08-12 21:47:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy-regex-proc_macros",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy-regex-proc_macros"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "2.3.1"
|
2022-08-12 21:47:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "da3c3042a5f73640f091fda4175798f2b51c2107deeab18e3017873a4772dd36"
|
2022-08-12 21:47:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.2.137"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
2021-05-13 02:38:41 +03:00
|
|
|
|
2021-05-15 02:38:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.14.0+1.5.0"
|
2021-05-15 02:38:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
|
2021-05-15 02:38:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
|
|
|
|
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
|
|
|
|
2022-09-20 19:33:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.0.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
|
|
|
|
|
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"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.5.4"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-05-20 17:22:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-04-24 14:33:36 +03:00
|
|
|
version = "7.1.1"
|
2021-05-20 17:22:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-24 14:33:36 +03:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.16.0"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2021-08-18 03:19:06 +03:00
|
|
|
|
2022-02-01 01:06:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "6.4.0"
|
2022-02-01 01:06:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e"
|
2022-02-01 01:06:57 +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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "2.4.1"
|
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 = "a528564cc62c19a7acac4d81e01f39e53e25e17b934878f4c6d25cc2836e62f8"
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "2.4.1"
|
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 = "d5fd9bc6500181952d34bd0b2b0163a54d794227b498be0b7afa7698d0a7b18f"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "2.4.1"
|
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 = "d2610d5ac5156217b4ff8e46ddcef7cdf44b273da2ac5bca2ecbfa86a330e7c4"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "2.4.1"
|
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 = "824749bf7e21dd66b36fbe26b3f45c713879cccd4a009a917ab8e045ca8246fe"
|
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",
|
2022-09-20 19:33:18 +03:00
|
|
|
"sha1",
|
2021-05-20 18:46:13 +03:00
|
|
|
]
|
|
|
|
|
2021-10-22 16:57:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.11.1"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.11.1"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.11.1"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
|
2021-10-22 16:57:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "0.11.1"
|
2021-10-22 16:57:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
|
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-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.47"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
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"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "1.0.21"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.7.0"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.6.28"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "6.4.2"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "283ffe2f866869428c92e0d61c2f35dfb4355293cdfdc48f49e895c15f1333d1"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "6.3.1"
|
2021-08-18 03:19:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "31ab23d42d71fb9be1b643fe6765d292c5e14d46912d13f3ae2815ca048ea04d"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"syn",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-utils"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "7.3.0"
|
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 = "c1669d81dfabd1b5f8e2856b8bbe146c6192b0ba22162edc738ac0a5de18f054"
|
2021-08-18 03:19:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"sha2",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-09-20 19:33:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.35.13"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"
|
2022-09-20 19:33:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2022-03-26 19:59:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.20.7"
|
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 = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-08-16 21:27:51 +03:00
|
|
|
version = "1.0.11"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-16 21:27:51 +03:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
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"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
|
|
|
|
|
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"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "1.0.14"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.147"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
2021-05-23 01:07:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2021-05-16 23:12:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.147"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
|
2021-05-16 23:12:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.88"
|
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 = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7"
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
2022-09-20 19:33:18 +03:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.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 = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
2022-08-16 21:27:51 +03:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-09-20 19:33:18 +03:00
|
|
|
"digest",
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.103"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
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
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tera"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "1.17.1"
|
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 = "3df578c295f9ec044ff1c829daf31bb7581d5b3c2a7a3d87419afe1f2531438c"
|
2021-05-20 18:46:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
|
|
|
"globwalk",
|
|
|
|
"humansize",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"rand",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"slug",
|
|
|
|
"unic-segment",
|
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
2022-02-01 01:06:57 +03:00
|
|
|
name = "termcolor"
|
2022-03-13 15:45:37 +03:00
|
|
|
version = "1.1.3"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-13 15:45:37 +03:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.2.2"
|
2021-05-13 02:38:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "40ca90c434fd12083d1a6bdcbe9f92a14f96c8a1ba600ba451734ac334521f7a"
|
2021-05-13 02:38:41 +03:00
|
|
|
dependencies = [
|
2022-09-20 19:33:18 +03:00
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2021-05-13 02:38:41 +03:00
|
|
|
]
|
|
|
|
|
2021-05-13 02:15:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.16.0"
|
2021-05-13 02:15:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2021-05-13 02:15:33 +03:00
|
|
|
dependencies = [
|
2022-02-01 01:06:57 +03:00
|
|
|
"terminal_size",
|
2021-05-13 02:15:33 +03:00
|
|
|
]
|
|
|
|
|
2021-05-14 23:29:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.37"
|
2021-05-14 23:29:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
2021-05-14 23:29:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.37"
|
2021-05-14 23:29:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
2021-05-14 23:29:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2021-05-16 23:12:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-04-24 14:33:36 +03:00
|
|
|
version = "0.5.9"
|
2021-05-16 23:12:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-24 14:33:36 +03:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2021-05-16 23:12:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-05-20 18:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-02-12 21:50:01 +03:00
|
|
|
version = "1.15.0"
|
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 = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
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"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "1.0.5"
|
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 = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
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"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f154aee470c0882ea0f3b1cc2a46c5f4d24f282655f7b0cec065614fe24c447f"
|
|
|
|
dependencies = [
|
|
|
|
"directories",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"ureq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2022-07-12 16:16:33 +03:00
|
|
|
version = "2.5.0"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-12 16:16:33 +03:00
|
|
|
checksum = "b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"chunked_transfer",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"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"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.2.83"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.2.83"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
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",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.2.83"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.2.83"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2022-03-26 19:59:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.2.83"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2022-03-26 19:59:53 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-09-20 19:33:18 +03:00
|
|
|
version = "0.3.60"
|
2022-03-26 19:59:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:33:18 +03:00
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
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"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.22.5"
|
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 = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"
|
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]]
|
|
|
|
name = "windows-sys"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.42.0"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-09-20 19:33:18 +03:00
|
|
|
dependencies = [
|
2022-11-20 17:06:56 +03:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-09-20 19:33:18 +03:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-11-20 17:06:56 +03:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-09-20 19:33:18 +03:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2022-11-20 17:06:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
2022-09-20 19:33:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.42.0"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
2022-09-20 19:33:18 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.42.0"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
2022-09-20 19:33:18 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.42.0"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
2022-09-20 19:33:18 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.0"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
2022-09-20 19:33:18 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-11-20 17:06:56 +03:00
|
|
|
version = "0.42.0"
|
2022-09-20 19:33:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-20 17:06:56 +03:00
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
2022-09-20 19:33:18 +03:00
|
|
|
|
2021-05-25 21:32:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2022-09-20 19:17:29 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|