2019-02-08 18:06:01 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-18 11:55:27 +00:00
|
|
|
version = 3
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2020-07-22 16:58:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-21 17:15:38 +00:00
|
|
|
version = "1.0.2"
|
2020-07-22 16:58:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 17:15:38 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-07-22 16:58:13 +00:00
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"getrandom 0.2.10",
|
2023-01-08 22:05:13 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-04-26 18:51:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-01-27 21:14:16 +00:00
|
|
|
version = "0.8.3"
|
2022-04-26 18:51:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-27 21:14:16 +00:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2022-04-26 18:51:04 +00:00
|
|
|
dependencies = [
|
2022-08-10 21:39:13 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-08-04 21:14:09 +00:00
|
|
|
"getrandom 0.2.10",
|
2022-04-26 18:51:04 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.7.20"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"memchr",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ammonia"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "3.3.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"html5ever",
|
|
|
|
"maplit",
|
2022-05-05 21:41:06 +00:00
|
|
|
"once_cell",
|
2020-05-24 18:01:00 +00:00
|
|
|
"tendril",
|
|
|
|
"url",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-10 21:39:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-09-19 11:25:09 +00:00
|
|
|
version = "0.1.5"
|
2022-08-10 21:39:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-19 11:25:09 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-10 21:39:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is-terminal",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2021-01-20 14:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "any_ascii"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
|
|
|
|
|
2021-11-23 22:24:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.72"
|
2021-11-23 22:24:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
2021-11-23 22:24:22 +00:00
|
|
|
|
2021-06-25 08:07:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.5.2"
|
2021-06-25 08:07:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2021-06-25 08:07:52 +00:00
|
|
|
|
2020-11-21 10:44:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.7.4"
|
2020-11-21 10:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2020-11-21 10:44:42 +00:00
|
|
|
|
2019-12-23 15:16:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assert-json-diff"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "2.0.2"
|
2019-12-23 15:16:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
2019-12-23 15:16:56 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2019-12-23 15:16:56 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-26 01:55:37 +00:00
|
|
|
version = "0.2.14"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-01-02 21:48:39 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2020-06-29 18:02:05 +00:00
|
|
|
"winapi 0.3.9",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-01-26 01:55:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-25 16:13:29 +00:00
|
|
|
version = "1.1.0"
|
2020-01-26 01:55:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 16:13:29 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-01-26 01:55:37 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.68"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2023-01-12 22:51:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.21.2"
|
2023-01-12 22:51:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
2023-01-12 22:51:35 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2021-04-21 19:43:02 +00:00
|
|
|
version = "1.3.3"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 19:43:02 +00:00
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"serde",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2022-02-01 22:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.10.2"
|
2022-02-01 22:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
2022-02-01 22:02:03 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-24 06:50:44 +00:00
|
|
|
version = "1.3.2"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 06:50:44 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
|
|
|
|
2018-10-09 13:24:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2019-04-18 16:55:09 +00:00
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2019-04-18 16:55:09 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
2021-03-21 17:15:38 +00:00
|
|
|
"generic-array 0.12.4",
|
2020-06-18 19:11:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.10.4"
|
2020-06-18 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2020-06-18 19:11:22 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"generic-array 0.14.7",
|
2019-04-18 16:55:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2019-11-26 19:47:24 +00:00
|
|
|
version = "0.1.5"
|
2019-04-18 16:55:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
2019-04-18 16:55:09 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"byte-tools",
|
2019-04-18 16:55:09 +00:00
|
|
|
]
|
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.6.0"
|
2023-01-08 22:05:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
|
2023-01-08 22:05:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-06-03 21:25:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "build_const"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
|
|
|
|
|
2019-12-31 09:35:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "3.13.0"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2019-12-31 09:35:13 +00:00
|
|
|
|
2018-10-09 13:24:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
2019-04-18 16:55:09 +00:00
|
|
|
version = "0.3.1"
|
2018-10-09 13:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
2018-10-09 13:24:56 +00:00
|
|
|
|
2020-11-21 10:44:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f861d9ce359f56dbcb6e0c2a1cb84e52ad732cadb57b806adeb3c7668caccbd8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2022-06-10 18:14:38 +00:00
|
|
|
version = "0.6.3"
|
2020-11-21 10:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-10 18:14:38 +00:00
|
|
|
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
|
2020-11-21 10:44:42 +00:00
|
|
|
|
2020-02-10 19:48:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "1.13.1"
|
2020-02-10 19:48:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
2020-02-10 19:48:52 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-21 17:15:38 +00:00
|
|
|
version = "1.4.3"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 17:15:38 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2019-03-08 20:41:31 +00:00
|
|
|
version = "0.4.12"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"byteorder",
|
|
|
|
"iovec",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2021-01-05 21:06:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-08 22:20:07 +00:00
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.1.6"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
|
2023-02-08 22:20:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.1.3"
|
2023-02-08 22:20:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479"
|
2023-02-08 22:20:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
|
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
2021-01-05 21:06:52 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.81"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0"
|
2021-02-18 21:30:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-04 21:14:09 +00:00
|
|
|
"libc",
|
2021-02-18 21:30:10 +00:00
|
|
|
]
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2020-08-16 16:39:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cedarwood"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.4.6"
|
2020-08-16 16:39:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "6d910bedd62c24733263d0bed247460853c9d22e8956bd4cd964302095e04e90"
|
2020-08-16 16:39:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-12-01 18:52:19 +00:00
|
|
|
version = "0.1.10"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2020-10-30 15:52:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.26"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"android-tzdata",
|
2022-08-10 21:39:13 +00:00
|
|
|
"iana-time-zone",
|
2020-05-24 18:01:00 +00:00
|
|
|
"num-traits",
|
2022-09-19 11:25:09 +00:00
|
|
|
"pure-rust-locales",
|
2020-09-26 12:23:24 +00:00
|
|
|
"winapi 0.3.9",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2019-09-25 02:12:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.6.1"
|
2019-09-25 02:12:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552"
|
2019-09-25 02:12:13 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"chrono",
|
2021-10-19 19:24:21 +00:00
|
|
|
"chrono-tz-build",
|
2023-03-13 21:44:07 +00:00
|
|
|
"phf 0.10.1",
|
2021-10-19 19:24:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz-build"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.0.2"
|
2021-10-19 19:24:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069"
|
2021-10-19 19:24:21 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"parse-zoneinfo",
|
2023-03-13 21:44:07 +00:00
|
|
|
"phf 0.10.1",
|
|
|
|
"phf_codegen 0.10.0",
|
2019-09-25 02:12:13 +00:00
|
|
|
]
|
|
|
|
|
2022-01-23 19:21:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "3.2.25"
|
2022-01-23 19:21:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
2022-01-23 19:21:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"clap_derive 3.2.25",
|
2023-01-02 21:48:39 +00:00
|
|
|
"clap_lex 0.2.4",
|
2023-08-04 21:14:09 +00:00
|
|
|
"indexmap 1.9.3",
|
2022-07-10 14:31:09 +00:00
|
|
|
"once_cell",
|
2022-06-03 21:25:42 +00:00
|
|
|
"strsim",
|
2022-01-23 19:21:41 +00:00
|
|
|
"termcolor",
|
2022-06-03 21:25:42 +00:00
|
|
|
"textwrap",
|
2022-01-23 19:21:41 +00:00
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "4.3.19"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"clap_builder",
|
|
|
|
"clap_derive 4.3.12",
|
2023-01-02 21:48:39 +00:00
|
|
|
"once_cell",
|
2023-08-04 21:14:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1"
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex 0.5.0",
|
2023-01-02 21:48:39 +00:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
2022-01-23 19:21:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "4.3.2"
|
2022-01-23 19:21:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce"
|
2022-01-23 19:21:41 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"clap 4.3.19",
|
2022-01-23 19:21:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "3.2.25"
|
2022-01-23 19:21:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
|
2022-01-23 19:21:41 +00:00
|
|
|
dependencies = [
|
2022-06-03 21:25:42 +00:00
|
|
|
"heck",
|
2022-01-23 19:21:41 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 1.0.109",
|
2022-01-23 19:21:41 +00:00
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "4.3.12"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 2.0.28",
|
2023-01-02 21:48:39 +00:00
|
|
|
]
|
|
|
|
|
2022-05-05 21:41:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.2.4"
|
2022-05-05 21:41:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-05-05 21:41:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.5.0"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codemap"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
|
|
|
|
|
2018-02-02 20:35:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
2020-10-30 15:52:01 +00:00
|
|
|
version = "1.1.0"
|
2018-02-02 20:35:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 15:52:01 +00:00
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
2018-02-02 20:35:04 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2019-12-23 15:16:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.0.4"
|
2019-12-23 15:16:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
|
2019-12-23 15:16:56 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"is-terminal",
|
2020-05-24 18:01:00 +00:00
|
|
|
"lazy_static",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2019-12-23 15:16:56 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"errors",
|
2022-02-01 22:02:03 +00:00
|
|
|
"libs",
|
2020-05-24 18:01:00 +00:00
|
|
|
"serde",
|
|
|
|
"utils",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2022-05-11 19:54:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"errors",
|
|
|
|
"libs",
|
|
|
|
]
|
|
|
|
|
2022-02-25 16:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.15.7"
|
2022-02-25 16:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
|
2022-02-25 16:13:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2023-01-02 21:48:39 +00:00
|
|
|
"lazy_static",
|
2022-02-25 16:13:29 +00:00
|
|
|
"libc",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-02-25 16:13:29 +00:00
|
|
|
]
|
|
|
|
|
2022-04-26 18:51:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "content"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"config",
|
|
|
|
"errors",
|
|
|
|
"libs",
|
|
|
|
"markdown",
|
|
|
|
"serde",
|
|
|
|
"tempfile",
|
|
|
|
"test-case",
|
2022-05-05 21:41:06 +00:00
|
|
|
"time",
|
2022-04-26 18:51:04 +00:00
|
|
|
"utils",
|
|
|
|
]
|
|
|
|
|
2022-07-10 14:31:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2023-01-20 19:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:32:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.8.4"
|
2021-08-18 13:32:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2021-08-18 13:32:34 +00:00
|
|
|
|
2020-06-29 18:02:05 +00:00
|
|
|
[[package]]
|
2021-05-05 19:36:56 +00:00
|
|
|
name = "cpufeatures"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.9"
|
2020-06-29 18:02:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2021-05-09 13:57:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-06-29 18:02:05 +00:00
|
|
|
|
2022-06-03 21:25:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
|
|
|
dependencies = [
|
|
|
|
"build_const",
|
|
|
|
]
|
|
|
|
|
2018-12-04 18:00:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-25 16:13:29 +00:00
|
|
|
version = "1.3.2"
|
2019-01-27 17:57:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 16:13:29 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2019-01-27 17:57:07 +00:00
|
|
|
dependencies = [
|
2020-10-30 15:52:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-01-27 17:57:07 +00:00
|
|
|
]
|
|
|
|
|
2020-08-28 17:49:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.5.8"
|
2020-08-28 17:49:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2020-08-28 17:49:19 +00:00
|
|
|
dependencies = [
|
2020-10-30 15:52:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-28 12:04:49 +00:00
|
|
|
"crossbeam-utils",
|
2020-08-28 17:49:19 +00:00
|
|
|
]
|
|
|
|
|
2018-05-27 05:19:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.8.3"
|
2018-05-27 05:19:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2018-05-27 05:19:01 +00:00
|
|
|
dependencies = [
|
2020-10-30 15:52:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"crossbeam-epoch",
|
2020-11-28 12:04:49 +00:00
|
|
|
"crossbeam-utils",
|
2018-05-27 05:19:01 +00:00
|
|
|
]
|
|
|
|
|
2018-07-22 10:14:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.9.15"
|
2018-07-22 10:14:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2018-07-22 10:14:16 +00:00
|
|
|
dependencies = [
|
2022-03-23 09:00:55 +00:00
|
|
|
"autocfg",
|
2020-10-30 15:52:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-28 12:04:49 +00:00
|
|
|
"crossbeam-utils",
|
2020-05-24 18:01:00 +00:00
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2018-07-22 10:14:16 +00:00
|
|
|
]
|
|
|
|
|
2019-11-26 19:47:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.8.16"
|
2020-10-30 15:52:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2020-10-30 15:52:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2018-11-09 16:31:23 +00:00
|
|
|
]
|
2018-07-22 10:14:16 +00:00
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2022-01-26 19:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-25 12:56:27 +00:00
|
|
|
version = "0.1.6"
|
2022-01-26 19:35:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-25 12:56:27 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-01-26 19:35:07 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"generic-array 0.14.7",
|
2022-02-25 16:13:29 +00:00
|
|
|
"typenum",
|
2022-01-26 19:35:07 +00:00
|
|
|
]
|
|
|
|
|
2022-07-10 14:31:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "css-minify"
|
2023-01-08 22:05:13 +00:00
|
|
|
version = "0.3.1"
|
2022-07-10 14:31:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 22:05:13 +00:00
|
|
|
checksum = "874c6e2d19f8d4a285083b11a3241bfbe01ac3ed85f26e1e6b34888d960552bd"
|
2022-07-10 14:31:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"derive_more",
|
2023-08-04 21:14:09 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-01-18 19:55:47 +00:00
|
|
|
"nom 7.1.3",
|
2022-07-10 14:31:09 +00:00
|
|
|
]
|
|
|
|
|
2018-10-18 15:32:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.2.2"
|
2018-10-18 15:32:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
|
2018-10-18 15:32:30 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"csv-core",
|
2023-02-14 20:13:25 +00:00
|
|
|
"itoa",
|
2020-05-24 18:01:00 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-10-18 15:32:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2020-02-16 18:17:41 +00:00
|
|
|
version = "0.1.10"
|
2018-10-18 15:32:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
2018-10-18 15:32:30 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"memchr",
|
2018-10-18 15:32:30 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "3.4.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"nix",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-02 21:48:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-04 21:14:09 +00:00
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.7"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2022-07-10 14:31:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 1.0.109",
|
2022-07-10 14:31:09 +00:00
|
|
|
]
|
|
|
|
|
2018-09-09 17:43:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.4"
|
2018-09-09 17:43:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "d95203a6a50906215a502507c0f879a0ce7ff205a6111e2db2a5ef8e4bb92e43"
|
2018-09-09 17:43:14 +00:00
|
|
|
|
2018-10-09 13:24:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2019-07-10 21:38:32 +00:00
|
|
|
version = "0.8.1"
|
2018-10-09 13:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2018-10-09 13:24:56 +00:00
|
|
|
dependencies = [
|
2021-03-21 17:15:38 +00:00
|
|
|
"generic-array 0.12.4",
|
2020-06-18 19:11:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.10.7"
|
2020-06-18 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2020-06-18 19:11:22 +00:00
|
|
|
dependencies = [
|
2023-03-13 21:44:07 +00:00
|
|
|
"block-buffer 0.10.4",
|
2022-01-26 19:35:07 +00:00
|
|
|
"crypto-common",
|
2018-10-09 13:24:56 +00:00
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.4"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 2.0.28",
|
2023-01-02 21:48:39 +00:00
|
|
|
]
|
|
|
|
|
2020-06-18 09:36:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.9.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elasticlunr-rs"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "3.0.2"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-08-16 16:39:04 +00:00
|
|
|
"jieba-rs",
|
|
|
|
"lindera",
|
2021-11-23 22:24:22 +00:00
|
|
|
"lindera-core",
|
2020-05-24 18:01:00 +00:00
|
|
|
"regex",
|
|
|
|
"rust-stemmers",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2020-05-12 18:07:02 +00:00
|
|
|
]
|
|
|
|
|
2022-02-25 16:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2020-08-16 16:39:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
|
|
dependencies = [
|
|
|
|
"encoding-index-japanese",
|
|
|
|
"encoding-index-korean",
|
|
|
|
"encoding-index-simpchinese",
|
|
|
|
"encoding-index-singlebyte",
|
|
|
|
"encoding-index-tradchinese",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-japanese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-korean"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-simpchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-singlebyte"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-tradchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_index_tests"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
|
|
|
|
2018-07-16 19:13:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-02-08 22:20:07 +00:00
|
|
|
version = "0.8.32"
|
2018-07-16 19:13:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 22:20:07 +00:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2018-07-16 19:13:00 +00:00
|
|
|
dependencies = [
|
2020-11-11 20:46:50 +00:00
|
|
|
"cfg-if 1.0.0",
|
2018-07-16 19:13:00 +00:00
|
|
|
]
|
|
|
|
|
2022-06-03 21:25:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.9.3"
|
2022-06-03 21:25:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2022-06-03 21:25:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.2"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-02 21:48:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-08 22:20:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errors"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-04-01 19:37:38 +00:00
|
|
|
"anyhow",
|
2022-02-01 22:02:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.7.0"
|
2022-02-01 22:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "d1e481eb11a482815d3e9d618db8c42a93207134662873809335a92327440c18"
|
2022-02-01 22:02:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
2022-09-19 11:25:09 +00:00
|
|
|
"miniz_oxide",
|
2023-03-13 21:44:07 +00:00
|
|
|
"rayon-core",
|
2022-02-01 22:02:03 +00:00
|
|
|
"smallvec",
|
2023-02-08 22:20:07 +00:00
|
|
|
"zune-inflate",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-04-29 20:35:28 +00:00
|
|
|
[[package]]
|
2020-05-12 18:07:02 +00:00
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
2020-04-29 20:35:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2020-04-29 20:35:28 +00:00
|
|
|
|
2022-01-13 22:53:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.0.0"
|
2022-01-13 22:53:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
|
2022-01-13 22:53:01 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"simd-adler32",
|
2022-01-13 22:53:01 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.21"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-11-11 20:46:50 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2023-08-04 21:14:09 +00:00
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
"windows-sys 0.48.0",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.26"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"crc32fast",
|
2022-05-05 21:41:06 +00:00
|
|
|
"miniz_oxide",
|
2022-02-01 22:02:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2022-07-25 12:56:27 +00:00
|
|
|
version = "0.10.14"
|
2022-02-01 22:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-25 12:56:27 +00:00
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
2022-02-01 22:02:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"nanorand",
|
|
|
|
"pin-project",
|
2023-08-04 21:14:09 +00:00
|
|
|
"spin 0.9.8",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-23 09:41:50 +00:00
|
|
|
version = "1.0.7"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2023-01-20 19:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2020-11-11 20:46:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.2.0"
|
2020-11-11 20:46:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2020-11-11 20:46:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
2019-05-27 12:16:46 +00:00
|
|
|
version = "0.4.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"fsevent-sys",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2019-05-27 12:16:46 +00:00
|
|
|
version = "2.0.1"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"fuchsia-zircon-sys",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2022-02-25 16:13:29 +00:00
|
|
|
version = "0.1.5"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 16:13:29 +00:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2018-05-27 05:19:01 +00:00
|
|
|
[[package]]
|
2019-12-31 09:35:13 +00:00
|
|
|
name = "futures-channel"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.28"
|
2018-05-27 05:19:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2018-05-27 05:19:01 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"futures-core",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.28"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2019-12-31 09:35:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.28"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.28",
|
|
|
|
]
|
2019-12-31 09:35:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.28"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2019-12-31 09:35:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.28"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2019-12-31 09:35:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.28"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2019-12-31 09:35:13 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2023-08-04 21:14:09 +00:00
|
|
|
"futures-macro",
|
2020-05-24 18:01:00 +00:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-01-09 09:16:50 +00:00
|
|
|
"pin-project-lite",
|
2020-05-24 18:01:00 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2018-05-27 05:19:01 +00:00
|
|
|
]
|
|
|
|
|
2021-11-23 22:24:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2018-10-09 13:24:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-21 17:15:38 +00:00
|
|
|
version = "0.12.4"
|
2018-10-09 13:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 17:15:38 +00:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2018-10-09 13:24:56 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"typenum",
|
2018-10-09 13:24:56 +00:00
|
|
|
]
|
|
|
|
|
2020-06-18 19:11:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.14.7"
|
2020-06-18 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2020-06-18 19:11:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-07-10 21:38:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-05 21:06:52 +00:00
|
|
|
version = "0.1.16"
|
2019-07-10 21:38:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-05 21:06:52 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2019-07-10 21:38:32 +00:00
|
|
|
dependencies = [
|
2021-01-05 21:06:52 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2020-08-28 17:49:19 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2019-07-10 21:38:32 +00:00
|
|
|
]
|
|
|
|
|
2021-01-05 21:06:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.10"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2021-01-05 21:06:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-02-01 22:02:03 +00:00
|
|
|
"js-sys",
|
2021-01-05 21:06:52 +00:00
|
|
|
"libc",
|
2022-07-10 14:31:09 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-02-01 22:02:03 +00:00
|
|
|
"wasm-bindgen",
|
2021-01-05 21:06:52 +00:00
|
|
|
]
|
|
|
|
|
2020-10-30 16:02:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gh-emoji"
|
2022-08-14 13:47:10 +00:00
|
|
|
version = "1.0.7"
|
2020-10-30 16:02:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 13:47:10 +00:00
|
|
|
checksum = "30ad64b43d48c1745c0059e5ba223816eb599eec8956c668fc0a31f6b9cd799e"
|
2020-10-30 16:02:07 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"phf 0.11.2",
|
2020-10-30 16:02:07 +00:00
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2018-02-02 20:35:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.12.0"
|
2018-02-02 20:35:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
|
2018-02-02 20:35:04 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"color_quant",
|
2020-09-27 09:19:20 +00:00
|
|
|
"weezl",
|
2018-02-02 20:35:04 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.27.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-08 22:05:13 +00:00
|
|
|
version = "0.3.1"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 22:05:13 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.12"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "aca8bbd8e0707c1887a8bbb7e6b40e228f251ff5d62c8220a4a7a53c73aff006"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"aho-corasick 1.0.2",
|
2023-02-14 20:13:25 +00:00
|
|
|
"bstr",
|
2020-05-24 18:01:00 +00:00
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2019-01-23 18:20:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
2020-12-14 19:45:32 +00:00
|
|
|
version = "0.8.1"
|
2019-01-23 18:20:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 19:45:32 +00:00
|
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
2019-01-23 18:20:02 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
2019-01-23 18:20:02 +00:00
|
|
|
]
|
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "grass"
|
2023-09-29 06:49:06 +00:00
|
|
|
version = "0.13.1"
|
2023-01-08 22:05:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 06:49:06 +00:00
|
|
|
checksum = "7746cd9bf09f9bb7d98638774a70642000356f543898d9a352cd043f82744528"
|
2023-01-08 22:05:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"grass_compiler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grass_compiler"
|
2023-09-29 06:49:06 +00:00
|
|
|
version = "0.13.0"
|
2023-01-08 22:05:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 06:49:06 +00:00
|
|
|
checksum = "187adfc0b34289c7f8f3819453ce9da3177c3d73f40ac74bb17faba578813d45"
|
2023-01-08 22:05:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"codemap",
|
2023-08-04 21:14:09 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-01-08 22:05:13 +00:00
|
|
|
"lasso",
|
|
|
|
"once_cell",
|
|
|
|
"phf 0.10.1",
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
2021-01-05 21:06:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.20"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
|
2021-01-05 21:06:52 +00:00
|
|
|
dependencies = [
|
2023-02-08 22:20:07 +00:00
|
|
|
"bytes 1.4.0",
|
2021-01-05 21:06:52 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-08-04 21:14:09 +00:00
|
|
|
"indexmap 1.9.3",
|
2021-01-05 21:06:52 +00:00
|
|
|
"slab",
|
2021-01-05 21:11:15 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2020-07-22 16:58:13 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-01 22:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2023-01-12 22:51:35 +00:00
|
|
|
version = "2.2.1"
|
2021-02-02 19:20:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 22:51:35 +00:00
|
|
|
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
2021-02-02 19:20:39 +00:00
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.7.6",
|
|
|
|
]
|
|
|
|
|
2022-07-10 14:31:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-25 12:56:27 +00:00
|
|
|
version = "0.12.3"
|
2022-07-10 14:31:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-25 12:56:27 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-07-10 14:31:09 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
|
|
2022-01-26 19:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-08 22:20:07 +00:00
|
|
|
version = "0.4.1"
|
2022-01-26 19:35:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 22:20:07 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-01-26 19:35:07 +00:00
|
|
|
|
2019-11-26 19:47:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-24 19:59:41 +00:00
|
|
|
version = "0.1.19"
|
2019-11-26 19:47:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 19:59:41 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-11-26 19:47:24 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2018-11-09 16:31:23 +00:00
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.2"
|
2023-02-08 22:20:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-02-08 22:20:07 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2022-05-05 21:41:06 +00:00
|
|
|
version = "0.26.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 21:41:06 +00:00
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 1.0.109",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2019-12-31 09:35:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-02-24 21:03:52 +00:00
|
|
|
version = "0.2.9"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 21:03:52 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2019-12-31 09:35:13 +00:00
|
|
|
dependencies = [
|
2023-02-08 22:20:07 +00:00
|
|
|
"bytes 1.4.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"fnv",
|
2023-02-14 20:13:25 +00:00
|
|
|
"itoa",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
2021-01-05 21:06:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-06-10 18:14:38 +00:00
|
|
|
version = "0.4.5"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-10 18:14:38 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-01-05 21:06:52 +00:00
|
|
|
dependencies = [
|
2023-02-08 22:20:07 +00:00
|
|
|
"bytes 1.4.0",
|
2021-01-05 21:06:52 +00:00
|
|
|
"http",
|
2021-03-21 17:15:38 +00:00
|
|
|
"pin-project-lite",
|
2021-01-05 21:06:52 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-09-19 11:25:09 +00:00
|
|
|
version = "1.8.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-19 11:25:09 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2020-09-22 20:11:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-11-23 22:24:22 +00:00
|
|
|
version = "1.0.2"
|
2020-09-22 20:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-23 22:24:22 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-09-22 20:11:42 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humansize"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "2.1.3"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
|
|
|
|
dependencies = [
|
|
|
|
"libm",
|
|
|
|
]
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2022-06-03 21:25:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2021-01-05 21:06:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.14.27"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2021-01-05 21:06:52 +00:00
|
|
|
dependencies = [
|
2023-02-08 22:20:07 +00:00
|
|
|
"bytes 1.4.0",
|
2021-01-05 21:06:52 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-01-05 21:11:15 +00:00
|
|
|
"h2",
|
2021-01-05 21:06:52 +00:00
|
|
|
"http",
|
2021-01-05 21:11:15 +00:00
|
|
|
"http-body",
|
2021-01-05 21:06:52 +00:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-02-14 20:13:25 +00:00
|
|
|
"itoa",
|
2021-06-24 19:59:41 +00:00
|
|
|
"pin-project-lite",
|
2021-01-05 21:06:52 +00:00
|
|
|
"socket2",
|
2021-01-05 21:11:15 +00:00
|
|
|
"tokio",
|
2020-05-24 18:01:00 +00:00
|
|
|
"tower-service",
|
2020-07-22 16:58:13 +00:00
|
|
|
"tracing",
|
2020-05-24 18:01:00 +00:00
|
|
|
"want",
|
2018-07-16 19:13:00 +00:00
|
|
|
]
|
|
|
|
|
2020-02-07 20:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.24.1"
|
2020-02-07 20:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
2020-02-07 20:16:44 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"futures-util",
|
2021-12-05 10:17:39 +00:00
|
|
|
"http",
|
2021-01-05 21:11:15 +00:00
|
|
|
"hyper",
|
2020-05-24 18:01:00 +00:00
|
|
|
"rustls",
|
2021-01-05 21:11:15 +00:00
|
|
|
"tokio",
|
2020-05-24 18:01:00 +00:00
|
|
|
"tokio-rustls",
|
2020-02-07 20:16:44 +00:00
|
|
|
]
|
|
|
|
|
2023-01-20 19:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
2023-02-08 22:20:07 +00:00
|
|
|
"bytes 1.4.0",
|
2023-01-20 19:59:44 +00:00
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2022-08-10 21:39:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.1.57"
|
2022-08-10 21:39:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
2022-08-10 21:39:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
2022-08-14 13:47:10 +00:00
|
|
|
"core-foundation-sys",
|
2023-01-02 21:48:39 +00:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-10 21:39:13 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows",
|
2022-08-10 21:39:13 +00:00
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.1.2"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"cc",
|
2023-01-02 21:48:39 +00:00
|
|
|
]
|
|
|
|
|
2019-08-07 22:37:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.0"
|
2019-08-07 22:37:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2019-08-07 22:37:37 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-08-07 22:37:37 +00:00
|
|
|
]
|
|
|
|
|
2019-01-23 18:20:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2023-01-18 19:55:47 +00:00
|
|
|
version = "0.4.20"
|
2019-01-23 18:20:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 19:55:47 +00:00
|
|
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
2019-01-23 18:20:02 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-02-10 19:48:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.24.6"
|
2020-02-10 19:48:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
|
2020-02-10 19:48:52 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
2020-10-30 15:52:01 +00:00
|
|
|
"color_quant",
|
2022-02-01 22:02:03 +00:00
|
|
|
"exr",
|
2020-05-24 18:01:00 +00:00
|
|
|
"gif",
|
2022-05-05 21:41:06 +00:00
|
|
|
"jpeg-decoder",
|
2020-05-24 18:01:00 +00:00
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
2023-08-04 21:14:09 +00:00
|
|
|
"qoi",
|
2020-05-24 18:01:00 +00:00
|
|
|
"tiff",
|
2020-02-10 19:48:52 +00:00
|
|
|
]
|
|
|
|
|
2018-02-02 20:35:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "imageproc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-05-12 19:07:18 +00:00
|
|
|
"config",
|
2020-05-24 18:01:00 +00:00
|
|
|
"errors",
|
2022-07-07 21:19:13 +00:00
|
|
|
"kamadak-exif",
|
2022-02-01 22:02:03 +00:00
|
|
|
"libs",
|
2021-06-08 07:38:29 +00:00
|
|
|
"serde",
|
2022-02-01 22:02:03 +00:00
|
|
|
"tempfile",
|
2020-05-24 18:01:00 +00:00
|
|
|
"utils",
|
2018-02-02 20:35:04 +00:00
|
|
|
]
|
|
|
|
|
2018-05-27 05:19:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.9.3"
|
2018-05-27 05:19:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2019-10-20 18:08:01 +00:00
|
|
|
dependencies = [
|
2020-05-27 19:18:35 +00:00
|
|
|
"autocfg",
|
2023-01-08 22:05:13 +00:00
|
|
|
"hashbrown 0.12.3",
|
2019-10-20 18:08:01 +00:00
|
|
|
]
|
2018-05-27 05:19:01 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.0",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2020-06-15 16:13:11 +00:00
|
|
|
version = "0.7.1"
|
2018-09-03 16:02:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 16:13:11 +00:00
|
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
2018-09-03 16:02:01 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
2018-09-03 16:02:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
2021-02-02 19:20:39 +00:00
|
|
|
version = "0.1.5"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-02 19:20:39 +00:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2022-02-25 16:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "insta"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.31.0"
|
2022-02-25 16:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a"
|
2022-02-25 16:13:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"console 0.15.7",
|
2023-01-02 21:48:39 +00:00
|
|
|
"lazy_static",
|
2022-08-10 21:39:13 +00:00
|
|
|
"linked-hash-map",
|
2022-02-25 16:13:29 +00:00
|
|
|
"similar",
|
2022-08-10 21:39:13 +00:00
|
|
|
"yaml-rust",
|
2022-02-25 16:13:29 +00:00
|
|
|
]
|
|
|
|
|
2021-10-19 19:24:21 +00:00
|
|
|
[[package]]
|
2023-08-04 21:14:09 +00:00
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
2021-10-19 19:24:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2021-10-19 19:24:21 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"libc",
|
2021-10-19 19:24:21 +00:00
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
2023-08-04 21:14:09 +00:00
|
|
|
name = "ipnet"
|
|
|
|
version = "2.8.0"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
2023-08-04 21:14:09 +00:00
|
|
|
name = "is-docker"
|
|
|
|
version = "0.2.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"once_cell",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-07-24 21:00:00 +00:00
|
|
|
[[package]]
|
2023-08-04 21:14:09 +00:00
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.9"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.2",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
2023-01-02 21:48:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-04 21:14:09 +00:00
|
|
|
name = "is-wsl"
|
|
|
|
version = "0.4.0"
|
2020-07-24 21:00:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"is-docker",
|
|
|
|
"once_cell",
|
2023-01-02 21:48:39 +00:00
|
|
|
]
|
2020-07-24 21:00:00 +00:00
|
|
|
|
2022-01-13 22:53:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.9"
|
2022-01-13 22:53:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2022-01-13 22:53:01 +00:00
|
|
|
|
2020-08-16 16:39:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jieba-rs"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.6.8"
|
2020-08-16 16:39:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "93f0c1347cd3ac8d7c6e3a2dc33ac496d365cf09fc0831aa61111e1a6738983e"
|
2020-08-16 16:39:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"cedarwood",
|
2021-11-23 22:24:22 +00:00
|
|
|
"fxhash",
|
2023-08-04 21:14:09 +00:00
|
|
|
"hashbrown 0.14.0",
|
2020-08-16 16:39:04 +00:00
|
|
|
"lazy_static",
|
2023-08-04 21:14:09 +00:00
|
|
|
"phf 0.11.2",
|
|
|
|
"phf_codegen 0.11.2",
|
2020-08-16 16:39:04 +00:00
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-02-18 21:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.1.26"
|
2021-02-18 21:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2021-02-18 21:30:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2018-02-02 20:35:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.3.0"
|
2022-02-01 22:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
|
2018-02-02 20:35:04 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"rayon",
|
2018-02-02 20:35:04 +00:00
|
|
|
]
|
|
|
|
|
2019-12-31 09:35:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.64"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2019-12-31 09:35:13 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"wasm-bindgen",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
2022-07-07 21:19:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kamadak-exif"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.5.5"
|
2022-07-07 21:19:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
|
2022-07-07 21:19:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"mutate_once",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2019-12-31 15:20:28 +00:00
|
|
|
]
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lasso"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aeb7b21a526375c5ca55f1a6dfd4e1fad9fa4edd750f530252a718a44b2608f0"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.11.2",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-08-29 18:08:02 +00:00
|
|
|
version = "1.4.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2018-07-22 10:14:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-08-16 16:39:04 +00:00
|
|
|
version = "1.3.0"
|
2018-07-22 10:14:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-16 16:39:04 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2022-02-01 22:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lebe"
|
2022-09-19 11:25:09 +00:00
|
|
|
version = "0.5.2"
|
2022-02-01 22:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-19 11:25:09 +00:00
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
2022-02-01 22:02:03 +00:00
|
|
|
|
2020-11-21 10:44:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2021-04-21 19:43:02 +00:00
|
|
|
version = "0.7.6"
|
2020-11-21 10:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 19:43:02 +00:00
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
2020-11-21 10:44:42 +00:00
|
|
|
dependencies = [
|
2021-06-25 08:07:52 +00:00
|
|
|
"arrayvec 0.5.2",
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-03-21 17:15:38 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-21 10:44:42 +00:00
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2021-01-20 14:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-sort"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c09e4591611e231daf4d4c685a66cb0410cc1e502027a20ae55f2bb9e997207a"
|
|
|
|
dependencies = [
|
|
|
|
"any_ascii",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.147"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2023-03-13 21:44:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.7"
|
2023-03-13 21:44:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2022-02-01 22:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-01-27 21:14:16 +00:00
|
|
|
"ahash 0.8.3",
|
2022-02-01 22:02:03 +00:00
|
|
|
"ammonia",
|
2022-05-11 19:54:34 +00:00
|
|
|
"atty",
|
2023-02-24 21:03:52 +00:00
|
|
|
"base64",
|
2022-02-01 22:02:03 +00:00
|
|
|
"csv",
|
|
|
|
"elasticlunr-rs",
|
|
|
|
"filetime",
|
|
|
|
"gh-emoji",
|
|
|
|
"glob",
|
2020-05-24 18:01:00 +00:00
|
|
|
"globset",
|
2023-01-08 22:05:13 +00:00
|
|
|
"grass",
|
2022-02-01 22:02:03 +00:00
|
|
|
"image",
|
2021-01-20 14:35:25 +00:00
|
|
|
"lexical-sort",
|
2022-02-01 22:02:03 +00:00
|
|
|
"minify-html",
|
|
|
|
"nom-bibtex",
|
|
|
|
"num-format",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pulldown-cmark",
|
2022-03-04 20:28:08 +00:00
|
|
|
"quickxml_to_serde",
|
2020-05-24 18:01:00 +00:00
|
|
|
"rayon",
|
|
|
|
"regex",
|
2022-02-01 22:02:03 +00:00
|
|
|
"relative-path",
|
|
|
|
"reqwest",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"sha2",
|
|
|
|
"slug",
|
|
|
|
"svg_metadata",
|
|
|
|
"syntect",
|
2020-05-24 18:01:00 +00:00
|
|
|
"tera",
|
2022-05-11 19:54:34 +00:00
|
|
|
"termcolor",
|
2022-05-05 21:41:06 +00:00
|
|
|
"time",
|
2023-08-04 21:14:09 +00:00
|
|
|
"toml 0.7.6",
|
2022-02-01 22:02:03 +00:00
|
|
|
"unic-langid",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"url",
|
2021-09-04 06:23:03 +00:00
|
|
|
"walkdir",
|
2022-02-01 22:02:03 +00:00
|
|
|
"webp",
|
2018-10-02 14:42:34 +00:00
|
|
|
]
|
|
|
|
|
2021-02-18 21:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libwebp-sys"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.9.2"
|
2021-02-18 21:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a5df1e76f0acef0058aa2164ccf74e610e716e7f9eeb3ee2283de7d43659d823"
|
2021-02-18 21:30:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-08-04 21:14:09 +00:00
|
|
|
"glob",
|
2021-02-18 21:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-08-16 16:39:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lindera"
|
2022-07-25 12:56:27 +00:00
|
|
|
version = "0.14.0"
|
2020-08-16 16:39:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-25 12:56:27 +00:00
|
|
|
checksum = "4dddd011921cac0ec59025a6b6e26c2cd9af3adce384b56c753c31df71a07965"
|
2020-08-16 16:39:04 +00:00
|
|
|
dependencies = [
|
2021-11-23 22:24:22 +00:00
|
|
|
"anyhow",
|
2020-08-16 16:39:04 +00:00
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"encoding",
|
2022-06-03 21:25:42 +00:00
|
|
|
"lindera-cc-cedict-builder",
|
2020-08-16 16:39:04 +00:00
|
|
|
"lindera-core",
|
|
|
|
"lindera-dictionary",
|
|
|
|
"lindera-ipadic",
|
2021-11-23 22:24:22 +00:00
|
|
|
"lindera-ipadic-builder",
|
2022-06-03 21:25:42 +00:00
|
|
|
"lindera-ko-dic-builder",
|
|
|
|
"lindera-unidic-builder",
|
2020-08-16 16:39:04 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-06-03 21:25:42 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lindera-cc-cedict-builder"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.13.5"
|
2022-06-03 21:25:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "584491a91b758f92ef3202aaf969d837522f2c11390c4de0049a356d63bc0b0f"
|
2022-06-03 21:25:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
2023-08-04 21:14:09 +00:00
|
|
|
"clap 3.2.25",
|
2022-06-03 21:25:42 +00:00
|
|
|
"csv",
|
|
|
|
"encoding",
|
|
|
|
"env_logger",
|
|
|
|
"glob",
|
|
|
|
"lindera-core",
|
|
|
|
"lindera-decompress",
|
|
|
|
"log",
|
|
|
|
"yada",
|
2020-08-16 16:39:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lindera-core"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.13.5"
|
2020-08-16 16:39:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "c726ee1bf3282621a802d50f5e03d3f88aae41456815e1d0cb2271a538ff83ec"
|
2020-08-16 16:39:04 +00:00
|
|
|
dependencies = [
|
2021-11-23 22:24:22 +00:00
|
|
|
"anyhow",
|
2020-08-16 16:39:04 +00:00
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"encoding",
|
2022-06-03 21:25:42 +00:00
|
|
|
"log",
|
2020-08-16 16:39:04 +00:00
|
|
|
"serde",
|
2021-11-23 22:24:22 +00:00
|
|
|
"thiserror",
|
|
|
|
"yada",
|
2020-08-16 16:39:04 +00:00
|
|
|
]
|
|
|
|
|
2022-06-03 21:25:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lindera-decompress"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.13.5"
|
2022-06-03 21:25:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "6f9df38ea9310a1256cdee64ff0ebe3f17c49314e3176e53d2213371729d6744"
|
2022-06-03 21:25:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"lzma-rs",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-16 16:39:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lindera-dictionary"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.13.5"
|
2020-08-16 16:39:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "0a525b654642ff9f27927c5abba33f4c651e984b54a65e4f787c0b8c8e22e4a6"
|
2020-08-16 16:39:04 +00:00
|
|
|
dependencies = [
|
2021-11-23 22:24:22 +00:00
|
|
|
"anyhow",
|
2020-08-16 16:39:04 +00:00
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"lindera-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-23 22:24:22 +00:00
|
|
|
name = "lindera-ipadic"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.13.5"
|
2020-08-16 16:39:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "4797e016fc7dc0709ddb8c31da3b9e923e33e14043a4ff58431dd9c447ffacd2"
|
2020-08-16 16:39:04 +00:00
|
|
|
dependencies = [
|
2021-11-23 22:24:22 +00:00
|
|
|
"bincode",
|
2020-08-16 16:39:04 +00:00
|
|
|
"byteorder",
|
2021-11-23 22:24:22 +00:00
|
|
|
"encoding",
|
|
|
|
"flate2",
|
|
|
|
"lindera-core",
|
|
|
|
"lindera-ipadic-builder",
|
2022-06-03 21:25:42 +00:00
|
|
|
"once_cell",
|
2021-11-23 22:24:22 +00:00
|
|
|
"tar",
|
2020-08-16 16:39:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-23 22:24:22 +00:00
|
|
|
name = "lindera-ipadic-builder"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.13.5"
|
2020-08-16 16:39:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "9bd3ecfb07e8810f5ba313fa836804b66120f0ea76c2d93948c2ddcf4f81fd90"
|
2020-08-16 16:39:04 +00:00
|
|
|
dependencies = [
|
2021-11-23 22:24:22 +00:00
|
|
|
"anyhow",
|
2020-08-16 16:39:04 +00:00
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
2023-08-04 21:14:09 +00:00
|
|
|
"clap 3.2.25",
|
2021-11-23 22:24:22 +00:00
|
|
|
"encoding",
|
2022-06-03 21:25:42 +00:00
|
|
|
"env_logger",
|
2021-11-23 22:24:22 +00:00
|
|
|
"glob",
|
2020-08-16 16:39:04 +00:00
|
|
|
"lindera-core",
|
2022-06-03 21:25:42 +00:00
|
|
|
"lindera-decompress",
|
|
|
|
"log",
|
2021-11-23 22:24:22 +00:00
|
|
|
"serde",
|
|
|
|
"yada",
|
2020-08-16 16:39:04 +00:00
|
|
|
]
|
|
|
|
|
2022-06-03 21:25:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lindera-ko-dic-builder"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.13.5"
|
2022-06-03 21:25:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "fc86f26560ea69e91413eecc078d8e13f39b3c1fdc5a242d79d7622f6fab3a83"
|
2022-06-03 21:25:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
2023-08-04 21:14:09 +00:00
|
|
|
"clap 3.2.25",
|
2022-06-03 21:25:42 +00:00
|
|
|
"csv",
|
|
|
|
"encoding",
|
|
|
|
"env_logger",
|
|
|
|
"glob",
|
|
|
|
"lindera-core",
|
|
|
|
"lindera-decompress",
|
|
|
|
"log",
|
|
|
|
"yada",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lindera-unidic-builder"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.13.5"
|
2022-06-03 21:25:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "05c1bb8b7d38ffec7d949ee2c603b6ef96dfa7cf4937e91bad295a2d2b267b82"
|
2022-06-03 21:25:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
2023-08-04 21:14:09 +00:00
|
|
|
"clap 3.2.25",
|
2022-06-03 21:25:42 +00:00
|
|
|
"csv",
|
|
|
|
"encoding",
|
|
|
|
"env_logger",
|
|
|
|
"glob",
|
|
|
|
"lindera-core",
|
|
|
|
"lindera-decompress",
|
|
|
|
"log",
|
|
|
|
"yada",
|
|
|
|
]
|
|
|
|
|
2019-03-08 20:41:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
2019-03-08 20:41:31 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"safemem",
|
2019-03-08 20:41:31 +00:00
|
|
|
]
|
|
|
|
|
2018-07-16 19:13:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "link_checker"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"config",
|
|
|
|
"errors",
|
2022-02-01 22:02:03 +00:00
|
|
|
"libs",
|
2023-02-11 23:27:42 +00:00
|
|
|
"mockito",
|
2022-01-10 12:56:46 +00:00
|
|
|
"utils",
|
2018-07-16 19:13:00 +00:00
|
|
|
]
|
|
|
|
|
2018-05-27 05:19:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.5.6"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.5"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2021-10-19 19:24:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.10"
|
2021-10-19 19:24:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2021-10-19 19:24:21 +00:00
|
|
|
dependencies = [
|
2022-05-05 21:41:06 +00:00
|
|
|
"autocfg",
|
2021-10-19 19:24:21 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.19"
|
2020-06-29 18:02:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2020-06-29 18:02:05 +00:00
|
|
|
|
2022-06-03 21:25:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-rs"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aba8ecb0450dfabce4ad72085eed0a75dffe8f21f7ada05638564ea9db2d7fb1"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
2019-08-24 20:23:08 +00:00
|
|
|
version = "1.0.2"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2022-04-26 18:51:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "markdown"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"config",
|
2022-05-11 19:54:34 +00:00
|
|
|
"console 0.1.0",
|
2022-04-26 18:51:04 +00:00
|
|
|
"errors",
|
|
|
|
"insta",
|
|
|
|
"libs",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"templates",
|
|
|
|
"utils",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
2022-05-05 21:41:06 +00:00
|
|
|
version = "0.11.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 21:41:06 +00:00
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"log",
|
2022-08-14 13:47:10 +00:00
|
|
|
"phf 0.10.1",
|
|
|
|
"phf_codegen 0.10.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-05 21:41:06 +00:00
|
|
|
version = "2.5.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 21:41:06 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.9.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2019-08-04 14:16:43 +00:00
|
|
|
dependencies = [
|
2020-05-27 19:18:35 +00:00
|
|
|
"autocfg",
|
2019-08-04 14:16:43 +00:00
|
|
|
]
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.17"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2021-01-15 20:36:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-02-25 16:13:29 +00:00
|
|
|
version = "2.0.4"
|
2021-01-15 20:36:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 16:13:29 +00:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2021-01-15 20:36:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-03-04 20:28:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minidom"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe549115a674f5ec64c754d85e37d6f42664bd0ef4ffb62b619489ad99c6cb1a"
|
|
|
|
dependencies = [
|
2023-01-18 19:55:47 +00:00
|
|
|
"quick-xml 0.17.2",
|
2022-03-04 20:28:08 +00:00
|
|
|
]
|
|
|
|
|
2020-08-28 17:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minify-html"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.11.1"
|
2022-07-10 14:31:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "fc4d9147754a49e80557df835eb59e743eab1bf75410a134f55dc4b9dbb692ad"
|
2022-07-10 14:31:09 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"aho-corasick 0.7.20",
|
2022-07-10 14:31:09 +00:00
|
|
|
"css-minify",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"minify-js",
|
2023-01-08 22:05:13 +00:00
|
|
|
"rustc-hash",
|
2022-07-10 14:31:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minify-js"
|
2023-02-08 22:20:07 +00:00
|
|
|
version = "0.4.3"
|
2020-08-28 17:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 22:20:07 +00:00
|
|
|
checksum = "c300f90ba1138b5c5daf5d9441dc9bdc67b808aac22cf638362a2647bc213be4"
|
2020-08-28 17:39:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2023-01-02 21:48:39 +00:00
|
|
|
"parse-js",
|
2020-08-28 17:39:19 +00:00
|
|
|
]
|
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-02-25 16:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.7.1"
|
2022-02-25 16:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2022-02-25 16:13:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2023-08-04 21:14:09 +00:00
|
|
|
"simd-adler32",
|
2022-02-25 16:13:29 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-12-14 19:45:32 +00:00
|
|
|
version = "0.6.23"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 19:45:32 +00:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-10-30 15:52:01 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-24 18:01:00 +00:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-06-10 18:14:38 +00:00
|
|
|
"miow",
|
2020-05-24 18:01:00 +00:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2021-01-05 21:06:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.8.8"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2021-01-05 21:06:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-03-23 09:00:55 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-01-05 21:06:52 +00:00
|
|
|
]
|
|
|
|
|
2018-05-27 05:19:01 +00:00
|
|
|
[[package]]
|
2018-09-03 16:02:01 +00:00
|
|
|
name = "mio-extras"
|
2019-12-07 16:50:51 +00:00
|
|
|
version = "2.0.6"
|
2018-05-27 05:19:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
2018-05-27 05:19:01 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"lazycell",
|
|
|
|
"log",
|
2021-01-05 21:06:52 +00:00
|
|
|
"mio 0.6.23",
|
2020-05-24 18:01:00 +00:00
|
|
|
"slab",
|
2018-05-27 05:19:01 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-11-28 12:04:49 +00:00
|
|
|
version = "0.2.2"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-28 12:04:49 +00:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-04-12 15:21:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mockito"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.31.1"
|
2020-04-12 15:21:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "80f9fece9bd97ab74339fe19f4bcaf52b76dcc18e5364c7977c1838f76b38de9"
|
2020-04-12 15:21:04 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"assert-json-diff",
|
|
|
|
"colored",
|
|
|
|
"httparse",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2022-02-25 16:13:29 +00:00
|
|
|
"rand 0.8.5",
|
2020-05-24 18:01:00 +00:00
|
|
|
"regex",
|
|
|
|
"serde_json",
|
2021-02-02 19:20:39 +00:00
|
|
|
"serde_urlencoded",
|
2022-03-04 20:35:24 +00:00
|
|
|
"similar",
|
2019-12-23 15:16:56 +00:00
|
|
|
]
|
|
|
|
|
2022-07-07 21:19:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mutate_once"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
|
|
|
|
|
2022-02-01 22:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
2022-03-23 09:00:55 +00:00
|
|
|
version = "0.7.0"
|
2022-02-01 22:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 09:00:55 +00:00
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
2022-02-01 22:02:03 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"getrandom 0.2.10",
|
2022-02-01 22:02:03 +00:00
|
|
|
]
|
|
|
|
|
2023-01-20 19:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.39"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-10-30 15:52:01 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2020-06-29 18:02:05 +00:00
|
|
|
"winapi 0.3.9",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2020-01-26 01:55:37 +00:00
|
|
|
version = "1.0.4"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-01-18 19:55:47 +00:00
|
|
|
version = "0.26.2"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 19:55:47 +00:00
|
|
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-03-21 17:15:38 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2023-01-02 21:48:39 +00:00
|
|
|
"static_assertions",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-11-21 10:44:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "5.1.3"
|
2020-11-21 10:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
|
2020-11-21 10:44:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-07-10 14:31:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-18 19:55:47 +00:00
|
|
|
version = "7.1.3"
|
2022-07-10 14:31:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 19:55:47 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-07-10 14:31:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-01-08 22:05:13 +00:00
|
|
|
"minimal-lexical",
|
2022-07-10 14:31:09 +00:00
|
|
|
]
|
|
|
|
|
2020-11-21 10:44:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom-bibtex"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.0"
|
2020-11-21 10:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "f0e7b3da54456f8dcb940ebd17daa4ef2bc439504fbc034e672cff4392816329"
|
2020-11-21 10:44:42 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"nom 7.1.3",
|
2020-11-21 10:44:42 +00:00
|
|
|
"nom-tracable",
|
2023-08-04 21:14:09 +00:00
|
|
|
"nom_locate 4.1.0",
|
2020-11-21 10:44:42 +00:00
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom-tracable"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.8.0"
|
2020-11-21 10:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "02e0d5ea9205a12f87381f7449d43a9ff1dd888af72ef01a858ecccd6d4182de"
|
2020-11-21 10:44:42 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"nom 7.1.3",
|
2020-11-21 10:44:42 +00:00
|
|
|
"nom-tracable-macros",
|
|
|
|
"nom_locate 1.0.0",
|
2023-08-04 21:14:09 +00:00
|
|
|
"nom_locate 4.1.0",
|
2020-11-21 10:44:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom-tracable-macros"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.8.0"
|
2020-11-21 10:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "9a6ae7ea2ecde0ee81e0eb45ce5415f2d3b0ef3c30688b0e85d127d43e0f6913"
|
2020-11-21 10:44:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 1.0.109",
|
2020-11-21 10:44:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom_locate"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f932834fd8e391fc7710e2ba17e8f9f8645d846b55aa63207e17e110a1e1ce35"
|
|
|
|
dependencies = [
|
|
|
|
"bytecount 0.3.2",
|
|
|
|
"memchr",
|
2023-08-04 21:14:09 +00:00
|
|
|
"nom 5.1.3",
|
2020-11-21 10:44:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom_locate"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "4.1.0"
|
2020-11-21 10:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "b1e299bf5ea7b212e811e71174c5d1a5d065c4c0ad0c8691ecb1f97e3e66025e"
|
2020-11-21 10:44:42 +00:00
|
|
|
dependencies = [
|
2022-06-10 18:14:38 +00:00
|
|
|
"bytecount 0.6.3",
|
2020-11-21 10:44:42 +00:00
|
|
|
"memchr",
|
2023-08-04 21:14:09 +00:00
|
|
|
"nom 7.1.3",
|
2020-11-21 10:44:42 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2021-05-23 16:08:17 +00:00
|
|
|
version = "4.0.17"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 16:08:17 +00:00
|
|
|
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
2021-01-05 21:06:52 +00:00
|
|
|
"mio 0.6.23",
|
2020-05-24 18:01:00 +00:00
|
|
|
"mio-extras",
|
|
|
|
"walkdir",
|
2020-06-29 18:02:05 +00:00
|
|
|
"winapi 0.3.9",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2021-06-25 08:07:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-format"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.4.4"
|
2021-06-25 08:07:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
2021-06-25 08:07:52 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"arrayvec 0.7.4",
|
2023-02-14 20:13:25 +00:00
|
|
|
"itoa",
|
2021-06-25 08:07:52 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-05 21:41:06 +00:00
|
|
|
version = "0.1.45"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 21:41:06 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-27 19:18:35 +00:00
|
|
|
"autocfg",
|
2020-05-24 18:01:00 +00:00
|
|
|
"num-traits",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2018-02-02 20:35:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.4.1"
|
2018-02-02 20:35:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
2018-02-02 20:35:04 +00:00
|
|
|
dependencies = [
|
2020-05-27 19:18:35 +00:00
|
|
|
"autocfg",
|
2020-05-24 18:01:00 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2018-02-02 20:35:04 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.16"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2019-05-27 12:16:46 +00:00
|
|
|
dependencies = [
|
2020-05-27 19:18:35 +00:00
|
|
|
"autocfg",
|
2019-05-27 12:16:46 +00:00
|
|
|
]
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.16.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"hermit-abi 0.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2020-05-12 18:07:02 +00:00
|
|
|
]
|
|
|
|
|
2022-01-23 12:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2022-05-05 21:41:06 +00:00
|
|
|
version = "0.1.6"
|
2022-01-23 12:54:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 21:41:06 +00:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2022-01-23 12:54:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.31.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-05-12 18:07:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.18.0"
|
2020-05-12 18:07:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2020-05-12 18:07:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
2022-08-10 21:39:13 +00:00
|
|
|
version = "6.4.0"
|
2020-05-12 18:07:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:39:13 +00:00
|
|
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
2020-05-12 18:07:02 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2022-08-10 21:39:13 +00:00
|
|
|
"once_cell",
|
2020-05-24 18:01:00 +00:00
|
|
|
"onig_sys",
|
2020-05-12 18:07:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
2022-08-10 21:39:13 +00:00
|
|
|
version = "69.8.1"
|
2020-05-12 18:07:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 21:39:13 +00:00
|
|
|
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
2020-05-12 18:07:02 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2019-04-18 16:55:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2019-08-04 14:16:43 +00:00
|
|
|
version = "0.2.3"
|
2019-04-18 16:55:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
2019-04-18 16:55:09 +00:00
|
|
|
|
2019-07-04 21:42:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "5.0.0"
|
2019-07-04 21:42:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8"
|
2019-07-04 21:42:37 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"is-wsl",
|
|
|
|
"libc",
|
2021-07-18 11:55:27 +00:00
|
|
|
"pathdiff",
|
2019-07-04 21:42:37 +00:00
|
|
|
]
|
|
|
|
|
2023-01-20 19:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.10.55"
|
2023-01-20 19:59:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
|
2023-01-20 19:59:44 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-01-20 19:59:44 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-macros",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.1.1"
|
2023-01-20 19:59:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2023-01-20 19:59:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 2.0.28",
|
2023-01-20 19:59:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.9.90"
|
2023-01-20 19:59:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
2023-01-20 19:59:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-01-23 19:21:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "6.5.1"
|
2022-01-23 19:21:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
|
2022-02-25 16:13:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-06-10 18:14:38 +00:00
|
|
|
version = "0.12.1"
|
2022-02-25 16:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-10 18:14:38 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-02-25 16:13:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-05-05 21:41:06 +00:00
|
|
|
"parking_lot_core",
|
2021-10-19 19:24:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.9.8"
|
2022-02-25 16:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2022-02-25 16:13:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2023-08-04 21:14:09 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2022-02-25 16:13:29 +00:00
|
|
|
"smallvec",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-targets 0.48.1",
|
2023-01-02 21:48:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parse-js"
|
2023-01-08 22:05:13 +00:00
|
|
|
version = "0.10.3"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 22:05:13 +00:00
|
|
|
checksum = "30534759e6ad87aa144c396544747e1c25b1020bd133356fd758c8facec764e5"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"aho-corasick 0.7.20",
|
2023-01-02 21:48:39 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
2022-02-25 16:13:29 +00:00
|
|
|
]
|
|
|
|
|
2019-09-25 02:12:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
2020-06-15 16:13:11 +00:00
|
|
|
version = "0.3.0"
|
2019-09-25 02:12:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 16:13:11 +00:00
|
|
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
2019-09-25 02:12:13 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"regex",
|
2019-09-25 02:12:13 +00:00
|
|
|
]
|
|
|
|
|
2021-03-22 19:56:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "path-slash"
|
2022-08-07 10:44:42 +00:00
|
|
|
version = "0.2.1"
|
2021-03-22 19:56:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 10:44:42 +00:00
|
|
|
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
|
2021-03-22 19:56:11 +00:00
|
|
|
|
2021-07-18 11:55:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
2021-10-19 19:24:21 +00:00
|
|
|
version = "0.2.1"
|
2021-07-18 11:55:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-19 19:24:21 +00:00
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
2021-07-18 11:55:27 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.3.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2018-10-09 13:24:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.7.2"
|
2018-10-09 13:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a"
|
2018-10-09 13:24:56 +00:00
|
|
|
dependencies = [
|
2022-08-07 10:44:42 +00:00
|
|
|
"thiserror",
|
2020-05-24 18:01:00 +00:00
|
|
|
"ucd-trie",
|
2018-10-09 13:24:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.7.2"
|
2018-10-09 13:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853"
|
2018-10-09 13:24:56 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2018-10-09 13:24:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.7.2"
|
2018-10-09 13:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929"
|
2018-10-09 13:24:56 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 2.0.28",
|
2018-10-09 13:24:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.7.2"
|
2018-10-09 13:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48"
|
2018-10-09 13:24:56 +00:00
|
|
|
dependencies = [
|
2022-08-07 10:44:42 +00:00
|
|
|
"once_cell",
|
2020-05-24 18:01:00 +00:00
|
|
|
"pest",
|
2023-01-12 22:51:35 +00:00
|
|
|
"sha2",
|
2018-10-09 13:24:56 +00:00
|
|
|
]
|
|
|
|
|
2021-08-24 06:50:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-01-13 22:53:01 +00:00
|
|
|
version = "0.10.1"
|
2021-08-24 06:50:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 22:53:01 +00:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2021-08-24 06:50:44 +00:00
|
|
|
dependencies = [
|
2023-01-08 22:05:13 +00:00
|
|
|
"phf_macros",
|
2022-08-14 13:47:10 +00:00
|
|
|
"phf_shared 0.10.0",
|
2023-01-08 22:05:13 +00:00
|
|
|
"proc-macro-hack",
|
2022-08-14 13:47:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.11.2"
|
2022-08-14 13:47:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2022-08-14 13:47:10 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"phf_shared 0.11.2",
|
2020-05-12 18:07:02 +00:00
|
|
|
]
|
|
|
|
|
2021-10-19 19:24:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
|
|
dependencies = [
|
2022-08-14 13:47:10 +00:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.11.2"
|
2022-08-14 13:47:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
2022-08-14 13:47:10 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"phf_generator 0.11.2",
|
|
|
|
"phf_shared 0.11.2",
|
2020-05-12 18:07:02 +00:00
|
|
|
]
|
|
|
|
|
2021-10-19 19:24:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
2022-08-14 13:47:10 +00:00
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.11.2"
|
2022-08-14 13:47:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2022-08-14 13:47:10 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"phf_shared 0.11.2",
|
2022-02-25 16:13:29 +00:00
|
|
|
"rand 0.8.5",
|
2021-10-19 19:24:21 +00:00
|
|
|
]
|
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-08 22:05:13 +00:00
|
|
|
]
|
|
|
|
|
2021-08-24 06:50:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2022-08-14 13:47:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
2023-03-13 21:44:07 +00:00
|
|
|
"uncased",
|
2022-08-14 13:47:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.11.2"
|
2022-08-14 13:47:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2021-08-24 06:50:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-02-01 22:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.1.2"
|
2022-02-01 22:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
|
2022-02-01 22:02:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.1.2"
|
2022-02-01 22:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
|
2022-02-01 22:02:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 2.0.28",
|
2022-02-01 22:02:03 +00:00
|
|
|
]
|
|
|
|
|
2020-11-21 11:30:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.10"
|
2020-11-21 11:30:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
|
2020-11-21 11:30:55 +00:00
|
|
|
|
2019-12-31 09:35:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-04-27 07:49:05 +00:00
|
|
|
version = "0.1.0"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2019-12-31 09:35:13 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.27"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.5.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-02-24 21:03:52 +00:00
|
|
|
"base64",
|
2023-08-04 21:14:09 +00:00
|
|
|
"indexmap 1.9.3",
|
2020-05-24 18:01:00 +00:00
|
|
|
"line-wrap",
|
2023-08-04 21:14:09 +00:00
|
|
|
"quick-xml 0.29.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"serde",
|
2022-05-05 21:41:06 +00:00
|
|
|
"time",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2018-02-02 20:35:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.17.9"
|
2018-02-02 20:35:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11"
|
2018-02-02 20:35:04 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"crc32fast",
|
2023-08-04 21:14:09 +00:00
|
|
|
"fdeflate",
|
2022-09-19 11:25:09 +00:00
|
|
|
"flate2",
|
2022-05-05 21:41:06 +00:00
|
|
|
"miniz_oxide",
|
2018-02-02 20:35:04 +00:00
|
|
|
]
|
|
|
|
|
2019-07-10 21:38:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.2.17"
|
2019-07-10 21:38:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2019-07-10 21:38:32 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2022-01-23 19:21:41 +00: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",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 1.0.109",
|
2022-01-23 19:21:41 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.20+deprecated"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.66"
|
2019-08-24 17:13:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2019-08-24 17:13:26 +00:00
|
|
|
dependencies = [
|
2022-06-10 18:14:38 +00:00
|
|
|
"unicode-ident",
|
2019-08-24 17:13:26 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.9.3"
|
2019-03-15 20:24:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
|
2019-03-15 20:24:06 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"memchr",
|
|
|
|
"unicase",
|
2019-03-15 20:24:06 +00:00
|
|
|
]
|
|
|
|
|
2022-09-19 11:25:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pure-rust-locales"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b45c49fc4f91f35bae654f85ebb3a44d60ac64f11b3166ffa609def390c732d8"
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "qoi"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2020-11-21 10:44:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.0.1"
|
2020-11-21 10:44:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
2020-11-21 10:44:42 +00:00
|
|
|
|
2022-03-04 20:28:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.17.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-01-18 19:55:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.29.0"
|
2023-01-18 19:55:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
|
2023-01-18 19:55:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-03-04 20:28:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quickxml_to_serde"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26f35112b35480fd72f63444289083eeedbd61d13907c82c4309f0ccda35e244"
|
|
|
|
dependencies = [
|
|
|
|
"minidom",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.32"
|
2019-08-24 17:13:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
2019-08-24 17:13:26 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"proc-macro2",
|
2020-05-12 18:07:02 +00:00
|
|
|
]
|
|
|
|
|
2019-07-10 21:38:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-01-26 01:55:37 +00:00
|
|
|
version = "0.7.3"
|
2019-07-10 21:38:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-07-10 21:38:32 +00:00
|
|
|
dependencies = [
|
2021-01-05 21:06:52 +00:00
|
|
|
"getrandom 0.1.16",
|
2020-05-24 18:01:00 +00:00
|
|
|
"libc",
|
2021-01-05 21:06:52 +00:00
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2022-02-25 16:13:29 +00:00
|
|
|
"rand_hc",
|
2020-05-12 18:07:02 +00:00
|
|
|
]
|
|
|
|
|
2021-01-05 21:06:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-25 16:13:29 +00:00
|
|
|
version = "0.8.5"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 16:13:29 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-05 21:06:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-06-24 19:59:41 +00:00
|
|
|
"rand_chacha 0.3.1",
|
2022-09-19 11:25:09 +00:00
|
|
|
"rand_core 0.6.4",
|
2021-01-05 21:06:52 +00:00
|
|
|
]
|
|
|
|
|
2018-11-22 18:08:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-03-12 17:44:14 +00:00
|
|
|
version = "0.2.2"
|
2019-07-10 21:38:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-07-10 21:38:32 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"ppv-lite86",
|
2021-01-05 21:06:52 +00:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-24 19:59:41 +00:00
|
|
|
version = "0.3.1"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 19:59:41 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-05 21:06:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-09-19 11:25:09 +00:00
|
|
|
"rand_core 0.6.4",
|
2020-05-12 18:07:02 +00:00
|
|
|
]
|
|
|
|
|
2019-07-10 21:38:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-29 18:08:02 +00:00
|
|
|
version = "0.5.1"
|
2019-07-10 21:38:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-07-10 21:38:32 +00:00
|
|
|
dependencies = [
|
2021-01-05 21:06:52 +00:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-19 11:25:09 +00:00
|
|
|
version = "0.6.4"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-19 11:25:09 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-01-05 21:06:52 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"getrandom 0.2.10",
|
2019-07-10 21:38:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-07-10 21:38:32 +00:00
|
|
|
dependencies = [
|
2021-01-05 21:06:52 +00:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "1.7.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "1.11.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-08-28 17:49:19 +00:00
|
|
|
"crossbeam-channel",
|
2020-05-24 18:01:00 +00:00
|
|
|
"crossbeam-deque",
|
2020-11-28 12:04:49 +00:00
|
|
|
"crossbeam-utils",
|
2020-05-24 18:01:00 +00:00
|
|
|
"num_cpus",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-07 10:44:42 +00:00
|
|
|
version = "0.2.16"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 10:44:42 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-02-02 19:20:39 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
2021-02-02 19:20:39 +00:00
|
|
|
]
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.9.1"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"aho-corasick 1.0.2",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 1.0.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"memchr",
|
2021-11-23 22:24:22 +00:00
|
|
|
"regex-syntax",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-05-12 18:07:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.7.4"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2020-09-21 16:02:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "1.8.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2018-07-16 19:13:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.11.18"
|
2018-07-16 19:13:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
2020-05-24 18:01:00 +00:00
|
|
|
dependencies = [
|
2023-02-24 21:03:52 +00:00
|
|
|
"base64",
|
2023-02-08 22:20:07 +00:00
|
|
|
"bytes 1.4.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-13 22:53:01 +00:00
|
|
|
"h2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"http",
|
2021-01-05 21:11:15 +00:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2020-05-24 18:01:00 +00:00
|
|
|
"hyper-rustls",
|
2023-01-20 19:59:44 +00:00
|
|
|
"hyper-tls",
|
2020-07-24 21:00:00 +00:00
|
|
|
"ipnet",
|
2020-05-24 18:01:00 +00:00
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2023-01-20 19:59:44 +00:00
|
|
|
"native-tls",
|
2023-01-02 21:48:39 +00:00
|
|
|
"once_cell",
|
2020-05-24 18:01:00 +00:00
|
|
|
"percent-encoding",
|
2021-01-05 21:11:15 +00:00
|
|
|
"pin-project-lite",
|
2020-05-24 18:01:00 +00:00
|
|
|
"rustls",
|
2021-12-05 10:17:39 +00:00
|
|
|
"rustls-pemfile",
|
2020-05-24 18:01:00 +00:00
|
|
|
"serde",
|
2021-10-19 19:24:21 +00:00
|
|
|
"serde_json",
|
2021-02-02 19:20:39 +00:00
|
|
|
"serde_urlencoded",
|
2021-01-05 21:11:15 +00:00
|
|
|
"tokio",
|
2023-01-20 19:59:44 +00:00
|
|
|
"tokio-native-tls",
|
2020-05-24 18:01:00 +00:00
|
|
|
"tokio-rustls",
|
2022-07-10 14:31:09 +00:00
|
|
|
"tower-service",
|
2020-05-24 18:01:00 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
2018-07-16 19:13:00 +00:00
|
|
|
]
|
|
|
|
|
2020-02-07 20:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-02 19:20:39 +00:00
|
|
|
version = "0.16.20"
|
2020-02-07 20:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-02 19:20:39 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-02-07 20:16:44 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-02-01 22:02:03 +00:00
|
|
|
"spin 0.5.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2020-06-29 18:02:05 +00:00
|
|
|
"winapi 0.3.9",
|
2020-02-07 20:16:44 +00:00
|
|
|
]
|
|
|
|
|
2020-06-18 09:36:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
2023-02-08 22:20:07 +00:00
|
|
|
version = "0.18.0"
|
2020-06-18 09:36:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 22:20:07 +00:00
|
|
|
checksum = "d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8"
|
2020-06-18 09:36:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-stemmers"
|
2019-11-26 19:47:24 +00:00
|
|
|
version = "1.2.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2018-09-09 17:43:14 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2023-01-08 22:05:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2022-07-10 14:31:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.38.6"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "1ee020b1716f0a80e2ace9b03441a749e402e86712f15f16fe8a8f75afac732f"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 2.3.3",
|
2023-01-02 21:48:39 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-02 21:48:39 +00:00
|
|
|
]
|
|
|
|
|
2020-02-07 20:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.21.6"
|
2020-02-07 20:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
|
2020-02-07 20:16:44 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"log",
|
|
|
|
"ring",
|
2023-08-04 21:14:09 +00:00
|
|
|
"rustls-webpki",
|
2020-05-24 18:01:00 +00:00
|
|
|
"sct",
|
2021-12-05 10:17:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.3"
|
2021-12-05 10:17:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
2021-12-05 10:17:39 +00:00
|
|
|
dependencies = [
|
2023-02-24 21:03:52 +00:00
|
|
|
"base64",
|
2020-02-07 20:16:44 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "513722fd73ad80a71f72b61009ea1b584bcfa1483ca93949c8f290298837fa59"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2018-09-03 16:02:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.15"
|
2018-09-03 16:02:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2018-09-03 16:02:01 +00:00
|
|
|
|
2018-09-18 13:34:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
2019-10-28 12:51:22 +00:00
|
|
|
version = "0.3.3"
|
2018-09-18 13:34:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
2018-09-18 13:34:34 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-01-26 01:55:37 +00:00
|
|
|
version = "1.0.6"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"winapi-util",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2023-01-20 19:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.1.22"
|
2023-01-20 19:59:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
2023-01-20 19:59:44 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-20 19:59:44 +00:00
|
|
|
]
|
|
|
|
|
2019-06-18 23:05:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.2.0"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2020-02-07 20:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-12-05 10:17:39 +00:00
|
|
|
version = "0.7.0"
|
2020-02-07 20:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-05 10:17:39 +00:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2020-02-07 20:16:44 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-02-07 20:16:44 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "search"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-06-29 18:02:05 +00:00
|
|
|
"config",
|
2022-04-26 18:51:04 +00:00
|
|
|
"content",
|
2020-05-24 18:01:00 +00:00
|
|
|
"errors",
|
2022-02-01 22:02:03 +00:00
|
|
|
"libs",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2023-01-20 19:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.9.2"
|
2023-01-20 19:59:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2023-01-20 19:59:44 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-01-20 19:59:44 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.9.1"
|
2023-01-20 19:59:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2023-01-20 19:59:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-07-10 14:31:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.18"
|
2022-07-10 14:31:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
2023-02-08 22:20:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-07-10 14:31:09 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.181"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "6d3e73c93c3240c0bda063c239298e633114c69a888c3e37ca8bb33f343e9890"
|
2020-08-16 16:39:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.181"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "be02f6cb0cd3a5ec20bbcfbcbd749f57daddb1a0882dc2e46a6c236c90b977ed"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 2.0.28",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.104"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-02-14 20:13:25 +00:00
|
|
|
"itoa",
|
2020-05-24 18:01:00 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2023-01-27 21:25:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.6.3"
|
2023-01-27 21:25:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
2023-01-27 21:25:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-21 11:30:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-23 12:54:38 +00:00
|
|
|
version = "0.7.1"
|
2020-11-21 11:30:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 12:54:38 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-11-21 11:30:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-02-14 20:13:25 +00:00
|
|
|
"itoa",
|
2020-11-21 11:30:55 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-12-08 18:18:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.9.25"
|
2020-12-08 18:18:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
|
2020-12-08 18:18:14 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-02-14 20:13:25 +00:00
|
|
|
"itoa",
|
2022-01-13 22:53:01 +00:00
|
|
|
"ryu",
|
2020-12-08 18:18:14 +00:00
|
|
|
"serde",
|
2022-08-10 21:39:13 +00:00
|
|
|
"unsafe-libyaml",
|
2020-12-08 18:18:14 +00:00
|
|
|
]
|
|
|
|
|
2018-10-09 13:24:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2020-01-26 01:55:37 +00:00
|
|
|
version = "0.8.2"
|
2018-10-09 13:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
2018-10-09 13:24:56 +00:00
|
|
|
dependencies = [
|
2020-06-18 19:11:22 +00:00
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
2020-05-24 18:01:00 +00:00
|
|
|
"fake-simd",
|
2022-01-26 19:35:07 +00:00
|
|
|
"opaque-debug",
|
2018-10-09 13:24:56 +00:00
|
|
|
]
|
|
|
|
|
2020-05-23 09:46:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.10.7"
|
2020-05-23 09:46:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2020-05-23 09:46:50 +00:00
|
|
|
dependencies = [
|
2020-11-11 20:46:50 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-05-05 19:36:56 +00:00
|
|
|
"cpufeatures",
|
2023-08-04 21:14:09 +00:00
|
|
|
"digest 0.10.7",
|
2020-05-23 09:46:50 +00:00
|
|
|
]
|
|
|
|
|
2023-02-08 22:20:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.7"
|
2023-02-08 22:20:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2023-02-08 22:20:07 +00:00
|
|
|
|
2022-02-25 16:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "2.2.1"
|
2022-02-25 16:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
2022-02-25 16:13:29 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-03-23 09:00:55 +00:00
|
|
|
version = "0.3.10"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 09:00:55 +00:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "site"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"config",
|
2022-05-11 19:54:34 +00:00
|
|
|
"console 0.1.0",
|
2022-04-26 18:51:04 +00:00
|
|
|
"content",
|
2020-05-24 18:01:00 +00:00
|
|
|
"errors",
|
|
|
|
"imageproc",
|
2022-02-01 22:02:03 +00:00
|
|
|
"libs",
|
2020-05-24 18:01:00 +00:00
|
|
|
"link_checker",
|
2021-03-22 19:56:11 +00:00
|
|
|
"path-slash",
|
2020-05-24 18:01:00 +00:00
|
|
|
"search",
|
|
|
|
"serde",
|
|
|
|
"tempfile",
|
|
|
|
"templates",
|
|
|
|
"utils",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2023-02-08 22:20:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "skeptic"
|
|
|
|
version = "0.13.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
|
|
|
|
dependencies = [
|
|
|
|
"bytecount 0.6.3",
|
|
|
|
"cargo_metadata",
|
|
|
|
"error-chain",
|
|
|
|
"glob",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"tempfile",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-02-24 21:03:52 +00:00
|
|
|
version = "0.4.8"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 21:03:52 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-07-25 12:56:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slug"
|
2018-09-09 17:43:14 +00:00
|
|
|
version = "0.1.4"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"deunicode",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-08-16 16:39:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.11.0"
|
2020-08-16 16:39:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2020-08-16 16:39:04 +00:00
|
|
|
|
2020-06-15 16:13:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.4.9"
|
2020-06-15 16:13:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2020-06-15 16:13:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-06-29 18:02:05 +00:00
|
|
|
"winapi 0.3.9",
|
2020-06-15 16:13:11 +00:00
|
|
|
]
|
|
|
|
|
2020-02-07 20:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2020-02-07 20:16:44 +00:00
|
|
|
|
2022-02-01 22:02:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.9.8"
|
2022-02-01 22:02:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-02-01 22:02:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2020-11-21 10:44:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.8.7"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"new_debug_unreachable",
|
2022-05-05 21:41:06 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2022-08-14 13:47:10 +00:00
|
|
|
"phf_shared 0.10.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2022-05-05 21:41:06 +00:00
|
|
|
version = "0.5.2"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 21:41:06 +00:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2022-08-14 13:47:10 +00:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2022-01-23 19:21:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2020-06-18 09:36:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "svg_metadata"
|
2023-02-08 22:20:07 +00:00
|
|
|
version = "0.4.4"
|
2020-06-18 09:36:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 22:20:07 +00:00
|
|
|
checksum = "a42f3d2c6f543a8c57cdb434697334f33faf56f9acc141e2bbe4bb1994055200"
|
2020-06-18 09:36:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"roxmltree",
|
2023-02-08 22:20:07 +00:00
|
|
|
"skeptic",
|
2020-06-18 09:36:11 +00:00
|
|
|
]
|
|
|
|
|
2019-08-24 17:13:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-24 21:03:52 +00:00
|
|
|
version = "1.0.109"
|
2019-08-24 17:13:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 21:03:52 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2019-08-24 17:13:26 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-10 18:14:38 +00:00
|
|
|
"unicode-ident",
|
2019-08-24 17:13:26 +00:00
|
|
|
]
|
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syntect"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "5.1.0"
|
2021-08-12 06:54:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"bincode",
|
2023-08-04 21:14:09 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-05-24 18:01:00 +00:00
|
|
|
"flate2",
|
|
|
|
"fnv",
|
2022-05-05 21:41:06 +00:00
|
|
|
"once_cell",
|
2020-05-24 18:01:00 +00:00
|
|
|
"onig",
|
|
|
|
"plist",
|
2021-11-23 22:24:22 +00:00
|
|
|
"regex-syntax",
|
2020-05-24 18:01:00 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-05-05 21:41:06 +00:00
|
|
|
"thiserror",
|
2020-05-24 18:01:00 +00:00
|
|
|
"walkdir",
|
|
|
|
"yaml-rust",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2021-11-23 22:24:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.39"
|
2021-11-23 22:24:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96"
|
2021-11-23 22:24:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
2018-04-25 08:28:23 +00:00
|
|
|
name = "tempfile"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "3.7.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2021-02-02 19:20:39 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-13 22:53:01 +00:00
|
|
|
"fastrand",
|
2023-08-04 21:14:09 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2023-03-13 21:44:07 +00:00
|
|
|
"rustix",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "templates"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"config",
|
2022-04-26 18:51:04 +00:00
|
|
|
"content",
|
2020-05-24 18:01:00 +00:00
|
|
|
"errors",
|
|
|
|
"imageproc",
|
2022-02-01 22:02:03 +00:00
|
|
|
"libs",
|
2022-04-26 18:51:04 +00:00
|
|
|
"markdown",
|
2023-02-11 23:27:42 +00:00
|
|
|
"mockito",
|
2021-05-11 16:28:01 +00:00
|
|
|
"tempfile",
|
2020-05-24 18:01:00 +00:00
|
|
|
"utils",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2022-05-05 21:41:06 +00:00
|
|
|
version = "0.4.3"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 21:41:06 +00:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tera"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.19.0"
|
2018-10-05 17:34:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"chrono",
|
|
|
|
"chrono-tz",
|
|
|
|
"globwalk",
|
|
|
|
"humansize",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2022-02-25 16:13:29 +00:00
|
|
|
"rand 0.8.5",
|
2020-05-24 18:01:00 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"slug",
|
2023-03-13 21:44:07 +00:00
|
|
|
"thread_local",
|
2020-05-24 18:01:00 +00:00
|
|
|
"unic-segment",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-09-22 14:05:07 +00:00
|
|
|
name = "termcolor"
|
2023-01-18 19:55:47 +00:00
|
|
|
version = "1.2.0"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-18 19:55:47 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"winapi-util",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-12-08 18:18:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test-case"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "3.1.0"
|
2021-01-17 08:41:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "2a1d6e7bde536b0412f20765b76e921028059adfd1b90d8974d33fd3c91b25df"
|
2022-06-10 18:14:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"test-case-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-14 20:13:25 +00:00
|
|
|
name = "test-case-core"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "3.1.0"
|
2022-06-10 18:14:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "d10394d5d1e27794f772b6fc854c7e91a2dc26e2cbf807ad523370c2a59c0cee"
|
2020-12-08 18:18:14 +00:00
|
|
|
dependencies = [
|
2021-01-09 09:16:50 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-03-23 09:00:55 +00:00
|
|
|
"proc-macro-error",
|
2020-12-08 18:18:14 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 1.0.109",
|
2020-12-08 18:18:14 +00:00
|
|
|
]
|
|
|
|
|
2023-02-14 20:13:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test-case-macros"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "3.1.0"
|
2023-02-14 20:13:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "eeb9a44b1c6a54c1ba58b152797739dba2a83ca74e18168a68c980eb142f9404"
|
2023-02-14 20:13:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 1.0.109",
|
2023-02-14 20:13:25 +00:00
|
|
|
"test-case-core",
|
|
|
|
]
|
|
|
|
|
2022-01-23 19:21:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.16.0"
|
2022-01-23 19:21:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2022-01-23 19:21:41 +00:00
|
|
|
|
2021-11-23 22:24:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.44"
|
2021-11-23 22:24:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
|
2021-11-23 22:24:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.44"
|
2021-11-23 22:24:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
2021-11-23 22:24:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 2.0.28",
|
2021-11-23 22:24:22 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "1.1.4"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2021-02-02 19:20:39 +00:00
|
|
|
"once_cell",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2020-02-10 19:48:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.8.1"
|
2020-02-10 19:48:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
|
2020-02-10 19:48:52 +00:00
|
|
|
dependencies = [
|
2022-02-01 22:02:03 +00:00
|
|
|
"flate2",
|
2022-05-05 21:41:06 +00:00
|
|
|
"jpeg-decoder",
|
2020-10-30 15:52:01 +00:00
|
|
|
"weezl",
|
2020-02-10 19:48:52 +00:00
|
|
|
]
|
|
|
|
|
2021-11-23 22:24:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.25"
|
2021-11-23 22:24:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "b0fdd63d58b18d663fbdf70e049f00a22c8e42be082203be7f26589213cd75ea"
|
2021-11-23 22:24:22 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"deranged",
|
2023-02-14 20:13:25 +00:00
|
|
|
"itoa",
|
2021-11-23 22:24:22 +00:00
|
|
|
"libc",
|
2022-01-23 12:54:38 +00:00
|
|
|
"num_threads",
|
2023-01-02 21:48:39 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-03-20 21:01:01 +00:00
|
|
|
"time-macros",
|
2021-11-23 22:24:22 +00:00
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.1.1"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2022-03-20 21:01:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.11"
|
2022-03-20 21:01:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-03-20 21:01:01 +00:00
|
|
|
|
2021-02-22 21:26:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
2023-01-27 21:14:16 +00:00
|
|
|
version = "0.7.1"
|
2021-02-22 21:26:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-27 21:14:16 +00:00
|
|
|
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
]
|
2021-02-22 21:26:19 +00:00
|
|
|
|
2020-06-18 19:11:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-05 21:41:06 +00:00
|
|
|
version = "1.6.0"
|
2020-06-18 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 21:41:06 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-11-15 09:13:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-08 22:20:07 +00:00
|
|
|
version = "0.1.1"
|
2020-11-15 09:13:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 22:20:07 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-06-18 19:11:22 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
2021-01-05 21:06:52 +00:00
|
|
|
name = "tokio"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.29.1"
|
2018-05-27 05:19:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
|
2018-05-27 05:19:01 +00:00
|
|
|
dependencies = [
|
2022-07-16 21:04:24 +00:00
|
|
|
"autocfg",
|
2023-08-04 21:14:09 +00:00
|
|
|
"backtrace",
|
2023-02-08 22:20:07 +00:00
|
|
|
"bytes 1.4.0",
|
2021-01-05 21:06:52 +00:00
|
|
|
"libc",
|
2023-08-04 21:14:09 +00:00
|
|
|
"mio 0.8.8",
|
2021-01-05 21:11:15 +00:00
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2022-02-25 16:13:29 +00:00
|
|
|
"socket2",
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-sys 0.48.0",
|
2018-05-27 05:19:01 +00:00
|
|
|
]
|
|
|
|
|
2023-01-20 19:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-02-08 22:20:07 +00:00
|
|
|
version = "0.3.1"
|
2023-01-20 19:59:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 22:20:07 +00:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2023-01-20 19:59:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-02-07 20:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.24.1"
|
2020-02-07 20:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2020-02-07 20:16:44 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"rustls",
|
2021-01-05 21:11:15 +00:00
|
|
|
"tokio",
|
2020-02-07 20:16:44 +00:00
|
|
|
]
|
|
|
|
|
2021-01-05 21:06:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.7.8"
|
2021-01-05 21:06:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2021-01-05 21:06:52 +00:00
|
|
|
dependencies = [
|
2023-02-08 22:20:07 +00:00
|
|
|
"bytes 1.4.0",
|
2021-01-05 21:06:52 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-01-05 21:11:15 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-05-05 21:41:06 +00:00
|
|
|
"tracing",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
2019-06-21 07:24:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-22 21:41:14 +00:00
|
|
|
version = "0.5.11"
|
2019-06-21 07:24:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-22 21:41:14 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2019-06-21 07:24:14 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"serde",
|
2019-06-21 07:24:14 +00:00
|
|
|
]
|
|
|
|
|
2023-01-27 21:25:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.7.6"
|
2023-01-27 21:25:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
|
2023-01-27 21:25:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.6.3"
|
2023-01-27 21:25:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-01-27 21:25:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.19.14"
|
2023-01-27 21:25:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
|
2023-01-27 21:25:05 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-01-27 21:25:05 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-02-24 21:03:52 +00:00
|
|
|
"winnow",
|
2023-01-27 21:25:05 +00:00
|
|
|
]
|
|
|
|
|
2019-12-31 09:35:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-10 14:31:09 +00:00
|
|
|
version = "0.3.2"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 14:31:09 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2019-12-31 09:35:13 +00:00
|
|
|
|
2020-07-22 16:58:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.1.37"
|
2020-07-22 16:58:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-07-22 16:58:13 +00:00
|
|
|
dependencies = [
|
2020-11-28 12:04:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-05 21:11:15 +00:00
|
|
|
"pin-project-lite",
|
2020-07-22 16:58:13 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.1.31"
|
2020-07-22 16:58:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2020-07-22 16:58:13 +00:00
|
|
|
dependencies = [
|
2022-06-10 18:14:38 +00:00
|
|
|
"once_cell",
|
2020-07-22 16:58:13 +00:00
|
|
|
]
|
|
|
|
|
2018-07-16 19:13:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-08 22:05:13 +00:00
|
|
|
version = "0.2.4"
|
2018-07-16 19:13:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-08 22:05:13 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2018-07-16 19:13:00 +00:00
|
|
|
|
2018-10-09 13:24:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "1.16.0"
|
2018-10-09 13:24:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2018-10-09 13:24:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.1.6"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2021-10-19 19:24:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uncased"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.9.9"
|
2021-10-19 19:24:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68"
|
2021-10-19 19:24:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-08-01 16:22:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
2019-03-08 20:41:31 +00:00
|
|
|
version = "0.9.0"
|
2018-08-01 16:22:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
2018-08-01 16:22:12 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"unic-char-range",
|
2018-08-01 16:22:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
2019-03-08 20:41:31 +00:00
|
|
|
version = "0.9.0"
|
2018-08-01 16:22:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
2018-08-01 16:22:12 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
2019-03-08 20:41:31 +00:00
|
|
|
version = "0.9.0"
|
2018-08-01 16:22:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
2018-08-01 16:22:12 +00:00
|
|
|
|
2021-02-22 21:26:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unic-langid"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.9.1"
|
2021-02-22 21:26:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
|
2021-02-22 21:26:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-impl"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.9.1"
|
2021-02-22 21:26:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
|
2021-02-22 21:26:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinystr",
|
|
|
|
]
|
|
|
|
|
2018-08-01 16:22:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unic-segment"
|
2019-03-08 20:41:31 +00:00
|
|
|
version = "0.9.0"
|
2018-08-01 16:22:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
2018-08-01 16:22:12 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"unic-ucd-segment",
|
2018-08-01 16:22:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-segment"
|
2019-03-08 20:41:31 +00:00
|
|
|
version = "0.9.0"
|
2018-08-01 16:22:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
2018-08-01 16:22:12 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
2018-08-01 16:22:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
2019-03-08 20:41:31 +00:00
|
|
|
version = "0.9.0"
|
2018-08-01 16:22:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
2018-08-01 16:22:12 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"unic-common",
|
2018-08-01 16:22:12 +00:00
|
|
|
]
|
|
|
|
|
2018-05-27 05:19:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-11-26 19:47:24 +00:00
|
|
|
version = "2.6.0"
|
2018-05-27 05:19:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2018-05-27 05:19:01 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"version_check",
|
2018-05-27 05:19:01 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.13"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2022-06-10 18:14:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "1.0.11"
|
2022-06-10 18:14:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2022-06-10 18:14:38 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-19 11:25:09 +00:00
|
|
|
version = "0.1.22"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-19 11:25:09 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2019-01-23 18:20:02 +00:00
|
|
|
dependencies = [
|
2020-06-18 19:11:22 +00:00
|
|
|
"tinyvec",
|
2019-01-23 18:20:02 +00:00
|
|
|
]
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2018-05-17 16:32:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-08 22:20:07 +00:00
|
|
|
version = "1.10.1"
|
2018-05-17 16:32:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 22:20:07 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2018-05-17 16:32:46 +00:00
|
|
|
|
2022-08-10 21:39:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.9"
|
2022-08-10 21:39:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
|
2022-08-10 21:39:13 +00:00
|
|
|
|
2020-02-07 20:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-05-12 18:07:02 +00:00
|
|
|
version = "0.7.1"
|
2020-02-07 20:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2020-02-07 20:16:44 +00:00
|
|
|
|
2019-08-07 22:37:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.4.0"
|
2019-08-07 22:37:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
2019-08-07 22:37:37 +00:00
|
|
|
dependencies = [
|
2020-11-11 20:46:50 +00:00
|
|
|
"form_urlencoded",
|
2020-05-24 18:01:00 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2019-08-07 22:37:37 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-04-21 19:43:02 +00:00
|
|
|
version = "0.7.6"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 19:43:02 +00:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"errors",
|
2022-02-01 22:02:03 +00:00
|
|
|
"libs",
|
2020-05-24 18:01:00 +00:00
|
|
|
"serde",
|
|
|
|
"tempfile",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2023-01-20 19:59:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2019-11-26 19:47:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-13 22:53:01 +00:00
|
|
|
version = "0.9.4"
|
2019-11-26 19:47:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 22:53:01 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-11-26 19:47:24 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "2.3.3"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2018-07-16 19:13:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.1"
|
2018-07-16 19:13:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2018-07-16 19:13:00 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"try-lock",
|
2018-07-16 19:13:00 +00:00
|
|
|
]
|
|
|
|
|
2019-08-15 18:33:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-01-26 01:55:37 +00:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-08-15 18:33:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-08-15 18:33:13 +00:00
|
|
|
|
2022-03-23 09:00:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2019-12-31 09:35:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.87"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2019-12-31 09:35:13 +00:00
|
|
|
dependencies = [
|
2020-12-14 19:45:32 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"wasm-bindgen-macro",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.87"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2019-12-31 09:35:13 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-07 10:44:42 +00:00
|
|
|
"once_cell",
|
2020-05-24 18:01:00 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 2.0.28",
|
2020-05-24 18:01:00 +00:00
|
|
|
"wasm-bindgen-shared",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.4.37"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2019-12-31 09:35:13 +00:00
|
|
|
dependencies = [
|
2020-12-14 19:45:32 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.87"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2019-12-31 09:35:13 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.87"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2019-12-31 09:35:13 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-04 21:14:09 +00:00
|
|
|
"syn 2.0.28",
|
2020-05-24 18:01:00 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.87"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2019-12-31 09:35:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.3.64"
|
2019-12-31 09:35:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2019-12-31 09:35:13 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2019-12-31 09:35:13 +00:00
|
|
|
]
|
|
|
|
|
2021-02-18 21:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webp"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.5"
|
2021-02-18 21:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "12ff0ebb440d1db63b778cb609db8a8abfda825a7841664a76a70b628502c7e1"
|
2021-02-18 21:30:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"image",
|
|
|
|
"libwebp-sys",
|
|
|
|
]
|
|
|
|
|
2021-12-05 10:17:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-02-07 20:16:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.22.6"
|
2020-02-07 20:16:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2020-02-07 20:16:44 +00:00
|
|
|
dependencies = [
|
2022-01-13 22:53:01 +00:00
|
|
|
"webpki",
|
2020-02-07 20:16:44 +00:00
|
|
|
]
|
|
|
|
|
2020-09-27 09:19:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2022-07-16 21:04:24 +00:00
|
|
|
version = "0.1.7"
|
2020-09-27 09:19:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-16 21:04:24 +00:00
|
|
|
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
|
2020-09-27 09:19:20 +00:00
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-29 18:02:05 +00:00
|
|
|
version = "0.3.9"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-29 18:02:05 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2018-09-03 16:02:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-04-27 07:49:05 +00:00
|
|
|
version = "0.1.5"
|
2018-09-03 16:02:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2018-09-03 16:02:01 +00:00
|
|
|
dependencies = [
|
2020-06-29 18:02:05 +00:00
|
|
|
"winapi 0.3.9",
|
2018-09-03 16:02:01 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-06-22 11:39:29 +00:00
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
2023-08-04 21:14:09 +00:00
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-01-02 21:48:39 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-targets 0.48.1",
|
2022-02-25 16:13:29 +00:00
|
|
|
]
|
|
|
|
|
2023-02-08 22:20:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.1",
|
2023-02-08 22:20:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.42.2"
|
2023-02-08 22:20:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-08 22:20:07 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2023-02-08 22:20:07 +00:00
|
|
|
]
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.42.2"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
2022-02-25 16:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.42.2"
|
2022-02-25 16:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
2022-02-25 16:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.42.2"
|
2022-02-25 16:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-02-25 16:13:29 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.42.2"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
2022-02-25 16:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.42.2"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.42.2"
|
2022-02-25 16:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-02-25 16:13:29 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
2023-01-02 21:48:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-13 21:44:07 +00:00
|
|
|
version = "0.42.2"
|
2023-01-02 21:48:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 21:44:07 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2023-01-02 21:48:39 +00:00
|
|
|
|
2023-08-04 21:14:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2023-02-24 21:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.5.3"
|
2023-02-24 21:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "f46aab759304e4d7b2075a9aecba26228bb073ee8c50db796b2c72c676b5d807"
|
2023-02-24 21:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-05-27 05:19:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-03-23 09:00:55 +00:00
|
|
|
version = "0.10.1"
|
2018-05-27 05:19:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 09:00:55 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2018-05-27 05:19:01 +00:00
|
|
|
dependencies = [
|
2020-06-29 18:02:05 +00:00
|
|
|
"winapi 0.3.9",
|
2018-05-27 05:19:01 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 11:42:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winres"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
|
|
|
|
dependencies = [
|
2023-01-27 21:25:05 +00:00
|
|
|
"toml 0.5.11",
|
2022-02-07 11:42:23 +00:00
|
|
|
]
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ws"
|
2022-02-25 16:13:29 +00:00
|
|
|
version = "0.9.2"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 16:13:29 +00:00
|
|
|
checksum = "25fe90c75f236a0a00247d5900226aea4f2d7b05ccc34da9e7a8880ff59b5848"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"byteorder",
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
2021-01-05 21:06:52 +00:00
|
|
|
"mio 0.6.23",
|
2020-05-24 18:01:00 +00:00
|
|
|
"mio-extras",
|
2021-01-05 21:06:52 +00:00
|
|
|
"rand 0.7.3",
|
2022-09-19 11:25:09 +00:00
|
|
|
"sha-1",
|
2020-05-24 18:01:00 +00:00
|
|
|
"slab",
|
|
|
|
"url",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 18:01:00 +00:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2021-11-23 22:24:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2022-05-05 21:41:06 +00:00
|
|
|
version = "0.2.3"
|
2021-11-23 22:24:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 21:41:06 +00:00
|
|
|
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
2021-11-23 22:24:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-18 09:36:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
2023-01-02 21:48:39 +00:00
|
|
|
version = "0.13.5"
|
2020-06-18 09:36:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-02 21:48:39 +00:00
|
|
|
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
|
2020-06-18 09:36:11 +00:00
|
|
|
|
2021-11-23 22:24:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yada"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6d12cb7a57bbf2ab670ed9545bae3648048547f9039279a89ce000208e585c1"
|
|
|
|
|
2018-06-22 11:39:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-01-05 21:06:52 +00:00
|
|
|
version = "0.4.5"
|
2018-06-22 11:39:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-05 21:06:52 +00:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2018-06-22 11:39:29 +00:00
|
|
|
dependencies = [
|
2020-05-24 18:01:00 +00:00
|
|
|
"linked-hash-map",
|
2018-06-22 11:39:29 +00:00
|
|
|
]
|
|
|
|
|
2018-10-18 20:50:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zola"
|
2023-08-04 21:03:08 +00:00
|
|
|
version = "0.18.0"
|
2018-10-18 20:50:06 +00:00
|
|
|
dependencies = [
|
2023-08-04 21:14:09 +00:00
|
|
|
"clap 4.3.19",
|
2022-01-23 19:21:41 +00:00
|
|
|
"clap_complete",
|
2022-05-11 19:54:34 +00:00
|
|
|
"console 0.1.0",
|
2020-05-24 18:01:00 +00:00
|
|
|
"ctrlc",
|
|
|
|
"errors",
|
2021-01-05 21:11:15 +00:00
|
|
|
"hyper",
|
2022-02-01 22:02:03 +00:00
|
|
|
"libs",
|
2022-06-10 19:20:24 +00:00
|
|
|
"mime",
|
2021-01-15 20:36:07 +00:00
|
|
|
"mime_guess",
|
2020-05-24 18:01:00 +00:00
|
|
|
"notify",
|
|
|
|
"open",
|
2021-09-11 07:31:34 +00:00
|
|
|
"pathdiff",
|
2021-03-11 18:47:42 +00:00
|
|
|
"same-file",
|
2020-05-24 18:01:00 +00:00
|
|
|
"site",
|
2022-05-05 21:41:06 +00:00
|
|
|
"time",
|
2021-01-05 21:11:15 +00:00
|
|
|
"tokio",
|
2020-05-24 18:01:00 +00:00
|
|
|
"utils",
|
2022-02-07 11:42:23 +00:00
|
|
|
"winres",
|
2020-05-24 18:01:00 +00:00
|
|
|
"ws",
|
|
|
|
]
|
2023-02-08 22:20:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-inflate"
|
2023-08-04 21:14:09 +00:00
|
|
|
version = "0.2.54"
|
2023-02-08 22:20:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 21:14:09 +00:00
|
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
2023-02-08 22:20:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|