1
Fork 0
mdbook-toc/Cargo.lock

1961 lines
48 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2018-07-19 16:10:08 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2018-07-19 16:10:08 +00:00
dependencies = [
"memchr",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "ammonia"
version = "3.1.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee7d6eb157f337c5cedc95ddf17f0cbc36d36eb7763c8e0d1c1aeb3722f6279"
2018-07-19 16:10:08 +00:00
dependencies = [
"html5ever",
"lazy_static",
"maplit",
"markup5ever_rcdom",
"matches",
"tendril",
"url",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2018-07-19 16:10:08 +00:00
dependencies = [
"winapi 0.3.9",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "anyhow"
version = "1.0.41"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
2020-04-06 08:20:29 +00:00
[[package]]
name = "atty"
version = "0.2.14"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-07-19 16:10:08 +00:00
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "autocfg"
version = "1.0.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2018-07-19 16:10:08 +00:00
[[package]]
name = "base64"
version = "0.12.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2018-07-19 16:10:08 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2018-07-19 16:10:08 +00:00
[[package]]
name = "bitflags"
2020-04-06 08:20:29 +00:00
version = "1.2.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-07-19 16:10:08 +00:00
[[package]]
name = "block-buffer"
version = "0.7.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
"generic-array 0.12.4",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array 0.14.4",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "block-padding"
2020-04-06 08:20:29 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
[[package]]
name = "byte-tools"
version = "0.3.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2018-07-19 16:10:08 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2018-07-19 16:10:08 +00:00
[[package]]
name = "bytes"
version = "0.5.6"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2018-07-19 16:10:08 +00:00
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2018-07-19 16:10:08 +00:00
[[package]]
name = "cfg-if"
2020-04-06 08:20:29 +00:00
version = "0.1.10"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-07-19 16:10:08 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2018-07-19 16:10:08 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2018-07-19 16:10:08 +00:00
dependencies = [
"libc",
"num-integer",
"num-traits",
"time",
"winapi 0.3.9",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "clap"
version = "2.33.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2018-07-19 16:10:08 +00:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "cpufeatures"
version = "0.1.5"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"
dependencies = [
"libc",
]
2018-07-19 16:10:08 +00:00
2020-04-06 08:39:21 +00:00
[[package]]
name = "ctor"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
dependencies = [
"quote",
"syn",
]
2020-04-06 08:39:21 +00:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2020-04-06 08:39:21 +00:00
[[package]]
name = "digest"
version = "0.8.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array 0.12.4",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "digest"
version = "0.9.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.4",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "dtoa"
version = "0.4.8"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2018-07-19 16:10:08 +00:00
[[package]]
name = "elasticlunr-rs"
version = "2.3.13"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "515a402b5acb08002194dd926065be7733003bb37ac0f030dfd39160028238e1"
2018-07-19 16:10:08 +00:00
dependencies = [
"lazy_static",
"regex",
"serde",
"serde_derive",
"serde_json",
"strum",
"strum_macros",
2020-04-06 08:20:29 +00:00
]
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2020-04-06 08:20:29 +00:00
dependencies = [
"atty",
"humantime 1.3.0",
"log",
"regex",
"termcolor",
]
[[package]]
name = "env_logger"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
dependencies = [
"atty",
"humantime 2.1.0",
"log",
"regex",
"termcolor",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2018-07-19 16:10:08 +00:00
[[package]]
name = "filetime"
version = "0.2.14"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"winapi 0.3.9",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "fsevent"
version = "0.4.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
2018-07-19 16:10:08 +00:00
dependencies = [
"bitflags",
"fsevent-sys",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2018-07-19 16:10:08 +00:00
dependencies = [
"libc",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-07-19 16:10:08 +00:00
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-07-19 16:10:08 +00:00
[[package]]
name = "futf"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
2018-07-19 16:10:08 +00:00
dependencies = [
"mac",
"new_debug_unreachable",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "futures"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
[[package]]
name = "futures-io"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
[[package]]
name = "futures-macro"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
dependencies = [
"autocfg",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
[[package]]
name = "futures-task"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
[[package]]
name = "futures-util"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
dependencies = [
"autocfg",
"futures-core",
"futures-macro",
"futures-sink",
"futures-task",
"pin-project-lite 0.2.6",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
2018-09-13 09:14:38 +00:00
[[package]]
name = "generic-array"
version = "0.12.4"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
2018-09-13 09:14:38 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "getopts"
2020-04-06 08:20:29 +00:00
version = "0.2.21"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
2018-07-19 16:10:08 +00:00
dependencies = [
"unicode-width",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.10.2+wasi-snapshot-preview1",
]
2018-07-19 16:10:08 +00:00
[[package]]
2020-04-06 08:20:29 +00:00
name = "gitignore"
version = "1.0.7"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78aa90e4620c1498ac434c06ba6e521b525794bbdacf085d490cc794b4a2f9a4"
2018-07-19 16:10:08 +00:00
dependencies = [
"glob",
]
2019-07-16 10:15:59 +00:00
[[package]]
2020-04-06 08:20:29 +00:00
name = "glob"
version = "0.3.0"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2020-04-06 08:20:29 +00:00
[[package]]
name = "h2"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
"tracing-futures",
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "handlebars"
version = "4.0.1"
2019-07-16 10:15:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2060119114dd8a8bc87facce6384751af8280a7adc8e203c023c95cbb11f5663"
2019-07-16 10:15:59 +00:00
dependencies = [
"log",
"pest",
"pest_derive",
"quick-error 2.0.1",
"serde",
"serde_json",
]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
[[package]]
name = "headers"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855"
dependencies = [
"base64 0.13.0",
"bitflags",
"bytes 1.0.1",
"headers-core",
"http",
"mime",
"sha-1 0.9.6",
"time",
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
2019-07-16 10:15:59 +00:00
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
2020-04-06 08:20:29 +00:00
]
[[package]]
name = "hermit-abi"
version = "0.1.18"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
2020-04-06 08:20:29 +00:00
dependencies = [
"libc",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "html5ever"
2020-04-06 08:20:29 +00:00
version = "0.25.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b"
2018-07-19 16:10:08 +00:00
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "http"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
dependencies = [
"bytes 1.0.1",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
"bytes 0.5.6",
"http",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "httparse"
version = "1.4.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
2018-07-19 16:10:08 +00:00
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2018-07-19 16:10:08 +00:00
[[package]]
name = "humantime"
2020-04-06 08:20:29 +00:00
version = "1.3.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2018-07-19 16:10:08 +00:00
dependencies = [
"quick-error 1.2.3",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2018-07-19 16:10:08 +00:00
[[package]]
name = "hyper"
version = "0.13.10"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
2018-07-19 16:10:08 +00:00
dependencies = [
"bytes 0.5.6",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project 1.0.7",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "idna"
version = "0.2.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2018-07-19 16:10:08 +00:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
2020-04-06 08:20:29 +00:00
]
[[package]]
name = "indexmap"
version = "1.6.2"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
2020-04-06 08:20:29 +00:00
dependencies = [
"autocfg",
"hashbrown",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "inotify"
version = "0.7.1"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2018-09-13 09:14:38 +00:00
dependencies = [
"bitflags",
"inotify-sys",
"libc",
2018-09-13 09:14:38 +00:00
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2018-07-19 16:10:08 +00:00
dependencies = [
"libc",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "input_buffer"
version = "0.3.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
2018-07-19 16:10:08 +00:00
dependencies = [
"bytes 0.5.6",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "iovec"
version = "0.1.4"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2018-07-19 16:10:08 +00:00
dependencies = [
"libc",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "itoa"
version = "0.4.7"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2018-07-19 16:10:08 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2018-07-19 16:10:08 +00:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "lazy_static"
2020-04-06 08:20:29 +00:00
version = "1.4.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-07-19 16:10:08 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2018-07-19 16:10:08 +00:00
[[package]]
name = "libc"
version = "0.2.97"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
2018-07-19 16:10:08 +00:00
[[package]]
name = "log"
version = "0.4.14"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if 1.0.0",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2018-07-19 16:10:08 +00:00
[[package]]
name = "maplit"
2020-04-06 08:20:29 +00:00
version = "1.0.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2018-07-19 16:10:08 +00:00
[[package]]
name = "markup5ever"
version = "0.10.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
2018-07-19 16:10:08 +00:00
dependencies = [
"log",
"phf",
"phf_codegen",
"string_cache",
"string_cache_codegen",
"tendril",
2018-07-19 16:10:08 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "markup5ever_rcdom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
2020-04-06 08:20:29 +00:00
dependencies = [
"html5ever",
"markup5ever",
"tendril",
"xml5ever",
2020-04-06 08:20:29 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "matches"
2018-09-13 09:14:38 +00:00
version = "0.1.8"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2018-07-19 16:10:08 +00:00
[[package]]
name = "mdbook"
2021-06-11 11:47:39 +00:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-11 11:47:39 +00:00
checksum = "b6da0e609de0d4a7e0d42367d91b87117e3dce74d3d1699efeda1fefb2a6fa85"
dependencies = [
"ammonia",
"anyhow",
"chrono",
"clap",
"elasticlunr-rs",
"env_logger 0.7.1",
"futures-util",
"gitignore",
"handlebars",
"lazy_static",
"log",
"memchr",
"notify",
"open",
"pulldown-cmark 0.7.2",
"regex",
"serde",
"serde_derive",
"serde_json",
"shlex",
"tempfile",
"tokio",
"toml",
"warp",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "mdbook-toc"
version = "0.7.1-alpha.0"
2018-07-19 16:10:08 +00:00
dependencies = [
"clap",
"env_logger 0.8.4",
"log",
"mdbook",
"pretty_assertions",
"pulldown-cmark 0.9.1",
"serde_json",
"toml",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "memchr"
version = "2.4.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
2018-07-19 16:10:08 +00:00
[[package]]
name = "mime"
version = "0.3.16"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2018-07-19 16:10:08 +00:00
[[package]]
name = "mime_guess"
version = "2.0.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2018-07-19 16:10:08 +00:00
dependencies = [
"mime",
"unicase",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "mio"
version = "0.6.23"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2018-07-19 16:10:08 +00:00
]
[[package]]
2018-09-13 09:14:38 +00:00
name = "mio-extras"
2020-04-06 08:20:29 +00:00
version = "2.0.6"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2018-07-19 16:10:08 +00:00
dependencies = [
"lazycell",
"log",
"mio",
"slab",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "miow"
version = "0.2.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2018-07-19 16:10:08 +00:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "net2"
version = "0.2.37"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "new_debug_unreachable"
2020-04-06 08:20:29 +00:00
version = "1.0.4"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2018-07-19 16:10:08 +00:00
[[package]]
name = "notify"
version = "4.0.17"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
2018-07-19 16:10:08 +00:00
dependencies = [
"bitflags",
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio",
"mio-extras",
"walkdir",
"winapi 0.3.9",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "num-integer"
version = "0.1.44"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2018-07-19 16:10:08 +00:00
dependencies = [
"autocfg",
"num-traits",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "num-traits"
version = "0.2.14"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2018-07-19 16:10:08 +00:00
dependencies = [
"autocfg",
2018-07-19 16:10:08 +00:00
]
2018-09-13 09:14:38 +00:00
[[package]]
name = "opaque-debug"
2020-04-06 08:20:29 +00:00
version = "0.2.3"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2018-09-13 09:14:38 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2018-09-13 09:14:38 +00:00
[[package]]
name = "open"
version = "1.7.0"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20"
2018-09-13 09:14:38 +00:00
dependencies = [
"which",
"winapi 0.3.9",
2018-09-13 09:14:38 +00:00
]
2018-07-19 16:10:08 +00:00
2020-04-06 08:39:21 +00:00
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
2020-04-06 08:39:21 +00:00
dependencies = [
"winapi 0.3.9",
2020-04-06 08:39:21 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2020-04-06 08:20:29 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "pest"
2020-04-06 08:20:29 +00:00
version = "2.1.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2020-04-06 08:20:29 +00:00
version = "2.1.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2018-07-19 16:10:08 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
2020-04-06 08:20:29 +00:00
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1 0.8.2",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "phf"
version = "0.8.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2018-07-19 16:10:08 +00:00
dependencies = [
"phf_shared",
2018-07-19 16:10:08 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "phf_codegen"
2020-04-06 08:20:29 +00:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2020-04-06 08:20:29 +00:00
dependencies = [
"phf_generator",
"phf_shared",
2020-04-06 08:20:29 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "phf_generator"
version = "0.8.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2018-07-19 16:10:08 +00:00
dependencies = [
"phf_shared",
"rand 0.7.3",
2020-04-06 08:20:29 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "phf_shared"
version = "0.8.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2018-07-19 16:10:08 +00:00
dependencies = [
"siphasher",
2018-07-19 16:10:08 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "pin-project"
version = "0.4.28"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"
2020-04-06 08:20:29 +00:00
dependencies = [
"pin-project-internal 0.4.28",
]
[[package]]
name = "pin-project"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
dependencies = [
"pin-project-internal 1.0.7",
]
[[package]]
name = "pin-project-internal"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-04-06 08:20:29 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "pin-project-internal"
version = "1.0.7"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
2018-07-19 16:10:08 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2018-07-19 16:10:08 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "pin-project-lite"
version = "0.1.12"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
2020-04-06 08:20:29 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2018-07-19 16:10:08 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.10"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2018-07-19 16:10:08 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2018-07-19 16:10:08 +00:00
2020-04-06 08:39:21 +00:00
[[package]]
name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
2020-04-06 08:39:21 +00:00
dependencies = [
"ansi_term",
"ctor",
"difference",
"output_vt100",
2020-04-06 08:39:21 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2018-07-19 16:10:08 +00:00
2020-04-06 08:20:29 +00:00
[[package]]
name = "proc-macro-nested"
version = "0.1.7"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2020-04-06 08:20:29 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.27"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
2018-07-19 16:10:08 +00:00
dependencies = [
"unicode-xid",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "pulldown-cmark"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
dependencies = [
"bitflags",
"getopts",
"memchr",
"unicase",
]
[[package]]
name = "pulldown-cmark"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
dependencies = [
"bitflags",
"getopts",
"memchr",
"unicase",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "quick-error"
2020-04-06 08:20:29 +00:00
version = "1.2.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2018-07-19 16:10:08 +00:00
[[package]]
name = "quick-error"
version = "2.0.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2018-07-19 16:10:08 +00:00
2020-04-06 08:20:29 +00:00
[[package]]
name = "quote"
version = "1.0.9"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2020-04-06 08:20:29 +00:00
dependencies = [
"proc-macro2",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "rand"
2020-04-06 08:20:29 +00:00
version = "0.7.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2018-07-19 16:10:08 +00:00
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
"rand_pcg",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "rand"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.3",
"rand_hc 0.3.1",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "rand_chacha"
2020-04-06 08:20:29 +00:00
version = "0.2.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2018-07-19 16:10:08 +00:00
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.3",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "rand_core"
2020-04-06 08:20:29 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom 0.2.3",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_hc"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
"rand_core 0.6.3",
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2020-04-06 08:20:29 +00:00
dependencies = [
"rand_core 0.5.1",
2018-07-19 16:10:08 +00:00
]
2018-09-13 09:14:38 +00:00
[[package]]
name = "redox_syscall"
version = "0.2.9"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
dependencies = [
"bitflags",
]
2018-09-13 09:14:38 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "regex"
version = "1.5.4"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2018-07-19 16:10:08 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2018-07-19 16:10:08 +00:00
]
2018-09-13 09:14:38 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.25"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2018-09-13 09:14:38 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2018-09-13 09:14:38 +00:00
dependencies = [
"winapi 0.3.9",
2018-09-13 09:14:38 +00:00
]
[[package]]
name = "ryu"
version = "1.0.5"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-09-13 09:14:38 +00:00
[[package]]
name = "same-file"
2020-04-06 08:20:29 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2018-07-19 16:10:08 +00:00
[[package]]
name = "serde"
version = "1.0.126"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
2018-07-19 16:10:08 +00:00
[[package]]
name = "serde_derive"
version = "1.0.126"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
2018-07-19 16:10:08 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.64"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2018-07-19 16:10:08 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
dependencies = [
"dtoa",
"itoa",
"serde",
"url",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "sha-1"
2020-04-06 08:20:29 +00:00
version = "0.8.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug 0.2.3",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "sha-1"
version = "0.9.6"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "shlex"
2021-06-11 11:47:39 +00:00
version = "1.0.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-11 11:47:39 +00:00
checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
2018-07-19 16:10:08 +00:00
[[package]]
2020-04-06 08:20:29 +00:00
name = "siphasher"
version = "0.3.5"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27"
2018-07-19 16:10:08 +00:00
[[package]]
2020-04-06 08:20:29 +00:00
name = "slab"
version = "0.4.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
2018-07-19 16:10:08 +00:00
[[package]]
name = "socket2"
version = "0.3.19"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "string_cache"
version = "0.8.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a"
2018-07-19 16:10:08 +00:00
dependencies = [
"lazy_static",
"new_debug_unreachable",
"phf_shared",
"precomputed-hash",
"serde",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "string_cache_codegen"
2020-04-06 08:20:29 +00:00
version = "0.5.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
2018-07-19 16:10:08 +00:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "strsim"
version = "0.8.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2018-07-19 16:10:08 +00:00
[[package]]
name = "strum"
version = "0.21.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
2018-07-19 16:10:08 +00:00
[[package]]
name = "strum_macros"
version = "0.21.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
2018-07-19 16:10:08 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
2018-07-19 16:10:08 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "syn"
version = "1.0.73"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
2018-09-13 09:14:38 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "tempfile"
version = "3.2.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"rand 0.8.4",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "tendril"
version = "0.4.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33"
2018-07-19 16:10:08 +00:00
dependencies = [
"futf",
"mac",
"utf-8",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "termcolor"
version = "1.1.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2018-07-19 16:10:08 +00:00
dependencies = [
"winapi-util",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-07-19 16:10:08 +00:00
dependencies = [
"unicode-width",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "time"
version = "0.1.43"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2018-07-19 16:10:08 +00:00
dependencies = [
"libc",
"winapi 0.3.9",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "tinyvec"
version = "1.2.0"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
2018-09-13 09:14:38 +00:00
dependencies = [
"tinyvec_macros",
2018-09-13 09:14:38 +00:00
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "0.2.25"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
2018-09-13 09:14:38 +00:00
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"iovec",
"lazy_static",
"memchr",
"mio",
"pin-project-lite 0.1.12",
"slab",
"tokio-macros",
2018-09-13 09:14:38 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "tokio-macros"
version = "0.2.6"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
2018-07-19 16:10:08 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "tokio-tungstenite"
version = "0.11.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c"
2018-07-19 16:10:08 +00:00
dependencies = [
"futures-util",
"log",
"pin-project 0.4.28",
"tokio",
"tungstenite",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "tokio-util"
version = "0.3.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
"bytes 0.5.6",
"futures-core",
"futures-sink",
"log",
"pin-project-lite 0.1.12",
"tokio",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "toml"
version = "0.5.8"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.26"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if 1.0.0",
"log",
"pin-project-lite 0.2.6",
"tracing-core",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "tracing-core"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project 1.0.7",
"tracing",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "tungstenite"
version = "0.11.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23"
2018-07-19 16:10:08 +00:00
dependencies = [
"base64 0.12.3",
"byteorder",
"bytes 0.5.6",
"http",
"httparse",
"input_buffer",
"log",
"rand 0.7.3",
"sha-1 0.9.6",
"url",
"utf-8",
]
[[package]]
name = "typenum"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "unicase"
2020-04-06 08:20:29 +00:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.5"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
2018-07-19 16:10:08 +00:00
dependencies = [
"matches",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "unicode-normalization"
version = "0.1.19"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "unicode-segmentation"
version = "1.7.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2018-07-19 16:10:08 +00:00
[[package]]
name = "unicode-width"
version = "0.1.8"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2018-07-19 16:10:08 +00:00
2020-04-06 08:20:29 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2018-07-19 16:10:08 +00:00
[[package]]
2020-04-06 08:20:29 +00:00
name = "url"
version = "2.2.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-04-06 08:20:29 +00:00
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
2020-04-06 08:20:29 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "urlencoding"
version = "1.3.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb"
2018-07-19 16:10:08 +00:00
[[package]]
name = "utf-8"
version = "0.7.6"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2018-07-19 16:10:08 +00:00
[[package]]
name = "vec_map"
version = "0.8.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2018-07-19 16:10:08 +00:00
2020-04-06 08:20:29 +00:00
[[package]]
name = "version_check"
version = "0.9.3"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-04-06 08:20:29 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2018-07-19 16:10:08 +00:00
dependencies = [
"same-file",
"winapi 0.3.9",
"winapi-util",
]
[[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 = "warp"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407"
dependencies = [
"bytes 0.5.6",
"futures",
"headers",
"http",
"hyper",
"log",
"mime",
"mime_guess",
"pin-project 0.4.28",
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-tungstenite",
"tower-service",
"tracing",
"tracing-futures",
"urlencoding",
2018-07-19 16:10:08 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-04-06 08:20:29 +00:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "which"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
dependencies = [
"either",
"libc",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2018-07-19 16:10:08 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-07-19 16:10:08 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-07-19 16:10:08 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-07-19 16:10:08 +00:00
2018-09-13 09:14:38 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-09-13 09:14:38 +00:00
dependencies = [
"winapi 0.3.9",
2018-09-13 09:14:38 +00:00
]
2018-07-19 16:10:08 +00: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"
2018-07-19 16:10:08 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2018-07-19 16:10:08 +00:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2018-07-19 16:10:08 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "xml5ever"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
2020-04-06 08:20:29 +00:00
dependencies = [
"log",
"mac",
"markup5ever",
"time",
]