2020-11-01 05:26:58 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-25 07:35:25 +02:00
|
|
|
version = 3
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-07 10:04:34 +01:00
|
|
|
version = "1.0.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-07 10:04:34 +01:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2020-11-02 09:26:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.7.6"
|
2020-11-02 09:26:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-06-25 08:22:21 +02:00
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.3",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
2020-11-02 09:26:19 +01:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-07 10:22:27 +02:00
|
|
|
version = "0.7.18"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 10:22:27 +02:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ammonia"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "3.1.2"
|
2021-02-06 04:42:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "2e445c26125ff80316eaea16e812d717b147b82a68682bd4730f74d4845c8b35"
|
2021-02-06 04:42:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"html5ever",
|
|
|
|
"lazy_static",
|
|
|
|
"maplit",
|
|
|
|
"markup5ever_rcdom",
|
|
|
|
"matches",
|
|
|
|
"tendril",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-11-24 09:41:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anki"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-02-06 04:42:38 +01:00
|
|
|
"ammonia",
|
2021-03-26 00:40:41 +01:00
|
|
|
"anki_i18n",
|
2021-01-05 10:58:53 +01:00
|
|
|
"async-trait",
|
2020-11-24 09:41:03 +01:00
|
|
|
"blake3",
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-24 09:41:03 +01:00
|
|
|
"chrono",
|
|
|
|
"coarsetime",
|
|
|
|
"env_logger",
|
|
|
|
"flate2",
|
|
|
|
"fluent",
|
2021-03-27 04:24:11 +01:00
|
|
|
"fluent-bundle",
|
2021-03-01 01:34:04 +01:00
|
|
|
"fnv",
|
2020-11-24 09:41:03 +01:00
|
|
|
"futures",
|
|
|
|
"hex",
|
|
|
|
"htmlescape",
|
|
|
|
"intl-memoizer",
|
2021-10-02 12:42:03 +02:00
|
|
|
"itertools",
|
2020-11-24 09:41:03 +01:00
|
|
|
"lazy_static",
|
2021-07-22 10:03:03 +02:00
|
|
|
"linkcheck",
|
2021-10-14 11:22:47 +02:00
|
|
|
"nom",
|
2020-11-24 09:41:03 +01:00
|
|
|
"num-integer",
|
|
|
|
"num_enum",
|
|
|
|
"once_cell",
|
2021-07-16 02:35:09 +02:00
|
|
|
"pct-str",
|
2021-03-07 10:04:34 +01:00
|
|
|
"pin-project",
|
2021-02-03 12:17:11 +01:00
|
|
|
"proc-macro-nested",
|
2020-11-24 09:41:03 +01:00
|
|
|
"prost",
|
|
|
|
"prost-build",
|
2021-02-06 06:02:40 +01:00
|
|
|
"pulldown-cmark",
|
2021-06-25 07:35:25 +02:00
|
|
|
"rand 0.8.4",
|
2020-11-24 09:41:03 +01:00
|
|
|
"regex",
|
2021-10-02 12:42:03 +02:00
|
|
|
"reqwest",
|
2020-11-24 09:41:03 +01:00
|
|
|
"rusqlite",
|
|
|
|
"scopeguard",
|
|
|
|
"serde",
|
|
|
|
"serde-aux",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"serde_tuple",
|
|
|
|
"sha1",
|
|
|
|
"slog",
|
|
|
|
"slog-async",
|
|
|
|
"slog-envlogger",
|
|
|
|
"slog-term",
|
2021-03-07 10:08:03 +01:00
|
|
|
"strum",
|
2020-11-24 09:41:03 +01:00
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2021-04-27 14:18:12 +02:00
|
|
|
"tokio-util",
|
2020-11-24 09:41:03 +01:00
|
|
|
"unic-langid",
|
2021-07-17 07:36:43 +02:00
|
|
|
"unic-ucd-category",
|
2020-11-24 09:41:03 +01:00
|
|
|
"unicase",
|
|
|
|
"unicode-normalization",
|
|
|
|
"utime",
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
2021-03-26 00:40:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anki_i18n"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"fluent",
|
2021-03-27 04:24:11 +01:00
|
|
|
"fluent-bundle",
|
2021-03-26 00:40:41 +01:00
|
|
|
"fluent-syntax",
|
|
|
|
"inflections",
|
|
|
|
"intl-memoizer",
|
|
|
|
"num-format",
|
2021-10-02 12:42:03 +02:00
|
|
|
"phf 0.10.0",
|
2021-03-26 00:40:41 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
2021-11-12 09:19:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anki_i18n_helpers"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"fluent-syntax",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"serde_json",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2020-11-24 09:41:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anki_workspace"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.0.45"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.5.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
]
|
|
|
|
|
2021-10-02 12:42:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.7.2"
|
2021-10-02 12:42:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2021-10-02 12:42:03 +02:00
|
|
|
|
2021-01-05 10:58:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.1.51"
|
2021-01-05 10:58:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
2021-01-05 10:58:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-11-03 01:26:27 +01:00
|
|
|
version = "0.13.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-03 01:26:27 +01:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.3.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.2.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "526c210b4520e416420759af363083471656e819a75e831b8d2c9d5a584f2413"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2021-11-18 11:54:00 +01:00
|
|
|
"arrayvec 0.7.2",
|
2020-11-01 05:26:58 +01:00
|
|
|
"cc",
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
"constant_time_eq",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "3.8.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-27 05:47:16 +01:00
|
|
|
version = "1.4.3"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 05:47:16 +01:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2020-12-28 01:12:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.1.0"
|
2020-12-28 01:12:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2020-12-28 01:12:10 +01:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.0.72"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coarsetime"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.1.20"
|
2020-11-12 11:00:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "5b6ec6f6e80e839eb22bd61b18f19a8f2ae3f8bda9cf0fdce9dd96c9c5df8393"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-12-01 05:49:23 +01:00
|
|
|
"once_cell",
|
2021-06-25 07:35:25 +02:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-12-01 05:49:23 +01:00
|
|
|
"wasm-bindgen",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "codespan"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3362992a0d9f1dd7c3d0e89e0ab2bb540b7a95fea8cd798090e758fda2899b5e"
|
|
|
|
dependencies = [
|
|
|
|
"codespan-reporting",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.9.2"
|
2020-11-03 01:26:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
|
2020-11-03 01:26:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.8.3"
|
2020-11-03 01:26:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-11-03 01:26:27 +01:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
2020-11-02 09:17:26 +01:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 09:17:26 +01:00
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-02 09:17:26 +01:00
|
|
|
name = "crossbeam-channel"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.5.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2021-02-03 11:29:48 +01:00
|
|
|
"crossbeam-utils",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2020-12-01 05:49:23 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.8.5"
|
2020-12-01 05:49:23 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2020-12-01 05:49:23 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-12-01 05:49:23 +01:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
|
|
|
version = "0.27.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
|
|
|
|
dependencies = [
|
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
|
|
|
"itoa",
|
|
|
|
"matches",
|
|
|
|
"phf 0.8.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"smallvec",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "2.2.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-10-02 12:42:03 +02:00
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.8.29"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.9.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.4.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.0.22"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
2020-11-02 09:17:26 +01:00
|
|
|
"miniz_oxide",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluent"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.16.0"
|
2020-11-03 05:02:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"fluent-bundle",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluent-bundle"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.15.2"
|
2020-11-03 05:02:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"fluent-langneg",
|
|
|
|
"fluent-syntax",
|
|
|
|
"intl-memoizer",
|
|
|
|
"intl_pluralrules",
|
2021-03-27 04:24:11 +01:00
|
|
|
"rustc-hash",
|
2021-10-26 00:16:40 +02:00
|
|
|
"self_cell",
|
2020-11-01 05:26:58 +01:00
|
|
|
"smallvec",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluent-langneg"
|
2020-11-03 05:02:05 +01:00
|
|
|
version = "0.13.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-03 05:02:05 +01:00
|
|
|
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluent-syntax"
|
2021-03-27 04:24:11 +01:00
|
|
|
version = "0.11.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 04:24:11 +01:00
|
|
|
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2020-11-10 00:47:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-03-07 10:04:34 +01:00
|
|
|
version = "1.0.1"
|
2020-11-10 00:47:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-07 10:04:34 +01:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-10 00:47:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
|
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.17"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.17"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.17"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.17"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.17"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.17"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-06-16 08:10:57 +02:00
|
|
|
"autocfg",
|
2020-11-01 05:26:58 +01:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.17"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.17"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.17"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-06-16 08:10:57 +02:00
|
|
|
"autocfg",
|
2020-11-01 05:26:58 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-04-27 14:18:12 +02:00
|
|
|
"pin-project-lite",
|
2020-11-01 05:26:58 +01:00
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-02-06 06:02:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-05 10:58:53 +01:00
|
|
|
version = "0.1.16"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-05 10:58:53 +01:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2021-02-03 11:29:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.2.3"
|
2021-02-03 11:29:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2021-02-03 11:29:48 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2021-02-03 11:29:48 +01:00
|
|
|
"libc",
|
2021-06-25 07:35:25 +02:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-02-03 11:29:48 +01:00
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.3.7"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-01 05:26:58 +01:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-06-25 08:22:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-11-02 09:26:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2021-06-25 08:22:21 +02:00
|
|
|
version = "0.7.0"
|
2020-11-02 09:26:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 08:22:21 +02:00
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
2020-11-02 09:26:19 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"hashbrown",
|
2020-11-02 09:26:19 +01:00
|
|
|
]
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.3.3"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-25 07:35:25 +02:00
|
|
|
version = "0.1.19"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 07:35:25 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-07 10:04:34 +01:00
|
|
|
version = "0.4.3"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-07 10:04:34 +01:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
|
|
|
version = "0.25.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "htmlescape"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.2.5"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-01 05:26:58 +01:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.4.4"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-01 05:26:58 +01:00
|
|
|
"http",
|
2021-04-27 14:18:12 +02:00
|
|
|
"pin-project-lite",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.5.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.0.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "2.1.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.14.15"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-01 05:26:58 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
2021-06-16 08:10:57 +02:00
|
|
|
"pin-project-lite",
|
2020-11-01 05:26:58 +01:00
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.22.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"hyper",
|
|
|
|
"log",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.4.1"
|
|
|
|
source = "git+https://github.com/ankitects/hyper-timeout.git?rev=0cb6f7d14c62819e37cd221736f8b0555e823712#0cb6f7d14c62819e37cd221736f8b0555e823712"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
2021-04-27 14:18:12 +02:00
|
|
|
"pin-project-lite",
|
2020-11-01 05:26:58 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.5.0"
|
2020-11-15 05:02:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2020-11-15 05:02:53 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-15 05:02:53 +01:00
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2021-04-27 14:18:12 +02:00
|
|
|
"tokio-native-tls",
|
2020-11-15 05:02:53 +01:00
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.2.3"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.7.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-10-02 12:42:03 +02:00
|
|
|
"hashbrown",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2021-03-07 10:04:34 +01:00
|
|
|
version = "0.3.6"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-07 10:04:34 +01:00
|
|
|
checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-03-07 10:04:34 +01:00
|
|
|
"indoc-impl",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indoc-impl"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-11-01 05:26:58 +01:00
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
2021-03-26 00:40:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "inflections"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.1.12"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "intl-memoizer"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "0.5.1"
|
2020-11-03 05:02:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"type-map",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "intl_pluralrules"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "7.0.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinystr",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "2.3.1"
|
2020-11-03 01:26:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
|
2020-11-03 01:26:27 +01:00
|
|
|
|
2021-06-25 07:35:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.4.8"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.55"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kuchiki"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
|
|
|
|
dependencies = [
|
|
|
|
"cssparser",
|
|
|
|
"html5ever",
|
|
|
|
"matches",
|
|
|
|
"selectors",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.2.107"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2021-11-18 23:36:57 +01:00
|
|
|
version = "0.23.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 23:36:57 +01:00
|
|
|
checksum = "abd5850c449b40bacb498b2bbdfaff648b1b055630073ba8db499caf2d0ea9f2"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "linkcheck"
|
|
|
|
version = "0.4.1-alpha.0"
|
|
|
|
source = "git+https://github.com/ankitects/linkcheck.git?rev=2f20798ce521cc594d510d4e417e76d5eac04d4b#2f20798ce521cc594d510d4e417e76d5eac04d4b"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"codespan",
|
|
|
|
"dunce",
|
|
|
|
"futures",
|
|
|
|
"http",
|
|
|
|
"kuchiki",
|
|
|
|
"lazy_static",
|
|
|
|
"linkify",
|
|
|
|
"log",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"regex",
|
2021-10-02 12:42:03 +02:00
|
|
|
"reqwest",
|
2021-07-22 10:03:03 +02:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linkify"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78d59d732ba6d7eeefc418aab8057dc8e3da4374bd5802ffa95bebc04b4d1dfb"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.4.5"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "0.4.14"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.10.1"
|
2021-02-06 04:42:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
|
2021-02-06 04:42:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2021-06-25 07:35:25 +02:00
|
|
|
"phf 0.8.0",
|
2021-02-06 04:42:38 +01:00
|
|
|
"phf_codegen",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever_rcdom"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
|
|
|
|
dependencies = [
|
|
|
|
"html5ever",
|
|
|
|
"markup5ever",
|
|
|
|
"tendril",
|
|
|
|
"xml5ever",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.1.9"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "2.4.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-10-02 12:42:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.2.1"
|
2021-10-02 12:42:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-10-02 12:42:03 +02:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-03-07 10:04:34 +01:00
|
|
|
version = "0.4.4"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-07 10:04:34 +01:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.7.14"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
2021-04-27 14:18:12 +02:00
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.3.7"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2021-03-27 05:47:16 +01:00
|
|
|
version = "0.8.3"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 05:47:16 +01:00
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.2.8"
|
2020-11-15 05:02:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
|
2020-11-15 05:02:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
2021-06-25 07:35:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "7.1.0"
|
2021-06-25 07:35:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
2021-06-25 07:35:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-10-02 12:42:03 +02:00
|
|
|
"minimal-lexical",
|
2021-06-25 07:35:25 +02:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-04-27 14:18:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-format"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.12",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-02 09:17:26 +01:00
|
|
|
version = "0.1.44"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 09:17:26 +01:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-02 09:17:26 +01:00
|
|
|
version = "0.2.14"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 09:17:26 +01:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.5.4"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"derivative",
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.5.4"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "1.8.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.10.38"
|
2020-11-15 05:02:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
|
2020-11-15 05:02:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-15 05:02:53 +01:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-03-27 05:47:16 +01:00
|
|
|
"once_cell",
|
2020-11-15 05:02:53 +01:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.1.4"
|
2020-11-03 01:26:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
2020-11-03 01:26:27 +01:00
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.9.71"
|
2020-11-15 05:02:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73"
|
2020-11-15 05:02:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.11.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.8.5"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-04-27 14:18:12 +02:00
|
|
|
"redox_syscall",
|
2020-11-01 05:26:58 +01:00
|
|
|
"smallvec",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2021-03-07 10:04:34 +01:00
|
|
|
version = "0.1.18"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-07 10:04:34 +01:00
|
|
|
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
|
|
|
|
dependencies = [
|
|
|
|
"paste-impl",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste-impl"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2021-07-16 02:35:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pct-str"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "git+https://github.com/timothee-haudebourg/pct-str.git?rev=4adccd8d4a222ab2672350a102f06ae832a0572d#4adccd8d4a222ab2672350a102f06ae832a0572d"
|
|
|
|
dependencies = [
|
|
|
|
"utf8-decode",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.6.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
2021-06-25 07:35:25 +02:00
|
|
|
dependencies = [
|
2021-07-22 10:03:03 +02:00
|
|
|
"phf_macros 0.8.0",
|
2021-06-25 07:35:25 +02:00
|
|
|
"phf_shared 0.8.0",
|
2021-07-22 10:03:03 +02:00
|
|
|
"proc-macro-hack",
|
2021-06-25 07:35:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.10.0"
|
2021-06-25 07:35:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "b9fc3db1018c4b59d7d582a739436478b6035138b6aecbce989fc91c3e98409f"
|
2021-02-06 04:42:38 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"phf_macros 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2021-03-26 00:40:41 +01:00
|
|
|
"proc-macro-hack",
|
2021-02-06 04:42:38 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
|
|
dependencies = [
|
2021-06-25 07:35:25 +02:00
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
2021-02-06 04:42:38 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
|
|
dependencies = [
|
2021-06-25 07:35:25 +02:00
|
|
|
"phf_shared 0.8.0",
|
2021-02-06 04:42:38 +01:00
|
|
|
"rand 0.7.3",
|
|
|
|
]
|
|
|
|
|
2021-06-25 07:35:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.10.0"
|
2021-06-25 07:35:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2021-06-25 07:35:25 +02:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"phf_shared 0.10.0",
|
2021-06-25 07:35:25 +02:00
|
|
|
"rand 0.8.4",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-03-26 00:40:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.10.0"
|
2021-03-26 00:40:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
2021-03-26 00:40:41 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2021-03-26 00:40:41 +01:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-06-25 07:35:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.10.0"
|
2021-06-25 07:35:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2021-06-25 07:35:25 +02:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2020-11-02 09:17:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.0.8"
|
2020-11-02 09:17:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
|
2020-11-02 09:17:26 +01:00
|
|
|
dependencies = [
|
2021-03-07 10:04:34 +01:00
|
|
|
"pin-project-internal",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2020-11-02 09:17:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.0.8"
|
2020-11-02 09:17:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
|
2020-11-02 09:17:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-24 07:57:37 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.2.7"
|
2020-11-24 07:57:37 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2020-11-24 07:57:37 +01:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.3.22"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.2.15"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.1.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"thiserror",
|
2020-11-01 05:26:58 +01:00
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-11-02 09:17:26 +01:00
|
|
|
version = "0.5.19"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 09:17:26 +01:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.1.7"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.0.32"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.9.0"
|
2020-12-28 01:12:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-01 05:26:58 +01:00
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.9.0"
|
2020-12-28 01:12:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-01 05:26:58 +01:00
|
|
|
"heck",
|
2021-10-02 12:42:03 +02:00
|
|
|
"itertools",
|
2021-11-18 11:54:00 +01:00
|
|
|
"lazy_static",
|
2020-11-01 05:26:58 +01:00
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2021-11-18 11:54:00 +01:00
|
|
|
"regex",
|
2020-11-01 05:26:58 +01:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.9.0"
|
2020-12-28 01:12:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-10-02 12:42:03 +02:00
|
|
|
"itertools",
|
2020-11-01 05:26:58 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.9.0"
|
2020-12-28 01:12:10 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-01 05:26:58 +01:00
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2021-02-06 06:02:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"getopts",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pyo3"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.15.0"
|
2020-12-23 01:08:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "64664505ce285a59b8b7e940fbe54ad65b1758a0810eddc5bc26df6f6ec8c557"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
"indoc",
|
|
|
|
"libc",
|
|
|
|
"parking_lot",
|
|
|
|
"paste",
|
2021-10-02 12:42:03 +02:00
|
|
|
"pyo3-build-config",
|
2020-12-23 01:08:38 +01:00
|
|
|
"pyo3-macros",
|
2020-11-01 05:26:58 +01:00
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
2021-10-02 12:42:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pyo3-build-config"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.15.0"
|
2021-10-02 12:42:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "5f1e4a72de84cdcd69f62211b62f62753d0c11b7b5715f3467f3754dab22a7ca"
|
2021-10-02 12:42:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
2020-12-23 01:08:38 +01:00
|
|
|
name = "pyo3-macros"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.15.0"
|
2020-12-23 01:08:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "244f21d0a3887a9c02018b94e3b78d693dc7eca5c56839b7796a499cc364deb4"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2020-12-23 01:08:38 +01:00
|
|
|
"pyo3-macros-backend",
|
2020-11-01 05:26:58 +01:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-12-23 01:08:38 +01:00
|
|
|
name = "pyo3-macros-backend"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.15.0"
|
2020-12-23 01:08:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "b3d3d18ac41d05199bb82645d56e39f8c8b4909a0137c6f2640f03685b29f672"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2020-12-23 01:08:38 +01:00
|
|
|
"proc-macro2",
|
2021-10-02 12:42:03 +02:00
|
|
|
"pyo3-build-config",
|
2020-11-01 05:26:58 +01:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "1.0.10"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
2021-02-03 11:29:48 +01:00
|
|
|
"getrandom 0.1.16",
|
2020-11-01 05:26:58 +01:00
|
|
|
"libc",
|
2021-02-03 11:29:48 +01:00
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
2021-02-06 04:42:38 +01:00
|
|
|
"rand_pcg",
|
2021-02-03 11:29:48 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.8.4"
|
2021-02-03 11:29:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2021-02-03 11:29:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-06-16 08:10:57 +02:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.3",
|
|
|
|
"rand_hc 0.3.1",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-02-03 11:29:48 +01:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.3.1"
|
2021-02-03 11:29:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-02-03 11:29:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-06-16 08:10:57 +02:00
|
|
|
"rand_core 0.6.3",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
2021-02-03 11:29:48 +01:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.6.3"
|
2021-02-03 11:29:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-02-03 11:29:48 +01:00
|
|
|
dependencies = [
|
2021-06-16 08:10:57 +02:00
|
|
|
"getrandom 0.2.3",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
2021-02-03 11:29:48 +01:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.3.1"
|
2021-02-03 11:29:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2021-02-03 11:29:48 +01:00
|
|
|
dependencies = [
|
2021-06-16 08:10:57 +02:00
|
|
|
"rand_core 0.6.3",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2021-03-10 03:14:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.2.10"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-02-03 11:29:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.4.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-06-16 08:10:57 +02:00
|
|
|
"getrandom 0.2.3",
|
2021-04-27 14:18:12 +02:00
|
|
|
"redox_syscall",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-05-07 10:22:27 +02:00
|
|
|
version = "1.5.4"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 10:22:27 +02:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-07 10:22:27 +02:00
|
|
|
version = "0.6.25"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 10:22:27 +02:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.11.3"
|
|
|
|
source = "git+https://github.com/ankitects/reqwest.git?rev=7591444614de02b658ddab125efba7b2bb4e2335#7591444614de02b658ddab125efba7b2bb4e2335"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"base64",
|
|
|
|
"bytes",
|
2020-11-01 05:26:58 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
|
|
|
"hyper-timeout",
|
2020-11-15 05:02:53 +01:00
|
|
|
"hyper-tls",
|
2020-11-03 01:26:27 +01:00
|
|
|
"ipnet",
|
2020-11-01 05:26:58 +01:00
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2020-11-15 05:02:53 +01:00
|
|
|
"native-tls",
|
2020-11-01 05:26:58 +01:00
|
|
|
"percent-encoding",
|
2021-04-27 14:18:12 +02:00
|
|
|
"pin-project-lite",
|
2020-11-01 05:26:58 +01:00
|
|
|
"rustls",
|
2021-06-18 10:15:41 +02:00
|
|
|
"rustls-native-certs",
|
2020-11-01 05:26:58 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2021-04-27 14:18:12 +02:00
|
|
|
"tokio-native-tls",
|
2020-11-01 05:26:58 +01:00
|
|
|
"tokio-rustls",
|
|
|
|
"tokio-socks",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2020-11-15 05:02:53 +01:00
|
|
|
"webpki-roots",
|
2020-11-01 05:26:58 +01:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "0.16.20"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2020-11-24 09:41:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rsbridge"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"anki",
|
|
|
|
"pyo3",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
2021-11-18 23:36:57 +01:00
|
|
|
version = "0.26.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 23:36:57 +01:00
|
|
|
checksum = "8a82b0b91fad72160c56bf8da7a549b25d7c31109f52cc1437eac4c0ad2550a7"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
2020-11-02 09:26:19 +01:00
|
|
|
"hashlink",
|
2020-11-01 05:26:58 +01:00
|
|
|
"libsqlite3-sys",
|
|
|
|
"memchr",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2021-02-03 11:29:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.19.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"base64",
|
2020-11-01 05:26:58 +01:00
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-06-18 10:15:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
2021-10-02 12:42:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
|
2021-11-12 09:19:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-03 01:26:27 +01:00
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.6.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-11-03 01:26:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "2.4.2"
|
2020-11-03 01:26:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
|
2020-11-03 01:26:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "2.4.2"
|
2020-11-03 01:26:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
|
2020-11-03 01:26:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cssparser",
|
|
|
|
"derive_more",
|
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"matches",
|
|
|
|
"phf 0.8.0",
|
|
|
|
"phf_codegen",
|
|
|
|
"precomputed-hash",
|
|
|
|
"servo_arc",
|
|
|
|
"smallvec",
|
|
|
|
"thin-slice",
|
|
|
|
]
|
|
|
|
|
2021-10-26 00:16:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "self_cell"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.10.1"
|
2021-10-26 00:16:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "7ac753e6625df1711012c6469644ddd9b6338be1e4abf235c3a8817191411ae1"
|
2021-10-26 00:16:40 +02:00
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.0.130"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-aux"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "3.0.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "93abf9799c576f004252b2a05168d58527fb7c54de12e94b4d12fe3475ffad24"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.0.130"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.0.71"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.1.7"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_tuple"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4f025b91216f15a2a32aa39669329a475733590a015835d1783549a56d09427"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_tuple_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_tuple_macros"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4076151d1a2b688e25aaf236997933c66e18b870d0369f8b248b8ab2be630d7e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.7.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"form_urlencoded",
|
2020-11-01 05:26:58 +01:00
|
|
|
"itoa",
|
2021-04-27 14:18:12 +02:00
|
|
|
"ryu",
|
2020-11-01 05:26:58 +01:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "servo_arc"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.7"
|
2021-02-06 04:42:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b"
|
2021-02-06 04:42:38 +01:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.4.5"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog"
|
2020-12-01 05:49:23 +01:00
|
|
|
version = "2.7.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 05:49:23 +01:00
|
|
|
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-async"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "2.7.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "766c59b252e62a34651412870ff55d8c4e6d04df19b43eecb2703e417b097ffe"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"slog",
|
|
|
|
"take_mut",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-envlogger"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "906a1a0bc43fed692df4b82a5e2fbfc3733db8dad8bb514ab27a4f23ad04f5c0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"slog",
|
|
|
|
"slog-async",
|
|
|
|
"slog-scope",
|
|
|
|
"slog-stdlog",
|
|
|
|
"slog-term",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-scope"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "4.4.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"lazy_static",
|
|
|
|
"slog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-stdlog"
|
2020-11-02 09:17:26 +01:00
|
|
|
version = "4.1.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 09:17:26 +01:00
|
|
|
checksum = "8228ab7302adbf4fcb37e66f3cda78003feb521e7fd9e3847ec117a7784d0f5a"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"slog",
|
|
|
|
"slog-scope",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slog-term"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "2.8.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "95c1e7e5aab61ced6006149ea772770b84a0d16ce0f7885def313e4829946d76"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"chrono",
|
|
|
|
"slog",
|
|
|
|
"term",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.7.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.4.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.8.2"
|
2021-02-06 04:42:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "923f0f39b6267d37d23ce71ae7235602134b250ace715dd2c90421998ddac0c6"
|
2021-02-06 04:42:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"new_debug_unreachable",
|
2021-10-26 00:16:40 +02:00
|
|
|
"parking_lot",
|
2021-06-25 07:35:25 +02:00
|
|
|
"phf_shared 0.8.0",
|
2021-02-06 04:42:38 +01:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
|
|
|
|
dependencies = [
|
2021-06-25 07:35:25 +02:00
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
2021-02-06 04:42:38 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2021-03-07 10:08:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.23.0"
|
2021-03-07 10:08:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
|
2021-03-07 10:08:03 +01:00
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.23.0"
|
2021-03-07 10:08:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5"
|
2021-03-07 10:08:03 +01:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-11-18 11:54:00 +01:00
|
|
|
"rustversion",
|
2021-03-07 10:08:03 +01:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.0.81"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "3.2.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
"libc",
|
2021-06-16 08:10:57 +02:00
|
|
|
"rand 0.8.4",
|
2021-04-27 14:18:12 +02:00
|
|
|
"redox_syscall",
|
2020-11-01 05:26:58 +01:00
|
|
|
"remove_dir_all",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33"
|
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.7.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-11-24 07:57:37 +01:00
|
|
|
version = "1.1.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 07:57:37 +01:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thin-slice"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "1.0.30"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "1.0.30"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-02-06 04:42:38 +01:00
|
|
|
version = "1.1.3"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-06 04:42:38 +01:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-02-03 11:29:48 +01:00
|
|
|
"once_cell",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-06-25 07:35:25 +02:00
|
|
|
version = "0.1.44"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 07:35:25 +02:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-06-25 07:35:25 +02:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.5.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2020-11-12 08:35:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.14.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
2020-11-01 05:26:58 +01:00
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2021-04-27 14:18:12 +02:00
|
|
|
"pin-project-lite",
|
2021-07-22 10:03:03 +02:00
|
|
|
"tokio-macros",
|
2021-06-16 08:10:57 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "1.1.1"
|
|
|
|
source = "git+https://github.com/ankitects/tokio-io-timeout.git?rev=1ee0892217e9a76bba4bb369ec5fab8854935a3c#1ee0892217e9a76bba4bb369ec5fab8854935a3c"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"pin-project-lite",
|
2020-11-01 05:26:58 +01:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "1.6.0"
|
2021-07-22 10:03:03 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e"
|
2021-07-22 10:03:03 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"native-tls",
|
2020-11-01 05:26:58 +01:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.22.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"rustls",
|
2020-11-01 05:26:58 +01:00
|
|
|
"tokio",
|
2021-04-27 14:18:12 +02:00
|
|
|
"webpki",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
[[package]]
|
2021-04-27 14:18:12 +02:00
|
|
|
name = "tokio-socks"
|
|
|
|
version = "0.5.1"
|
2020-11-15 05:02:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
|
2020-11-15 05:02:53 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"either",
|
|
|
|
"futures-util",
|
|
|
|
"thiserror",
|
2020-11-15 05:02:53 +01:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2021-11-18 11:54:00 +01:00
|
|
|
version = "0.6.9"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-18 11:54:00 +01:00
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"bytes",
|
2020-11-01 05:26:58 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-04-27 14:18:12 +02:00
|
|
|
"pin-project-lite",
|
2020-11-01 05:26:58 +01:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2020-12-23 01:06:35 +01:00
|
|
|
version = "0.5.8"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-23 01:06:35 +01:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "0.3.1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.1.29"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2021-04-27 14:18:12 +02:00
|
|
|
"pin-project-lite",
|
2020-11-01 05:26:58 +01:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.1.21"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "type-map"
|
2021-02-03 11:29:48 +01:00
|
|
|
version = "0.4.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-03 11:29:48 +01:00
|
|
|
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-02-03 11:29:48 +01:00
|
|
|
"rustc-hash",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.14.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2021-07-22 10:03:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2021-07-17 07:36:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-range",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unic-langid"
|
2020-11-03 05:02:05 +01:00
|
|
|
version = "0.9.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-03 05:02:05 +01:00
|
|
|
checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid-impl",
|
|
|
|
"unic-langid-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-impl"
|
2020-11-03 05:02:05 +01:00
|
|
|
version = "0.9.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-03 05:02:05 +01:00
|
|
|
checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinystr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-macros"
|
2020-11-03 05:02:05 +01:00
|
|
|
version = "0.9.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-03 05:02:05 +01:00
|
|
|
checksum = "18f980d6d87e8805f2836d64b4138cc95aa7986fa63b1f51f67d5fbff64dd6e5"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"tinystr",
|
|
|
|
"unic-langid-impl",
|
|
|
|
"unic-langid-macros-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-macros-impl"
|
2020-11-03 05:02:05 +01:00
|
|
|
version = "0.9.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-03 05:02:05 +01:00
|
|
|
checksum = "29396ffd97e27574c3e01368b1a64267d3064969e4848e2e130ff668be9daa9f"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unic-langid-impl",
|
|
|
|
]
|
|
|
|
|
2021-07-17 07:36:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-category"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b8d4591f5fcfe1bd4453baaf803c40e1b1e69ff8455c47620440b46efef91c0"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.3.7"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.1.19"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "1.8.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2021-02-06 06:02:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.1.9"
|
2021-02-06 06:02:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-02-06 06:02:40 +01:00
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-07 10:22:27 +02:00
|
|
|
version = "0.2.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 10:22:27 +02:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "2.2.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2020-11-10 00:47:24 +01:00
|
|
|
"form_urlencoded",
|
2020-11-01 05:26:58 +01:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2021-07-22 10:03:03 +02:00
|
|
|
"serde",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.7.6"
|
2021-02-06 04:42:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2021-02-06 04:42:38 +01:00
|
|
|
|
2021-07-16 02:35:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-decode"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca61eb27fa339aa08826a29f03e87b99b4d8f0fc2255306fd266bb1b6a9de498"
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utime"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91baa0c65eabd12fcbdac8cc35ff16159cab95cae96d0222d6d0271db6193cef"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-25 07:35:25 +02:00
|
|
|
version = "0.2.15"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 07:35:25 +02:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-03-27 05:47:16 +01:00
|
|
|
version = "0.9.3"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 05:47:16 +01:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
2021-11-12 09:19:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-06-25 07:35:25 +02:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 07:35:25 +02:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.2.78"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.2.78"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.4.28"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-10-02 12:42:03 +02:00
|
|
|
"cfg-if",
|
2020-11-01 05:26:58 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.2.78"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.2.78"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.2.78"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "0.3.55"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2020-12-09 06:34:43 +01:00
|
|
|
version = "0.21.4"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 06:34:43 +01:00
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-11-15 05:02:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2021-04-27 14:18:12 +02:00
|
|
|
version = "0.21.1"
|
2020-11-15 05:02:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 14:18:12 +02:00
|
|
|
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
|
2020-11-15 05:02:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2021-10-02 12:42:03 +02:00
|
|
|
version = "4.2.2"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-02 12:42:03 +02:00
|
|
|
checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"either",
|
2021-10-02 12:42:03 +02:00
|
|
|
"lazy_static",
|
2020-11-01 05:26:58 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2020-11-03 01:26:27 +01:00
|
|
|
version = "0.7.0"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-03 01:26:27 +01:00
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"winapi",
|
2020-11-01 05:26:58 +01:00
|
|
|
]
|
|
|
|
|
2021-02-06 04:42:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "xml5ever"
|
2021-10-26 00:16:40 +02:00
|
|
|
version = "0.16.2"
|
2021-02-06 04:42:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 00:16:40 +02:00
|
|
|
checksum = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865"
|
2021-02-06 04:42:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2020-11-01 05:26:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2021-06-16 08:10:57 +02:00
|
|
|
version = "0.5.13"
|
2020-11-01 05:26:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 08:10:57 +02:00
|
|
|
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
|
2020-11-01 05:26:58 +01:00
|
|
|
dependencies = [
|
2021-04-27 14:18:12 +02:00
|
|
|
"byteorder",
|
2020-11-01 05:26:58 +01:00
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
2021-04-27 14:18:12 +02:00
|
|
|
"thiserror",
|
2020-11-01 05:26:58 +01:00
|
|
|
"time",
|
|
|
|
]
|