1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-23 22:40:41 +02:00
crowbook/Cargo.lock

2592 lines
64 KiB
Plaintext
Raw Normal View History

2019-04-25 00:11:44 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2022-01-15 19:21:03 +01:00
version = 3
2020-07-07 00:40:45 +02:00
[[package]]
name = "addr2line"
2022-01-15 19:21:03 +01:00
version = "0.17.0"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"gimli",
2020-07-07 00:40:45 +02:00
]
[[package]]
name = "adler"
2022-01-15 19:21:03 +01:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aho-corasick"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
dependencies = [
"memchr",
]
2019-07-18 21:49:49 +02:00
[[package]]
name = "aho-corasick"
2022-01-15 19:21:03 +01:00
version = "0.7.18"
2019-07-18 21:49:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2019-07-18 21:49:49 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"memchr",
2017-01-06 15:17:27 +01:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "ansi_term"
2022-01-15 19:21:03 +01:00
version = "0.12.1"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
2022-01-15 19:21:03 +01:00
"winapi 0.3.9",
]
2016-12-30 00:23:21 +01:00
2017-03-14 19:49:55 +01:00
[[package]]
name = "atty"
2020-07-07 00:40:45 +02:00
version = "0.2.14"
2017-03-14 19:49:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2017-03-14 19:49:55 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"hermit-abi",
"libc",
"winapi 0.3.9",
2017-03-14 19:49:55 +01:00
]
2019-03-12 13:46:31 +01:00
[[package]]
name = "autocfg"
2022-07-26 12:02:00 +02:00
version = "0.1.8"
2019-03-12 13:46:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
dependencies = [
"autocfg 1.1.0",
]
2019-03-12 13:46:31 +01:00
2020-07-07 00:40:45 +02:00
[[package]]
name = "autocfg"
2022-07-26 12:02:00 +02:00
version = "1.1.0"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-07-07 00:40:45 +02:00
2017-01-02 16:26:17 +01:00
[[package]]
name = "backtrace"
2022-07-26 12:02:00 +02:00
version = "0.3.66"
2017-01-02 16:26:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
2017-01-02 16:26:17 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2017-01-02 16:26:17 +01:00
]
2020-07-07 00:40:45 +02:00
[[package]]
name = "base64"
2022-01-15 19:21:03 +01:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bincode"
2022-01-15 19:21:03 +01:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
2022-01-15 19:21:03 +01:00
"serde",
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "bitflags"
2022-01-15 19:21:03 +01:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-03-15 03:00:27 +01:00
[[package]]
name = "block-buffer"
2019-07-18 21:49:49 +02:00
version = "0.7.3"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2019-03-15 03:00:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
2019-03-15 03:00:27 +01:00
]
[[package]]
2019-07-18 21:49:49 +02:00
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2019-07-18 21:49:49 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"byte-tools",
2019-07-18 21:49:49 +02:00
]
2020-07-07 00:40:45 +02:00
[[package]]
name = "bumpalo"
2022-07-26 12:02:00 +02:00
version = "3.10.0"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2020-07-07 00:40:45 +02:00
2019-03-15 03:00:27 +01:00
[[package]]
name = "byte-tools"
2019-07-18 21:49:49 +02:00
version = "0.3.1"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2019-03-15 03:00:27 +01:00
2017-01-06 15:17:27 +01:00
[[package]]
name = "byteorder"
2022-01-15 19:21:03 +01:00
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2019-03-14 15:40:28 +01:00
[[package]]
name = "bytes"
2022-01-15 19:21:03 +01:00
version = "0.5.6"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]]
name = "bytes"
2022-07-26 12:02:00 +02:00
version = "1.2.0"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
2017-01-02 16:26:17 +01:00
2016-12-30 00:23:21 +01:00
[[package]]
name = "caribon"
2017-03-04 02:03:44 +01:00
version = "0.8.1"
2017-01-07 01:35:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "d9455af119fa474c3a6cd9546c3dee312b3767f57061207cd714e510f44247ae"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"stemmer",
"strsim 0.6.0",
2016-12-30 00:23:21 +01:00
]
2017-09-27 11:24:51 +02:00
[[package]]
name = "cc"
2022-07-26 12:02:00 +02:00
version = "1.0.73"
2017-09-27 11:24:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2017-09-27 11:24:51 +02:00
2017-01-02 16:26:17 +01:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2017-01-02 16:26:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2017-01-02 16:26:17 +01:00
2016-12-30 00:23:21 +01:00
[[package]]
name = "chrono"
2022-01-15 19:21:03 +01:00
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
2022-01-15 19:21:03 +01:00
"libc",
"num-integer",
"num-traits",
2022-07-26 12:02:00 +02:00
"time 0.1.44",
2022-01-15 19:21:03 +01:00
"winapi 0.3.9",
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "clap"
2022-01-15 19:21:03 +01:00
version = "2.34.0"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
2016-12-30 00:23:21 +01:00
]
2017-01-05 02:06:15 +01:00
[[package]]
2019-03-12 13:46:31 +01:00
name = "cloudabi"
version = "0.0.3"
2017-01-05 02:06:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2017-01-05 02:06:15 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bitflags",
]
2019-03-15 03:00:27 +01:00
[[package]]
name = "comrak"
version = "0.10.1"
2019-04-25 00:11:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b423acba50d5016684beaf643f9991e622633a4c858be6885653071c2da2b0c6"
2019-03-15 03:00:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"clap",
"entities",
"lazy_static 1.4.0",
"pest",
"pest_derive",
2022-07-26 12:02:00 +02:00
"regex 1.6.0",
"shell-words",
2022-01-15 19:21:03 +01:00
"twoway",
"typed-arena",
"unicode_categories",
"xdg",
2019-03-15 03:00:27 +01:00
]
2019-03-14 15:40:28 +01:00
[[package]]
2020-07-07 00:40:45 +02:00
name = "console"
version = "0.11.3"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a"
dependencies = [
"encode_unicode",
"lazy_static 1.4.0",
"libc",
2022-07-26 12:02:00 +02:00
"regex 1.6.0",
2022-01-15 19:21:03 +01:00
"terminal_size",
"termios",
"unicode-width",
"winapi 0.3.9",
"winapi-util",
]
[[package]]
name = "console"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"encode_unicode",
"libc",
"once_cell",
2022-07-26 12:02:00 +02:00
"regex 1.6.0",
2022-01-15 19:21:03 +01:00
"terminal_size",
"unicode-width",
"winapi 0.3.9",
2019-03-14 15:40:28 +01:00
]
[[package]]
2019-07-18 21:49:49 +02:00
name = "core-foundation"
2022-07-26 12:02:00 +02:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
2022-01-15 19:21:03 +01:00
"core-foundation-sys",
"libc",
2017-10-05 03:28:51 +02:00
]
2019-07-18 21:49:49 +02:00
[[package]]
name = "core-foundation-sys"
2022-01-15 19:21:03 +01:00
version = "0.8.3"
2019-07-18 21:49:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2019-07-18 21:49:49 +02:00
2019-03-12 13:46:31 +01:00
[[package]]
name = "crc32fast"
2022-07-26 12:02:00 +02:00
version = "1.3.2"
2019-03-12 13:46:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
2019-03-12 13:46:31 +01:00
]
2018-02-21 00:02:38 +01:00
[[package]]
2022-01-15 19:21:03 +01:00
name = "crossbeam-channel"
2022-07-26 12:02:00 +02:00
version = "0.5.6"
2018-02-21 00:02:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
2018-02-21 00:02:38 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
"crossbeam-utils",
2018-02-21 00:02:38 +01:00
]
2019-03-14 15:40:28 +01:00
[[package]]
2022-01-15 19:21:03 +01:00
name = "crossbeam-deque"
2022-07-26 12:02:00 +02:00
version = "0.8.2"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
2019-03-14 15:40:28 +01:00
]
2019-12-13 12:47:23 +01:00
[[package]]
2022-01-15 19:21:03 +01:00
name = "crossbeam-epoch"
2022-07-26 12:02:00 +02:00
version = "0.9.10"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 1.1.0",
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
"crossbeam-utils",
"memoffset",
2022-07-26 12:02:00 +02:00
"once_cell",
2022-01-15 19:21:03 +01:00
"scopeguard",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "crossbeam-utils"
2022-07-26 12:02:00 +02:00
version = "0.8.11"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
2022-07-26 12:02:00 +02:00
"once_cell",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "crowbook"
version = "0.16.0"
dependencies = [
2022-01-15 19:21:03 +01:00
"caribon",
"clap",
"comrak",
"console 0.11.3",
"crowbook-intl",
"crowbook-intl-runtime",
"crowbook-text-processing",
"epub-builder",
"hyphenation",
"indicatif",
"lazy_static 1.4.0",
2022-07-26 12:02:00 +02:00
"log 0.4.17",
2022-01-15 19:21:03 +01:00
"mime_guess",
"mustache",
"numerals",
"punkt",
"rayon",
"reqwest",
"rustc-serialize",
"serde",
"serde_derive",
"serde_json",
"simplelog",
"syntect",
"tempdir",
"textwrap 0.12.1",
"url",
"uuid",
"walkdir 2.3.2",
2022-01-15 19:21:03 +01:00
"yaml-rust",
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "crowbook-intl"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04db38a154dbc8411c49a39b0c514fc29951deaf179bebee581ceb9f72a52c85"
2016-12-30 00:23:21 +01:00
dependencies = [
"lazy_static 0.2.11",
"regex 0.2.11",
"walkdir 1.0.7",
2016-12-30 00:23:21 +01:00
]
[[package]]
name = "crowbook-intl-runtime"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "62cf6ec512b4d7fb7d8683efa703b17e5b8f5e24a9eb7ec9fb92237f039d941c"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"lazy_static 0.2.11",
2016-12-30 00:23:21 +01:00
]
[[package]]
name = "crowbook-text-processing"
version = "1.0.0"
2017-01-23 04:40:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "e0fe6b9d03ee72398cab2bd37c564bb898e351c4cff1f5f8a0db2bd9b909accc"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"lazy_static 1.4.0",
2022-07-26 12:02:00 +02:00
"regex 1.6.0",
2016-12-30 00:23:21 +01:00
]
2020-02-11 19:55:40 +01:00
[[package]]
2020-07-07 00:40:45 +02:00
name = "digest"
version = "0.8.1"
2020-02-11 19:55:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2020-02-11 19:55:40 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"generic-array",
2020-02-11 19:55:40 +01:00
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
]
2017-01-02 16:26:17 +01:00
[[package]]
2019-03-12 13:46:31 +01:00
name = "either"
2022-07-26 12:02:00 +02:00
version = "1.7.0"
2017-06-03 04:56:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
2017-06-03 04:56:02 +02:00
[[package]]
2019-03-12 13:46:31 +01:00
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-03-14 15:40:28 +01:00
[[package]]
name = "encoding_rs"
2022-07-26 12:02:00 +02:00
version = "0.8.31"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
2019-03-14 15:40:28 +01:00
]
2019-03-15 03:00:27 +01:00
[[package]]
name = "entities"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
2019-03-15 03:00:27 +01:00
2017-01-02 16:26:17 +01:00
[[package]]
2017-01-02 21:39:27 +01:00
name = "epub-builder"
2022-07-26 12:02:00 +02:00
version = "0.4.10"
2017-01-05 02:06:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "8d8b1b5059c4b990da60cb6fee785e49ea09d1ed8249d91e2dddfd92b74b7cbc"
2017-01-02 16:26:17 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"chrono",
"error-chain",
"html-escape",
"lazy_static 1.4.0",
"mustache",
2022-07-26 12:02:00 +02:00
"regex 1.6.0",
2022-01-15 19:21:03 +01:00
"tempdir",
"uuid",
"zip",
2017-01-02 16:26:17 +01:00
]
[[package]]
name = "error-chain"
2022-01-15 19:21:03 +01:00
version = "0.12.4"
2017-01-02 16:26:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
2017-01-02 16:26:17 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"backtrace",
"version_check",
2017-01-02 16:26:17 +01:00
]
2019-03-15 03:00:27 +01:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fastrand"
2022-07-26 12:02:00 +02:00
version = "1.8.0"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2022-01-15 19:21:03 +01:00
dependencies = [
"instant",
]
2019-03-15 03:00:27 +01:00
2017-01-02 16:26:17 +01:00
[[package]]
name = "flate2"
2022-07-26 12:02:00 +02:00
version = "1.0.24"
2017-01-02 16:26:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2017-01-02 16:26:17 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"crc32fast",
"miniz_oxide",
2017-01-02 16:26:17 +01:00
]
2017-01-05 02:06:15 +01:00
[[package]]
name = "fnv"
2020-07-07 00:40:45 +02:00
version = "1.0.7"
2017-01-05 02:06:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2017-01-05 02:06:15 +01:00
2019-03-14 15:40:28 +01:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"foreign-types-shared",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2019-03-14 15:40:28 +01:00
2020-07-07 01:02:47 +02:00
[[package]]
name = "fst"
2022-01-15 19:21:03 +01:00
version = "0.4.7"
2020-07-07 01:02:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
2020-07-07 01:02:47 +02:00
[[package]]
2019-03-12 13:46:31 +01:00
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2019-03-14 15:40:28 +01:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bitflags",
"fuchsia-zircon-sys",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2020-02-11 19:55:40 +01:00
2019-03-14 15:40:28 +01:00
[[package]]
2020-07-07 00:40:45 +02:00
name = "futures-channel"
2022-07-26 12:02:00 +02:00
version = "0.3.21"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"futures-core",
2020-07-07 00:40:45 +02:00
]
2019-03-14 15:40:28 +01:00
[[package]]
2020-07-07 00:40:45 +02:00
name = "futures-core"
2022-07-26 12:02:00 +02:00
version = "0.3.21"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-07-07 00:40:45 +02:00
[[package]]
name = "futures-io"
2022-07-26 12:02:00 +02:00
version = "0.3.21"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2020-07-07 00:40:45 +02:00
[[package]]
name = "futures-sink"
2022-07-26 12:02:00 +02:00
version = "0.3.21"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-07-07 00:40:45 +02:00
[[package]]
name = "futures-task"
2022-07-26 12:02:00 +02:00
version = "0.3.21"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
[[package]]
2020-07-07 00:40:45 +02:00
name = "futures-util"
2022-07-26 12:02:00 +02:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
dependencies = [
2022-01-15 19:21:03 +01:00
"futures-core",
"futures-io",
"futures-task",
"memchr",
2022-07-26 12:02:00 +02:00
"pin-project-lite 0.2.9",
2022-01-15 19:21:03 +01:00
"pin-utils",
"slab",
2019-03-14 15:40:28 +01:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "gcc"
2019-03-12 13:46:31 +01:00
version = "0.3.55"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
2020-07-07 00:40:45 +02:00
2019-03-15 03:00:27 +01:00
[[package]]
name = "generic-array"
2022-01-15 19:21:03 +01:00
version = "0.12.4"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2019-03-15 03:00:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"typenum",
2019-03-15 03:00:27 +01:00
]
2019-07-18 21:49:49 +02:00
[[package]]
name = "getrandom"
2022-07-26 12:02:00 +02:00
version = "0.2.7"
2019-07-18 21:49:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
2019-07-18 21:49:49 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
"libc",
2022-07-26 12:02:00 +02:00
"wasi 0.11.0+wasi-snapshot-preview1",
2019-07-18 21:49:49 +02:00
]
2020-07-07 00:40:45 +02:00
[[package]]
name = "gimli"
2022-07-26 12:02:00 +02:00
version = "0.26.2"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2020-07-07 00:40:45 +02:00
2019-03-14 15:40:28 +01:00
[[package]]
name = "h2"
2022-01-15 19:21:03 +01:00
version = "0.2.7"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bytes 0.5.6",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
"tracing-futures",
2019-03-14 15:40:28 +01:00
]
[[package]]
2022-01-15 19:21:03 +01:00
name = "hashbrown"
2022-07-26 12:02:00 +02:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2020-02-11 19:55:40 +01:00
[[package]]
2022-01-15 19:21:03 +01:00
name = "hermit-abi"
version = "0.1.19"
2020-02-11 19:55:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-02-11 19:55:40 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"libc",
2020-02-11 19:55:40 +01:00
]
[[package]]
2022-01-15 19:21:03 +01:00
name = "html-escape"
2022-07-26 12:02:00 +02:00
version = "0.2.11"
2020-02-11 19:55:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "b8e7479fa1ef38eb49fb6a42c426be515df2d063f06cb8efd3e50af073dbc26c"
2020-02-11 19:55:40 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"utf8-width",
2020-02-11 19:55:40 +01:00
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "http"
2022-07-26 12:02:00 +02:00
version = "0.2.8"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"bytes 1.2.0",
2022-01-15 19:21:03 +01:00
"fnv",
2022-07-26 12:02:00 +02:00
"itoa 1.0.2",
2019-07-18 21:49:49 +02:00
]
[[package]]
name = "http-body"
2020-07-07 00:40:45 +02:00
version = "0.3.1"
2019-07-18 21:49:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
2019-07-18 21:49:49 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bytes 0.5.6",
"http",
2019-03-14 15:40:28 +01:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "httparse"
2022-07-26 12:02:00 +02:00
version = "1.7.1"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
2022-01-15 19:21:03 +01:00
[[package]]
name = "httpdate"
version = "0.3.2"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2016-12-30 00:23:21 +01:00
[[package]]
name = "hyper"
2022-01-15 19:21:03 +01:00
version = "0.13.10"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bytes 0.5.6",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa 0.4.8",
"pin-project",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "hyper-tls"
2020-07-07 00:40:45 +02:00
version = "0.4.3"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bytes 0.5.6",
"hyper",
"native-tls",
"tokio",
"tokio-tls",
2016-12-30 00:23:21 +01:00
]
[[package]]
name = "hyphenation"
2022-01-15 19:21:03 +01:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "bcf4dd4c44ae85155502a52c48739c8a48185d1449fff1963cffee63c28a50f0"
dependencies = [
2022-01-15 19:21:03 +01:00
"bincode",
"fst",
"hyphenation_commons",
"pocket-resources",
"serde",
]
[[package]]
name = "hyphenation_commons"
2022-01-15 19:21:03 +01:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "5febe7a2ade5c7d98eb8b75f946c046b335324b06a14ea0998271504134c05bf"
dependencies = [
2022-01-15 19:21:03 +01:00
"fst",
"serde",
]
[[package]]
name = "idna"
2022-01-15 19:21:03 +01:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
2022-01-15 19:21:03 +01:00
"matches",
"unicode-bidi",
"unicode-normalization",
2016-12-30 00:23:21 +01:00
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "indexmap"
2022-07-26 12:02:00 +02:00
version = "1.9.1"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 1.1.0",
2022-01-15 19:21:03 +01:00
"hashbrown",
]
2019-03-14 15:40:28 +01:00
2017-10-05 03:28:51 +02:00
[[package]]
name = "indicatif"
2020-07-07 00:59:12 +02:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
dependencies = [
"console 0.15.0",
"lazy_static 1.4.0",
"number_prefix",
2022-07-26 12:02:00 +02:00
"regex 1.6.0",
2022-01-15 19:21:03 +01:00
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
2017-10-05 03:28:51 +02:00
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "iovec"
version = "0.1.4"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"libc",
2019-03-14 15:40:28 +01:00
]
2022-01-15 19:21:03 +01:00
[[package]]
name = "ipnet"
2022-07-26 12:02:00 +02:00
version = "2.5.0"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2022-01-15 19:21:03 +01:00
2017-06-03 04:56:02 +02:00
[[package]]
name = "itoa"
2022-01-15 19:21:03 +01:00
version = "0.4.8"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
2022-07-26 12:02:00 +02:00
version = "1.0.2"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2020-07-07 00:40:45 +02:00
[[package]]
name = "js-sys"
2022-07-26 12:02:00 +02:00
version = "0.3.59"
2017-06-03 04:56:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"wasm-bindgen",
2020-07-07 00:40:45 +02:00
]
2017-06-03 04:56:02 +02:00
2016-12-30 00:23:21 +01:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"winapi 0.2.8",
"winapi-build",
2016-12-30 00:23:21 +01:00
]
[[package]]
name = "lazy_static"
version = "0.2.11"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
2016-12-30 00:23:21 +01:00
2018-02-21 00:02:38 +01:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-03-12 15:41:13 +01:00
[[package]]
name = "lazycell"
2022-01-15 19:21:03 +01:00
version = "1.3.0"
2019-03-12 15:41:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-03-12 15:41:13 +01:00
2016-12-30 00:23:21 +01:00
[[package]]
name = "libc"
2022-07-26 12:02:00 +02:00
version = "0.2.126"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2016-12-30 00:23:21 +01:00
2019-03-12 15:41:13 +01:00
[[package]]
name = "line-wrap"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
2019-03-12 15:41:13 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"safemem",
2019-03-12 15:41:13 +01:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "linked-hash-map"
2022-07-26 12:02:00 +02:00
version = "0.5.6"
2017-09-27 11:24:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2017-09-27 11:24:51 +02:00
2019-07-18 21:49:49 +02:00
[[package]]
2020-07-07 00:40:45 +02:00
name = "log"
version = "0.3.9"
2019-07-18 21:49:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
2019-07-18 21:49:49 +02:00
dependencies = [
2022-07-26 12:02:00 +02:00
"log 0.4.17",
2019-07-18 21:49:49 +02:00
]
2017-09-27 11:24:51 +02:00
[[package]]
name = "log"
2022-07-26 12:02:00 +02:00
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
]
2017-09-27 11:24:51 +02:00
2019-03-15 03:00:27 +01:00
[[package]]
name = "maplit"
version = "1.0.2"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2020-02-11 19:55:40 +01:00
2016-12-30 00:23:21 +01:00
[[package]]
name = "matches"
2022-01-15 19:21:03 +01:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2017-01-06 15:17:27 +01:00
[[package]]
name = "memchr"
2022-07-26 12:02:00 +02:00
version = "2.5.0"
2017-01-06 15:17:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2016-12-30 00:23:21 +01:00
2018-02-21 00:02:38 +01:00
[[package]]
name = "memoffset"
2022-01-15 19:21:03 +01:00
version = "0.6.5"
2018-02-21 00:02:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 1.1.0",
]
2018-02-21 00:02:38 +01:00
2019-03-14 15:40:28 +01:00
[[package]]
name = "mime"
2020-07-07 00:40:45 +02:00
version = "0.3.16"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2019-03-14 15:40:28 +01:00
[[package]]
name = "mime_guess"
2022-07-26 12:02:00 +02:00
version = "2.0.4"
2017-01-02 16:26:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2017-01-02 16:26:17 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"mime",
"unicase",
2020-07-07 00:40:45 +02:00
]
[[package]]
name = "miniz_oxide"
2022-07-26 12:02:00 +02:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
dependencies = [
2022-01-15 19:21:03 +01:00
"adler",
2017-01-02 16:26:17 +01:00
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "mio"
2022-01-15 19:21:03 +01:00
version = "0.6.23"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
2022-07-26 12:02:00 +02:00
"log 0.4.17",
2022-01-15 19:21:03 +01:00
"miow",
"net2",
"slab",
"winapi 0.2.8",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "miow"
2022-01-15 19:21:03 +01:00
version = "0.2.2"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "mustache"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "51956ef1c5d20a1384524d91e616fb44dfc7d8f249bf696d49c97dd3289ecab5"
dependencies = [
2022-01-15 19:21:03 +01:00
"log 0.3.9",
"serde",
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "native-tls"
2022-07-26 12:02:00 +02:00
version = "0.2.10"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"lazy_static 1.4.0",
"libc",
2022-07-26 12:02:00 +02:00
"log 0.4.17",
2022-01-15 19:21:03 +01:00
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "net2"
2022-01-15 19:21:03 +01:00
version = "0.2.37"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2019-03-14 15:40:28 +01:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "num"
version = "0.1.42"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1"
dependencies = [
2022-01-15 19:21:03 +01:00
"num-integer",
"num-traits",
"rand 0.4.6",
"rustc-serialize",
]
[[package]]
name = "num-complex"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656"
dependencies = [
2022-01-15 19:21:03 +01:00
"num-traits",
"rustc-serialize",
2016-12-30 00:23:21 +01:00
]
[[package]]
name = "num-integer"
2022-07-26 12:02:00 +02:00
version = "0.1.45"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 1.1.0",
2022-01-15 19:21:03 +01:00
"num-traits",
2016-12-30 00:23:21 +01:00
]
[[package]]
name = "num-iter"
2022-07-26 12:02:00 +02:00
version = "0.1.43"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 1.1.0",
2022-01-15 19:21:03 +01:00
"num-integer",
"num-traits",
2016-12-30 00:23:21 +01:00
]
[[package]]
name = "num-rational"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e"
dependencies = [
2022-01-15 19:21:03 +01:00
"num-bigint",
"num-integer",
"num-traits",
"rustc-serialize",
]
[[package]]
name = "num-traits"
2022-07-26 12:02:00 +02:00
version = "0.2.15"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2019-07-18 21:49:49 +02:00
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 1.1.0",
2019-07-18 21:49:49 +02:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "num_cpus"
2022-01-15 19:21:03 +01:00
version = "1.13.1"
2019-03-12 13:46:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"hermit-abi",
"libc",
2019-03-12 13:46:31 +01:00
]
2022-07-26 12:02:00 +02:00
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
2019-03-12 13:46:31 +01:00
[[package]]
name = "number_prefix"
2019-12-13 12:47:23 +01:00
version = "0.3.0"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
2016-12-30 00:23:21 +01:00
[[package]]
name = "numerals"
2020-07-07 00:40:45 +02:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
2020-07-07 00:40:45 +02:00
[[package]]
name = "object"
2022-07-26 12:02:00 +02:00
version = "0.29.0"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
2022-01-15 19:21:03 +01:00
dependencies = [
"memchr",
]
2020-07-07 00:40:45 +02:00
[[package]]
name = "once_cell"
2022-07-26 12:02:00 +02:00
version = "1.13.0"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
2016-12-30 00:23:21 +01:00
2017-01-05 02:06:15 +01:00
[[package]]
name = "onig"
2022-07-26 12:02:00 +02:00
version = "6.3.2"
2017-01-05 02:06:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "1eb3502504c9c8b06634b38bfdda86a9a8cef6277f3dec4d8b17c115110dd2a3"
2017-01-05 02:06:15 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bitflags",
"lazy_static 1.4.0",
"libc",
"onig_sys",
2017-01-05 02:06:15 +01:00
]
[[package]]
name = "onig_sys"
2022-07-26 12:02:00 +02:00
version = "69.8.0"
2017-01-05 02:06:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "8bf3fbc9b931b6c9af85d219c7943c274a6ad26cff7488a2210215edd5f49bf8"
2017-01-05 02:06:15 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cc",
"pkg-config",
2017-01-05 02:06:15 +01:00
]
2019-07-18 21:49:49 +02:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
2019-07-18 21:49:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2019-07-18 21:49:49 +02:00
2019-03-14 15:40:28 +01:00
[[package]]
name = "openssl"
2022-07-26 12:02:00 +02:00
version = "0.10.41"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
2022-07-26 12:02:00 +02:00
"openssl-macros",
2022-01-15 19:21:03 +01:00
"openssl-sys",
2019-03-14 15:40:28 +01:00
]
2022-07-26 12:02:00 +02:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2 1.0.42",
"quote 1.0.20",
"syn 1.0.98",
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "openssl-probe"
2022-01-15 19:21:03 +01:00
version = "0.1.5"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2019-03-14 15:40:28 +01:00
[[package]]
name = "openssl-sys"
2022-07-26 12:02:00 +02:00
version = "0.9.75"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 1.1.0",
2022-01-15 19:21:03 +01:00
"cc",
"libc",
"pkg-config",
"vcpkg",
2019-03-14 15:40:28 +01:00
]
2017-10-05 03:28:51 +02:00
[[package]]
2020-07-07 00:40:45 +02:00
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-03-15 03:00:27 +01:00
[[package]]
name = "pest"
2020-07-07 00:40:45 +02:00
version = "2.1.3"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2019-03-15 03:00:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"ucd-trie",
2019-03-15 03:00:27 +01:00
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2019-03-15 03:00:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"pest",
"pest_generator",
2019-03-15 03:00:27 +01:00
]
[[package]]
name = "pest_generator"
2020-07-07 00:40:45 +02:00
version = "2.1.3"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2019-03-15 03:00:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"pest",
"pest_meta",
2022-07-26 12:02:00 +02:00
"proc-macro2 1.0.42",
"quote 1.0.20",
"syn 1.0.98",
2019-03-15 03:00:27 +01:00
]
[[package]]
name = "pest_meta"
2020-07-07 00:40:45 +02:00
version = "2.1.3"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2019-03-15 03:00:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"maplit",
"pest",
"sha-1",
2019-03-15 03:00:27 +01:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "phf"
2019-03-12 13:46:31 +01:00
version = "0.7.24"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"phf_macros",
"phf_shared",
2020-07-07 00:40:45 +02:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "phf_generator"
2019-03-12 13:46:31 +01:00
version = "0.7.24"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"phf_shared",
"rand 0.6.5",
2020-07-07 00:40:45 +02:00
]
[[package]]
name = "phf_macros"
2019-03-12 13:46:31 +01:00
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "bdb45e833315153371697760dad1831da99ce41884162320305e4f123ca3fe37"
dependencies = [
2022-01-15 19:21:03 +01:00
"phf_generator",
"phf_shared",
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "phf_shared"
2019-03-12 13:46:31 +01:00
version = "0.7.24"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"siphasher",
2016-12-30 00:23:21 +01:00
]
2020-07-07 00:40:45 +02:00
[[package]]
2022-01-15 19:21:03 +01:00
name = "pin-project"
2022-07-26 12:02:00 +02:00
version = "1.0.11"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"pin-project-internal",
2020-07-07 00:40:45 +02:00
]
[[package]]
2022-01-15 19:21:03 +01:00
name = "pin-project-internal"
2022-07-26 12:02:00 +02:00
version = "1.0.11"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-07-26 12:02:00 +02:00
"proc-macro2 1.0.42",
"quote 1.0.20",
"syn 1.0.98",
2020-07-07 00:40:45 +02:00
]
[[package]]
2022-01-15 19:21:03 +01:00
name = "pin-project-lite"
version = "0.1.12"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
2020-07-07 00:40:45 +02:00
[[package]]
name = "pin-project-lite"
2022-07-26 12:02:00 +02:00
version = "0.2.9"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-07-07 00:40:45 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-07-07 00:40:45 +02:00
2017-01-05 02:06:15 +01:00
[[package]]
name = "pkg-config"
2022-07-26 12:02:00 +02:00
version = "0.3.25"
2017-01-05 02:06:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2017-01-05 02:06:15 +01:00
[[package]]
name = "plist"
2022-01-15 19:21:03 +01:00
version = "1.3.1"
2017-01-05 02:06:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
2017-01-05 02:06:15 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"base64",
"indexmap",
"line-wrap",
"serde",
2022-07-26 12:02:00 +02:00
"time 0.3.11",
2022-01-15 19:21:03 +01:00
"xml-rs",
2017-01-05 02:06:15 +01:00
]
[[package]]
name = "pocket-resources"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "c135f38778ad324d9e9ee68690bac2c1a51f340fdf96ca13e2ab3914eb2e51d8"
2020-02-11 19:55:40 +01:00
[[package]]
name = "proc-macro2"
2019-07-18 21:49:49 +02:00
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
2022-07-26 12:02:00 +02:00
"unicode-xid",
]
[[package]]
name = "proc-macro2"
2022-07-26 12:02:00 +02:00
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
dependencies = [
2022-07-26 12:02:00 +02:00
"unicode-ident",
2019-07-18 21:49:49 +02:00
]
[[package]]
name = "punkt"
2019-03-12 13:46:31 +01:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "54f746236290dbeb84c89a7123b8ac32b1a3d42d603a5d59812c14bb07b937ea"
dependencies = [
2022-01-15 19:21:03 +01:00
"num",
"phf",
"rust-freqdist",
"rustc-serialize",
]
2017-06-03 04:56:02 +02:00
[[package]]
name = "quote"
version = "0.6.13"
2017-06-03 04:56:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
2022-01-15 19:21:03 +01:00
"proc-macro2 0.4.30",
]
2017-06-03 04:56:02 +02:00
[[package]]
name = "quote"
2022-07-26 12:02:00 +02:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
dependencies = [
2022-07-26 12:02:00 +02:00
"proc-macro2 1.0.42",
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "rand"
2019-03-12 13:46:31 +01:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi 0.3.9",
2019-03-12 13:46:31 +01:00
]
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 0.1.8",
2022-01-15 19:21:03 +01:00
"libc",
"rand_chacha",
"rand_core 0.4.2",
"rand_hc",
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
"rand_xorshift",
"winapi 0.3.9",
2019-03-12 13:46:31 +01:00
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 0.1.8",
2022-01-15 19:21:03 +01:00
"rand_core 0.3.1",
2019-07-18 21:49:49 +02:00
]
2019-03-12 13:46:31 +01:00
[[package]]
name = "rand_core"
version = "0.3.1"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"rand_core 0.4.2",
2019-03-12 13:46:31 +01:00
]
[[package]]
name = "rand_core"
version = "0.4.2"
2019-03-12 13:46:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2019-07-18 21:49:49 +02:00
2019-03-12 13:46:31 +01:00
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"rand_core 0.3.1",
2019-07-18 21:49:49 +02:00
]
2019-03-12 13:46:31 +01:00
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"rand_core 0.3.1",
2019-03-12 13:46:31 +01:00
]
[[package]]
name = "rand_jitter"
2019-07-18 21:49:49 +02:00
version = "0.1.4"
2019-03-12 13:46:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"libc",
"rand_core 0.4.2",
"winapi 0.3.9",
2019-03-12 13:46:31 +01:00
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
"winapi 0.3.9",
2019-03-12 13:46:31 +01:00
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 0.1.8",
2022-01-15 19:21:03 +01:00
"rand_core 0.4.2",
2020-07-07 00:40:45 +02:00
]
2019-03-12 13:46:31 +01:00
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"rand_core 0.3.1",
2016-12-30 00:23:21 +01:00
]
[[package]]
name = "rayon"
2022-07-26 12:02:00 +02:00
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
dependencies = [
2022-07-26 12:02:00 +02:00
"autocfg 1.1.0",
2022-01-15 19:21:03 +01:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-07-26 12:02:00 +02:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
dependencies = [
2022-01-15 19:21:03 +01:00
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
2019-03-12 13:46:31 +01:00
]
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"rand_core 0.3.1",
]
[[package]]
name = "redox_syscall"
2022-07-26 12:02:00 +02:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "534cfe58d6a18cc17120fbf4635d53d14691c1fe4d951064df9bd326178d7d5a"
2022-01-15 19:21:03 +01:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
"redox_syscall",
"thiserror",
]
[[package]]
name = "regex"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
dependencies = [
"aho-corasick 0.6.10",
"memchr",
"regex-syntax 0.5.6",
"thread_local",
"utf8-ranges",
]
2018-06-01 02:58:15 +02:00
[[package]]
name = "regex"
2022-07-26 12:02:00 +02:00
version = "1.6.0"
2018-06-01 02:58:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2018-06-01 02:58:15 +02:00
dependencies = [
"aho-corasick 0.7.18",
2022-01-15 19:21:03 +01:00
"memchr",
2022-07-26 12:02:00 +02:00
"regex-syntax 0.6.27",
]
[[package]]
name = "regex-syntax"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
dependencies = [
"ucd-util",
]
2018-06-01 02:58:15 +02:00
[[package]]
name = "regex-syntax"
2022-07-26 12:02:00 +02:00
version = "0.6.27"
2018-06-01 02:58:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2018-06-01 02:58:15 +02:00
[[package]]
name = "remove_dir_all"
2020-07-07 00:40:45 +02:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2022-01-15 19:21:03 +01:00
"winapi 0.3.9",
]
2017-01-06 15:17:27 +01:00
2019-03-14 15:40:28 +01:00
[[package]]
name = "reqwest"
2022-01-15 19:21:03 +01:00
version = "0.10.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
dependencies = [
"base64",
"bytes 0.5.6",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static 1.4.0",
2022-07-26 12:02:00 +02:00
"log 0.4.17",
2022-01-15 19:21:03 +01:00
"mime",
"mime_guess",
"native-tls",
"percent-encoding",
2022-07-26 12:02:00 +02:00
"pin-project-lite 0.2.9",
2022-01-15 19:21:03 +01:00
"serde",
"serde_urlencoded",
"tokio",
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "rust-freqdist"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "ca136c6f6d53a2de7264bb392ea7c1f83357e00d131a24275b1661ea1c23c3af"
2017-01-02 16:26:17 +01:00
[[package]]
name = "rustc-demangle"
2022-01-15 19:21:03 +01:00
version = "0.1.21"
2017-01-02 16:26:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2017-01-02 16:26:17 +01:00
2016-12-30 00:23:21 +01:00
[[package]]
name = "rustc-serialize"
2017-06-03 04:56:02 +02:00
version = "0.3.24"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
2019-03-12 13:46:31 +01:00
[[package]]
name = "ryu"
2022-07-26 12:02:00 +02:00
version = "1.0.10"
2019-03-12 13:46:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2019-03-12 13:46:31 +01:00
[[package]]
name = "safemem"
version = "0.3.3"
2019-03-12 13:46:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2019-03-12 13:46:31 +01:00
[[package]]
name = "same-file"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
dependencies = [
"kernel32-sys",
"winapi 0.2.8",
]
2017-11-26 21:22:32 +01:00
[[package]]
name = "same-file"
2020-07-07 00:40:45 +02:00
version = "1.0.6"
2017-11-26 21:22:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2017-11-26 21:22:32 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"winapi-util",
2017-11-26 21:22:32 +01:00
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "schannel"
2022-07-26 12:02:00 +02:00
version = "0.1.20"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"lazy_static 1.4.0",
2022-07-26 12:02:00 +02:00
"windows-sys",
2019-03-14 15:40:28 +01:00
]
2019-07-18 21:49:49 +02:00
[[package]]
name = "scopeguard"
2020-07-07 00:40:45 +02:00
version = "1.1.0"
2019-07-18 21:49:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-07-18 21:49:49 +02:00
2019-03-14 15:40:28 +01:00
[[package]]
name = "security-framework"
2022-07-26 12:02:00 +02:00
version = "2.6.1"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "security-framework-sys"
2022-07-26 12:02:00 +02:00
version = "2.6.1"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"core-foundation-sys",
"libc",
2019-03-14 15:40:28 +01:00
]
2020-02-11 19:55:40 +01:00
[[package]]
name = "serde"
2022-07-26 12:02:00 +02:00
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
dependencies = [
2022-01-15 19:21:03 +01:00
"serde_derive",
]
2017-01-05 02:06:15 +01:00
[[package]]
2017-06-03 04:56:02 +02:00
name = "serde_derive"
2022-07-26 12:02:00 +02:00
version = "1.0.140"
2017-01-05 02:06:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
2017-06-03 04:56:02 +02:00
dependencies = [
2022-07-26 12:02:00 +02:00
"proc-macro2 1.0.42",
"quote 1.0.20",
"syn 1.0.98",
2017-06-03 04:56:02 +02:00
]
[[package]]
name = "serde_json"
2022-07-26 12:02:00 +02:00
version = "1.0.82"
2017-06-03 04:56:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
2017-06-03 04:56:02 +02:00
dependencies = [
2022-07-26 12:02:00 +02:00
"itoa 1.0.2",
2022-01-15 19:21:03 +01:00
"ryu",
"serde",
2017-06-03 04:56:02 +02:00
]
2017-01-05 02:06:15 +01:00
2019-03-14 15:40:28 +01:00
[[package]]
name = "serde_urlencoded"
2022-07-26 12:02:00 +02:00
version = "0.7.1"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"form_urlencoded",
2022-07-26 12:02:00 +02:00
"itoa 1.0.2",
2022-01-15 19:21:03 +01:00
"ryu",
"serde",
2019-03-14 15:40:28 +01:00
]
2019-03-15 03:00:27 +01:00
[[package]]
name = "sha-1"
2020-07-07 00:40:45 +02:00
version = "0.8.2"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2019-03-15 03:00:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
2019-03-15 03:00:27 +01:00
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2017-10-04 03:12:02 +02:00
[[package]]
name = "simplelog"
version = "0.8.0"
2017-10-04 03:12:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "2b2736f58087298a448859961d3f4a0850b832e72619d75adc69da7993c2cd3c"
2017-10-04 03:12:02 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"chrono",
2022-07-26 12:02:00 +02:00
"log 0.4.17",
2022-01-15 19:21:03 +01:00
"termcolor",
2017-10-04 03:12:02 +02:00
]
2016-12-30 00:23:21 +01:00
[[package]]
2017-03-04 01:50:15 +01:00
name = "siphasher"
2019-03-12 13:46:31 +01:00
version = "0.2.3"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
2020-07-07 00:40:45 +02:00
2019-03-14 15:40:28 +01:00
[[package]]
name = "slab"
2022-07-26 12:02:00 +02:00
version = "0.4.7"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg 1.1.0",
]
2019-03-14 15:40:28 +01:00
2017-10-05 03:28:51 +02:00
[[package]]
2020-07-07 00:40:45 +02:00
name = "socket2"
2022-01-15 19:21:03 +01:00
version = "0.3.19"
2017-10-05 03:28:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
]
2017-10-05 03:28:51 +02:00
2016-12-30 00:23:21 +01:00
[[package]]
name = "stemmer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "8bc851510b472ff407137208a23f4f58e0cb41fdb5c3e38c9fd4482ea03c46f1"
2016-12-30 00:23:21 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"gcc",
"libc",
2020-02-11 19:55:40 +01:00
]
2017-03-04 01:50:15 +01:00
[[package]]
name = "strsim"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
2017-03-04 01:50:15 +01:00
[[package]]
name = "strsim"
2019-07-18 21:49:49 +02:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2017-06-03 04:56:02 +02:00
[[package]]
name = "syn"
version = "0.15.44"
2017-06-03 04:56:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2017-06-03 04:56:02 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"proc-macro2 0.4.30",
"quote 0.6.13",
2022-07-26 12:02:00 +02:00
"unicode-xid",
2017-06-03 04:56:02 +02:00
]
[[package]]
name = "syn"
2022-07-26 12:02:00 +02:00
version = "1.0.98"
2019-07-18 21:49:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
2019-07-18 21:49:49 +02:00
dependencies = [
2022-07-26 12:02:00 +02:00
"proc-macro2 1.0.42",
"quote 1.0.20",
"unicode-ident",
2017-06-03 04:56:02 +02:00
]
2017-01-05 02:06:15 +01:00
[[package]]
name = "syntect"
2022-01-15 19:21:03 +01:00
version = "4.6.0"
2017-01-14 00:25:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031"
2017-01-05 02:06:15 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bincode",
"bitflags",
"flate2",
"fnv",
"lazy_static 1.4.0",
"lazycell",
"onig",
"plist",
2022-07-26 12:02:00 +02:00
"regex-syntax 0.6.27",
2022-01-15 19:21:03 +01:00
"serde",
"serde_derive",
"serde_json",
"walkdir 2.3.2",
2022-01-15 19:21:03 +01:00
"yaml-rust",
2017-01-05 02:06:15 +01:00
]
2017-01-02 16:26:17 +01:00
[[package]]
name = "tempdir"
version = "0.3.7"
2017-01-02 16:26:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
2017-01-02 16:26:17 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"rand 0.4.6",
"remove_dir_all",
2017-01-02 16:26:17 +01:00
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "tempfile"
2022-01-15 19:21:03 +01:00
version = "3.3.0"
2020-02-11 19:55:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-02-11 19:55:40 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
2020-02-11 19:55:40 +01:00
]
2018-05-27 15:34:27 +02:00
[[package]]
name = "termcolor"
2022-07-26 12:02:00 +02:00
version = "1.1.3"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"winapi-util",
2020-07-07 00:40:45 +02:00
]
[[package]]
name = "terminal_size"
2022-01-15 19:21:03 +01:00
version = "0.1.17"
2018-05-27 15:34:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
2018-05-27 15:34:27 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"libc",
"winapi 0.3.9",
2017-10-04 14:29:24 +02:00
]
2017-10-05 03:28:51 +02:00
[[package]]
name = "termios"
2022-01-15 19:21:03 +01:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
2022-01-15 19:21:03 +01:00
"libc",
]
2019-03-12 15:45:57 +01:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2019-03-12 15:45:57 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"unicode-width",
2019-03-12 15:45:57 +01:00
]
[[package]]
name = "textwrap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
dependencies = [
2022-01-15 19:21:03 +01:00
"unicode-width",
]
2017-01-06 15:17:27 +01:00
[[package]]
2022-01-15 19:21:03 +01:00
name = "thiserror"
2022-07-26 12:02:00 +02:00
version = "1.0.31"
2017-01-06 15:17:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2017-01-06 15:17:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-07-26 12:02:00 +02:00
version = "1.0.31"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2022-01-15 19:21:03 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"proc-macro2 1.0.42",
"quote 1.0.20",
"syn 1.0.98",
2017-01-06 15:17:27 +01:00
]
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
dependencies = [
"lazy_static 1.4.0",
]
2019-03-14 15:40:28 +01:00
[[package]]
2020-07-07 00:40:45 +02:00
name = "time"
2022-07-26 12:02:00 +02:00
version = "0.1.44"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2022-01-15 19:21:03 +01:00
dependencies = [
"libc",
2022-07-26 12:02:00 +02:00
"wasi 0.10.0+wasi-snapshot-preview1",
2022-01-15 19:21:03 +01:00
"winapi 0.3.9",
]
[[package]]
name = "time"
2022-07-26 12:02:00 +02:00
version = "0.3.11"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"itoa 1.0.2",
2022-01-15 19:21:03 +01:00
"libc",
2022-07-26 12:02:00 +02:00
"num_threads",
2019-03-14 15:40:28 +01:00
]
[[package]]
2020-07-07 00:40:45 +02:00
name = "tinyvec"
2022-07-26 12:02:00 +02:00
version = "1.6.0"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-01-15 19:21:03 +01:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2019-03-14 15:40:28 +01:00
[[package]]
2020-07-07 00:40:45 +02:00
name = "tokio"
2022-01-15 19:21:03 +01:00
version = "0.2.25"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bytes 0.5.6",
"fnv",
"futures-core",
"iovec",
"lazy_static 1.4.0",
"memchr",
"mio",
"num_cpus",
"pin-project-lite 0.1.12",
"slab",
2019-03-14 15:40:28 +01:00
]
[[package]]
2020-07-07 00:40:45 +02:00
name = "tokio-tls"
version = "0.3.1"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"native-tls",
"tokio",
2019-03-14 15:40:28 +01:00
]
[[package]]
2020-07-07 00:40:45 +02:00
name = "tokio-util"
version = "0.3.1"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bytes 0.5.6",
"futures-core",
"futures-sink",
2022-07-26 12:02:00 +02:00
"log 0.4.17",
2022-01-15 19:21:03 +01:00
"pin-project-lite 0.1.12",
"tokio",
2019-03-14 15:40:28 +01:00
]
[[package]]
2020-07-07 00:40:45 +02:00
name = "tower-service"
2022-07-26 12:02:00 +02:00
version = "0.3.2"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-01-15 19:21:03 +01:00
[[package]]
name = "tracing"
2022-07-26 12:02:00 +02:00
version = "0.1.35"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
2022-01-15 19:21:03 +01:00
dependencies = [
"cfg-if 1.0.0",
2022-07-26 12:02:00 +02:00
"log 0.4.17",
"pin-project-lite 0.2.9",
2022-01-15 19:21:03 +01:00
"tracing-core",
]
[[package]]
name = "tracing-core"
2022-07-26 12:02:00 +02:00
version = "0.1.28"
2022-01-15 19:21:03 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
2022-01-15 19:21:03 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"once_cell",
2022-01-15 19:21:03 +01:00
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
2019-03-14 15:40:28 +01:00
[[package]]
2019-07-18 21:49:49 +02:00
name = "try-lock"
2022-01-15 19:21:03 +01:00
version = "0.2.3"
2017-07-12 12:53:58 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2017-07-12 12:53:58 +02:00
2019-03-15 03:00:27 +01:00
[[package]]
name = "twoway"
2022-01-15 19:21:03 +01:00
version = "0.2.2"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
2019-03-15 03:00:27 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"memchr",
"unchecked-index",
2019-03-15 03:00:27 +01:00
]
[[package]]
name = "typed-arena"
version = "1.7.0"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
2019-03-15 03:00:27 +01:00
[[package]]
name = "typenum"
2022-01-15 19:21:03 +01:00
version = "1.15.0"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2019-03-15 03:00:27 +01:00
[[package]]
name = "ucd-trie"
2022-07-26 12:02:00 +02:00
version = "0.1.4"
2019-03-15 03:00:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
2019-03-15 03:00:27 +01:00
[[package]]
name = "ucd-util"
2022-07-26 12:02:00 +02:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "65bfcbf611b122f2c10eb1bb6172fbc4c2e25df9970330e4d75ce2b5201c9bfc"
2019-07-18 21:49:49 +02:00
[[package]]
name = "unchecked-index"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
2019-07-18 21:49:49 +02:00
2019-03-14 15:40:28 +01:00
[[package]]
name = "unicase"
2019-11-15 14:02:31 +01:00
version = "2.6.0"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"version_check",
2019-03-14 15:40:28 +01:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "unicode-bidi"
2022-07-26 12:02:00 +02:00
version = "0.3.8"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
2016-12-30 00:23:21 +01:00
[[package]]
name = "unicode-normalization"
2022-07-26 12:02:00 +02:00
version = "0.1.21"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"tinyvec",
2019-03-12 13:46:31 +01:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "unicode-width"
2022-01-15 19:21:03 +01:00
version = "0.1.9"
2016-12-30 00:23:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2016-12-30 00:23:21 +01:00
2017-06-03 04:56:02 +02:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
2017-06-03 04:56:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2017-06-03 04:56:02 +02:00
2019-03-15 03:00:27 +01:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2019-03-15 03:00:27 +01:00
[[package]]
name = "url"
2022-01-15 19:21:03 +01:00
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
2022-01-15 19:21:03 +01:00
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "utf8-ranges"
2022-07-26 12:02:00 +02:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
2017-01-06 15:17:27 +01:00
[[package]]
2022-01-15 19:21:03 +01:00
name = "utf8-width"
2022-07-26 12:02:00 +02:00
version = "0.1.6"
2017-01-06 15:17:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
2017-01-06 15:17:27 +01:00
2019-12-13 12:47:23 +01:00
[[package]]
name = "uuid"
2022-01-15 19:21:03 +01:00
version = "0.8.2"
2019-12-13 12:47:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
2019-12-13 12:47:23 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"getrandom",
2019-12-13 12:47:23 +01:00
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "vcpkg"
2022-01-15 19:21:03 +01:00
version = "0.2.15"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2019-03-14 15:40:28 +01:00
2017-06-05 18:02:04 +02:00
[[package]]
2019-03-12 13:46:31 +01:00
name = "vec_map"
2020-07-07 00:40:45 +02:00
version = "0.8.2"
2017-06-05 18:02:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2017-06-05 18:02:04 +02:00
2019-11-15 14:02:31 +01:00
[[package]]
name = "version_check"
2022-01-15 19:21:03 +01:00
version = "0.9.4"
2020-02-11 19:55:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-02-11 19:55:40 +01:00
[[package]]
name = "walkdir"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
dependencies = [
"kernel32-sys",
"same-file 0.1.3",
"winapi 0.2.8",
]
2017-11-26 21:22:32 +01:00
[[package]]
name = "walkdir"
2022-01-15 19:21:03 +01:00
version = "2.3.2"
2017-11-26 21:22:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2017-11-26 21:22:32 +01:00
dependencies = [
"same-file 1.0.6",
2022-01-15 19:21:03 +01:00
"winapi 0.3.9",
"winapi-util",
2017-11-26 21:22:32 +01:00
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "want"
2020-07-07 00:40:45 +02:00
version = "0.3.0"
2019-03-14 15:40:28 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-07-26 12:02:00 +02:00
"log 0.4.17",
2022-01-15 19:21:03 +01:00
"try-lock",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "wasi"
2022-07-26 12:02:00 +02:00
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-07-07 00:40:45 +02:00
[[package]]
name = "wasm-bindgen"
2022-07-26 12:02:00 +02:00
version = "0.2.82"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
"serde",
"serde_json",
"wasm-bindgen-macro",
2020-07-07 00:40:45 +02:00
]
[[package]]
name = "wasm-bindgen-backend"
2022-07-26 12:02:00 +02:00
version = "0.2.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"bumpalo",
2022-07-26 12:02:00 +02:00
"log 0.4.17",
"once_cell",
"proc-macro2 1.0.42",
"quote 1.0.20",
"syn 1.0.98",
2022-01-15 19:21:03 +01:00
"wasm-bindgen-shared",
2020-07-07 00:40:45 +02:00
]
[[package]]
name = "wasm-bindgen-futures"
2022-07-26 12:02:00 +02:00
version = "0.4.32"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
2020-07-07 00:40:45 +02:00
]
[[package]]
name = "wasm-bindgen-macro"
2022-07-26 12:02:00 +02:00
version = "0.2.82"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-07-26 12:02:00 +02:00
"quote 1.0.20",
2022-01-15 19:21:03 +01:00
"wasm-bindgen-macro-support",
2020-07-07 00:40:45 +02:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-07-26 12:02:00 +02:00
version = "0.2.82"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-07-26 12:02:00 +02:00
"proc-macro2 1.0.42",
"quote 1.0.20",
"syn 1.0.98",
2022-01-15 19:21:03 +01:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2020-07-07 00:40:45 +02:00
]
[[package]]
name = "wasm-bindgen-shared"
2022-07-26 12:02:00 +02:00
version = "0.2.82"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
2020-07-07 00:40:45 +02:00
[[package]]
name = "web-sys"
2022-07-26 12:02:00 +02:00
version = "0.3.59"
2020-07-07 00:40:45 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-26 12:02:00 +02:00
checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
2020-07-07 00:40:45 +02:00
dependencies = [
2022-01-15 19:21:03 +01:00
"js-sys",
"wasm-bindgen",
2020-07-07 00:40:45 +02:00
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2016-12-30 00:23:21 +01:00
[[package]]
name = "winapi"
2020-07-07 00:40:45 +02:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
2022-01-15 19:21:03 +01:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
2016-12-30 00:23:21 +01:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2016-12-30 00:23:21 +01:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-03-12 13:46:31 +01:00
[[package]]
name = "winapi-util"
2020-07-07 00:40:45 +02:00
version = "0.1.5"
2019-03-12 13:46:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-03-12 13:46:31 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"winapi 0.3.9",
2019-03-12 13:46:31 +01:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-07-26 12:02:00 +02:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "winreg"
2020-07-07 00:40:45 +02:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
2022-01-15 19:21:03 +01:00
"winapi 0.3.9",
]
2019-03-14 15:40:28 +01:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-03-14 15:40:28 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"winapi 0.2.8",
"winapi-build",
2019-03-14 15:40:28 +01:00
]
[[package]]
name = "xdg"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
dependencies = [
"dirs",
]
2017-01-05 02:06:15 +01:00
[[package]]
name = "xml-rs"
2022-01-15 19:21:03 +01:00
version = "0.8.4"
2017-01-05 02:06:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2020-07-07 00:40:45 +02:00
[[package]]
name = "yaml-rust"
2022-01-15 19:21:03 +01:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
2022-01-15 19:21:03 +01:00
"linked-hash-map",
]
2017-01-02 16:26:17 +01:00
[[package]]
name = "zip"
2022-01-15 19:21:03 +01:00
version = "0.5.13"
2017-01-02 16:26:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-15 19:21:03 +01:00
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
2017-01-02 16:26:17 +01:00
dependencies = [
2022-01-15 19:21:03 +01:00
"byteorder",
"crc32fast",
"thiserror",
2022-07-26 12:02:00 +02:00
"time 0.1.44",
2022-01-15 19:21:03 +01:00
]