mdBook/Cargo.lock

2044 lines
50 KiB
Plaintext
Raw Normal View History

2019-04-29 01:54:01 +08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-08-24 15:57:36 +08:00
version = 3
2018-02-15 07:03:10 +08:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2018-02-15 07:03:10 +08:00
dependencies = [
"memchr",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "ammonia"
2021-08-24 15:57:36 +08:00
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "2e445c26125ff80316eaea16e812d717b147b82a68682bd4730f74d4845c8b35"
dependencies = [
"html5ever",
"lazy_static",
"maplit",
"markup5ever_rcdom",
"matches",
"tendril",
"url",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "ansi_term"
version = "0.11.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
"winapi 0.3.9",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "anyhow"
2021-08-24 15:57:36 +08:00
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
2021-07-14 07:03:07 +08:00
[[package]]
name = "assert_cmd"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d20831bd004dda4c7c372c19cdabff369f794a95e955b3f13fe460e3e1ae95f"
dependencies = [
"bstr",
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "atty"
version = "0.2.14"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-02-15 07:03:10 +08:00
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "autocfg"
version = "1.0.1"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2018-02-15 07:03:10 +08:00
[[package]]
name = "base64"
version = "0.13.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2018-02-15 07:03:10 +08:00
[[package]]
name = "bit-set"
version = "0.5.2"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
2018-02-15 07:03:10 +08:00
dependencies = [
"bit-vec",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "bit-vec"
version = "0.6.3"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2018-02-15 07:03:10 +08:00
[[package]]
name = "bitflags"
2021-08-24 15:57:36 +08:00
version = "1.3.2"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-05-06 01:12:53 +08:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2019-05-06 01:12:53 +08:00
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
"generic-array 0.12.4",
]
[[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",
2019-05-06 01:12:53 +08:00
]
[[package]]
name = "block-padding"
2019-11-12 03:25:38 +08:00
version = "0.1.5"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2019-05-06 01:12:53 +08:00
dependencies = [
"byte-tools",
2019-05-06 01:12:53 +08:00
]
2021-07-14 07:03:07 +08:00
[[package]]
name = "bstr"
version = "0.2.17"
2021-07-14 07:03:07 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2021-07-14 07:03:07 +08:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
]
2019-05-06 01:12:53 +08:00
[[package]]
name = "byte-tools"
version = "0.3.1"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2018-02-15 07:03:10 +08:00
[[package]]
name = "byteorder"
version = "1.4.3"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2018-02-15 07:03:10 +08:00
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2018-02-15 07:03:10 +08:00
[[package]]
name = "cfg-if"
2019-11-12 03:25:38 +08:00
version = "0.1.10"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-02-15 07:03:10 +08:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2018-02-15 07:03:10 +08:00
[[package]]
name = "chrono"
version = "0.4.19"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2018-02-15 07:03:10 +08:00
dependencies = [
"libc",
"num-integer",
"num-traits",
"time",
"winapi 0.3.9",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "clap"
2022-01-19 05:56:45 +08:00
version = "3.0.10"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-19 05:56:45 +08:00
checksum = "7a30c3bf9ff12dfe5dae53f0a96e0febcd18420d1c0e7fad77796d9d5c4b5375"
2018-02-15 07:03:10 +08:00
dependencies = [
"atty",
"bitflags",
2022-01-19 05:56:45 +08:00
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim",
2022-01-19 05:56:45 +08:00
"termcolor",
"textwrap",
2022-01-19 05:56:45 +08:00
]
[[package]]
name = "clap_complete"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d044e9db8cd0f68191becdeb5246b7462e4cf0c069b19ae00d1bf3fa9889498d"
dependencies = [
"clap",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "cpufeatures"
2021-08-24 15:57:36 +08:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"
dependencies = [
"libc",
]
[[package]]
name = "ctor"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2021-07-14 07:03:07 +08:00
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array 0.12.4",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.4",
]
2021-07-14 07:03:07 +08:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2018-02-15 07:03:10 +08:00
[[package]]
name = "elasticlunr-rs"
2021-08-24 15:57:36 +08:00
version = "2.3.13"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "515a402b5acb08002194dd926065be7733003bb37ac0f030dfd39160028238e1"
dependencies = [
"lazy_static",
"regex",
"serde",
"serde_derive",
"serde_json",
"strum",
"strum_macros",
]
2018-02-15 07:03:10 +08:00
2019-05-06 01:12:53 +08:00
[[package]]
name = "env_logger"
version = "0.7.1"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2019-05-06 01:12:53 +08:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
2019-05-06 01:12:53 +08:00
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "fake-simd"
version = "0.1.2"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2018-02-15 07:03:10 +08:00
[[package]]
name = "filetime"
2021-08-24 15:57:36 +08:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"winapi 0.3.9",
]
2021-07-14 07:03:07 +08:00
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
dependencies = [
"num-traits",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "fnv"
version = "1.0.7"
2018-02-15 07:03:10 +08:00
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-02-15 07:03:10 +08:00
[[package]]
name = "fsevent"
version = "0.4.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
2018-02-15 07:03:10 +08:00
dependencies = [
"bitflags",
"fsevent-sys",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
dependencies = [
"libc",
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
2019-05-06 01:12:53 +08:00
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-05-06 01:12:53 +08:00
2018-02-15 07:03:10 +08:00
[[package]]
name = "futf"
version = "0.1.4"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
2018-02-15 07:03:10 +08:00
dependencies = [
"mac",
"new_debug_unreachable",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "futures"
2021-08-24 15:57:36 +08:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "futures-channel"
2021-08-24 15:57:36 +08:00
version = "0.3.16"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
2018-02-15 07:03:10 +08:00
dependencies = [
"futures-core",
"futures-sink",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "futures-core"
2021-08-24 15:57:36 +08:00
version = "0.3.16"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
2018-02-15 07:03:10 +08:00
2019-05-06 01:12:53 +08:00
[[package]]
name = "futures-io"
2021-08-24 15:57:36 +08:00
version = "0.3.16"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"
2019-05-06 01:12:53 +08:00
2018-02-15 07:03:10 +08:00
[[package]]
name = "futures-macro"
2021-08-24 15:57:36 +08:00
version = "0.3.16"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57"
2018-02-15 07:03:10 +08:00
dependencies = [
2021-08-24 15:57:36 +08:00
"autocfg",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "futures-sink"
2021-08-24 15:57:36 +08:00
version = "0.3.16"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"
2018-02-15 07:03:10 +08:00
[[package]]
name = "futures-task"
2021-08-24 15:57:36 +08:00
version = "0.3.16"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"
[[package]]
name = "futures-util"
2021-08-24 15:57:36 +08:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"
2018-02-15 07:03:10 +08:00
dependencies = [
2021-08-24 15:57:36 +08:00
"autocfg",
"futures-core",
"futures-macro",
"futures-sink",
"futures-task",
2021-07-26 10:14:34 +08:00
"pin-project-lite",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
2018-02-15 07:03:10 +08:00
]
2018-10-20 12:51:45 +08:00
[[package]]
2019-05-06 01:12:53 +08:00
name = "generic-array"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
[[package]]
name = "generic-array"
version = "0.14.4"
2018-10-20 12:51:45 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
2019-05-06 01:12:53 +08:00
dependencies = [
"typenum",
"version_check",
2019-05-06 01:12:53 +08:00
]
2018-10-20 12:51:45 +08:00
2019-09-21 17:23:11 +08:00
[[package]]
name = "getrandom"
version = "0.1.16"
2018-02-15 07:03:10 +08:00
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"
2021-08-24 15:57:36 +08:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.10.2+wasi-snapshot-preview1",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "gitignore"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78aa90e4620c1498ac434c06ba6e521b525794bbdacf085d490cc794b4a2f9a4"
dependencies = [
"glob",
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "h2"
2021-08-24 15:57:36 +08:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "d7f3675cfef6a30c8031cf9e6493ebdc3bb3272a3fea3923c4210d1830e6a472"
dependencies = [
2021-07-26 10:14:34 +08:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "handlebars"
2021-08-24 15:57:36 +08:00
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "fd85ecabdb47308d28d3a4113224fefcab2510ccb4e463aee0a1362eb84c756a"
dependencies = [
"log",
"pest",
"pest_derive",
"quick-error 2.0.1",
"serde",
"serde_json",
]
[[package]]
name = "hashbrown"
2021-08-24 15:57:36 +08:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
name = "headers"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855"
dependencies = [
2021-07-26 10:14:34 +08:00
"base64",
"bitflags",
2021-07-26 10:14:34 +08:00
"bytes",
"headers-core",
"http",
"mime",
2021-08-24 15:57:36 +08:00
"sha-1 0.9.7",
"time",
]
[[package]]
name = "headers-core"
version = "0.2.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
2018-02-15 07:03:10 +08:00
dependencies = [
"http",
2019-05-06 01:12:53 +08:00
]
[[package]]
name = "heck"
2021-08-24 15:57:36 +08:00
version = "0.3.3"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2019-05-06 01:12:53 +08:00
dependencies = [
"unicode-segmentation",
2019-11-12 03:25:38 +08:00
]
[[package]]
name = "hermit-abi"
2021-08-24 15:57:36 +08:00
version = "0.1.19"
2019-11-12 03:25:38 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-11-12 03:25:38 +08:00
dependencies = [
"libc",
2018-02-15 07:03:10 +08: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",
]
[[package]]
name = "http"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
dependencies = [
2021-07-26 10:14:34 +08:00
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2021-08-24 15:57:36 +08:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5"
dependencies = [
2021-07-26 10:14:34 +08:00
"bytes",
"http",
2021-07-26 10:14:34 +08:00
"pin-project-lite",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "httparse"
2021-08-24 15:57:36 +08:00
version = "1.5.1"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
[[package]]
name = "httpdate"
2021-07-26 10:14:34 +08:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-26 10:14:34 +08:00
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
2018-02-15 07:03:10 +08:00
[[package]]
name = "humantime"
2019-09-21 17:23:11 +08:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error 1.2.3",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "hyper"
2021-07-26 10:14:34 +08:00
version = "0.14.11"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-26 10:14:34 +08:00
checksum = "0b61cf2d1aebcf6e6352c97b81dc2244ca29194be1b276f5d8ad5c6330fffb11"
2018-02-15 07:03:10 +08:00
dependencies = [
2021-07-26 10:14:34 +08:00
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
2021-07-26 10:14:34 +08:00
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "idna"
version = "0.2.3"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2018-02-15 07:03:10 +08:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
2018-02-15 07:03:10 +08:00
]
2019-09-21 17:22:22 +08:00
[[package]]
name = "indexmap"
2021-08-24 15:57:36 +08:00
version = "1.7.0"
2019-09-21 17:22:22 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2019-09-21 17:22:22 +08:00
dependencies = [
"autocfg",
"hashbrown",
2019-09-21 17:22:22 +08:00
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "inotify"
version = "0.7.1"
2018-10-20 12:51:45 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2018-10-20 12:51:45 +08:00
dependencies = [
"bitflags",
"inotify-sys",
"libc",
2018-10-20 12:51:45 +08:00
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2018-02-15 07:03:10 +08:00
dependencies = [
"libc",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "input_buffer"
2021-07-26 10:14:34 +08:00
version = "0.4.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-26 10:14:34 +08:00
checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413"
2018-02-15 07:03:10 +08:00
dependencies = [
2021-07-26 10:14:34 +08:00
"bytes",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "iovec"
version = "0.1.4"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2018-02-15 07:03:10 +08:00
dependencies = [
"libc",
2018-02-15 07:03:10 +08:00
]
2021-07-14 07:03:07 +08:00
[[package]]
name = "itertools"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "itoa"
2021-08-24 15:57:36 +08:00
version = "0.4.8"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2018-02-15 07:03:10 +08:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2018-02-15 07:03:10 +08:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "lazy_static"
2019-09-21 17:23:11 +08:00
version = "1.4.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-02-15 07:03:10 +08:00
[[package]]
name = "lazycell"
version = "1.3.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2018-02-15 07:03:10 +08:00
2018-08-21 23:51:34 +08:00
[[package]]
2018-10-20 12:51:45 +08:00
name = "libc"
2021-08-24 15:57:36 +08:00
version = "0.2.100"
2018-08-21 23:51:34 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5"
2018-02-15 07:03:10 +08:00
[[package]]
name = "log"
version = "0.4.14"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2018-02-15 07:03:10 +08:00
dependencies = [
"cfg-if 1.0.0",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2018-02-15 07:03:10 +08:00
[[package]]
name = "maplit"
2019-09-21 17:23:11 +08:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "markup5ever"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
dependencies = [
"log",
"phf",
"phf_codegen",
"string_cache",
"string_cache_codegen",
"tendril",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "markup5ever_rcdom"
version = "0.1.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b"
dependencies = [
"html5ever",
"markup5ever",
"tendril",
"xml5ever",
]
2018-02-15 07:03:10 +08:00
2019-11-12 03:25:38 +08:00
[[package]]
name = "matches"
2021-08-24 15:57:36 +08:00
version = "0.1.9"
2019-11-12 03:25:38 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2019-11-12 03:25:38 +08:00
2018-02-15 07:03:10 +08:00
[[package]]
name = "mdbook"
2022-04-16 02:24:45 +08:00
version = "0.4.18"
2018-02-15 07:03:10 +08:00
dependencies = [
"ammonia",
"anyhow",
2021-07-14 07:03:07 +08:00
"assert_cmd",
"chrono",
"clap",
2022-01-19 05:56:45 +08:00
"clap_complete",
"elasticlunr-rs",
"env_logger",
"futures-util",
"gitignore",
"handlebars",
"lazy_static",
"log",
"memchr",
"notify",
"opener",
2021-07-14 07:03:07 +08:00
"predicates",
"pretty_assertions",
"pulldown-cmark",
"regex",
"select",
2021-04-26 23:08:53 +08:00
"semver",
"serde",
"serde_derive",
"serde_json",
"shlex",
"tempfile",
"tokio",
"toml",
"topological-sort",
"walkdir",
"warp",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "memchr"
2021-08-24 15:57:36 +08:00
version = "2.4.1"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2018-02-15 07:03:10 +08:00
[[package]]
name = "mime"
version = "0.3.16"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2018-02-15 07:03:10 +08:00
[[package]]
name = "mime_guess"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
"mime",
"unicase",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "mio"
version = "0.6.23"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2018-02-15 07:03:10 +08:00
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
2021-07-26 10:14:34 +08:00
"miow 0.2.2",
"net2",
"slab",
"winapi 0.2.8",
2018-02-15 07:03:10 +08:00
]
2021-07-26 10:14:34 +08:00
[[package]]
name = "mio"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
"libc",
"log",
"miow 0.3.7",
"ntapi",
"winapi 0.3.9",
]
2018-08-21 23:51:34 +08:00
[[package]]
name = "mio-extras"
version = "2.0.6"
2018-08-21 23:51:34 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2018-08-21 23:51:34 +08:00
dependencies = [
"lazycell",
"log",
2021-07-26 10:14:34 +08:00
"mio 0.6.23",
"slab",
2018-08-21 23:51:34 +08:00
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "miow"
version = "0.2.2"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2018-02-15 07:03:10 +08:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2018-02-15 07:03:10 +08:00
]
2021-07-26 10:14:34 +08:00
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi 0.3.9",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "net2"
version = "0.2.37"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2018-02-15 07:03:10 +08:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2018-02-15 07:03:10 +08:00
2021-07-14 07:03:07 +08:00
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2018-02-15 07:03:10 +08:00
[[package]]
name = "notify"
2021-08-24 15:57:36 +08:00
version = "4.0.17"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
2018-02-15 07:03:10 +08:00
dependencies = [
"bitflags",
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
2021-07-26 10:14:34 +08:00
"mio 0.6.23",
"mio-extras",
"walkdir",
"winapi 0.3.9",
2018-02-15 07:03:10 +08:00
]
2021-07-26 10:14:34 +08:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi 0.3.9",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "num-integer"
version = "0.1.44"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2018-02-15 07:03:10 +08:00
dependencies = [
"autocfg",
"num-traits",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "num-traits"
version = "0.2.14"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2018-02-15 07:03:10 +08:00
dependencies = [
"autocfg",
2018-02-15 07:03:10 +08:00
]
2021-07-26 10:14:34 +08:00
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
2019-05-06 01:12:53 +08:00
[[package]]
name = "opaque-debug"
2019-09-21 17:23:11 +08:00
version = "0.2.3"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2019-05-06 01:12:53 +08:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2018-02-15 07:03:10 +08:00
[[package]]
name = "opener"
version = "0.5.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
2018-08-21 23:51:34 +08:00
dependencies = [
"bstr",
"winapi 0.3.9",
2018-10-20 12:51:45 +08:00
]
2022-01-19 05:56:45 +08:00
[[package]]
name = "os_str_bytes"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
dependencies = [
"memchr",
]
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
"winapi 0.3.9",
]
2019-09-21 17:22:22 +08:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-09-21 17:22:22 +08:00
2018-10-20 12:51:45 +08:00
[[package]]
2019-05-06 01:12:53 +08:00
name = "pest"
version = "2.1.3"
2018-10-20 12:51:45 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2018-10-20 12:51:45 +08:00
dependencies = [
"ucd-trie",
2018-10-20 12:51:45 +08:00
]
[[package]]
2019-05-06 01:12:53 +08:00
name = "pest_derive"
version = "2.1.0"
2018-10-20 12:51:45 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2018-10-20 12:51:45 +08:00
dependencies = [
"pest",
"pest_generator",
2018-08-21 23:51:34 +08:00
]
2018-02-15 07:03:10 +08:00
[[package]]
2019-05-06 01:12:53 +08:00
name = "pest_generator"
version = "2.1.3"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2019-05-06 01:12:53 +08:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
2019-05-06 01:12:53 +08:00
]
2018-02-15 07:03:10 +08:00
[[package]]
2019-05-06 01:12:53 +08:00
name = "pest_meta"
version = "2.1.3"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2018-03-11 22:26:24 +08:00
dependencies = [
"maplit",
"pest",
"sha-1 0.8.2",
2018-03-11 22:26:24 +08:00
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "phf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2018-02-15 07:03:10 +08:00
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2018-02-15 07:03:10 +08:00
dependencies = [
"phf_shared",
"rand 0.7.3",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "phf_shared"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
2021-08-24 15:57:36 +08:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
dependencies = [
2021-07-26 10:14:34 +08:00
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2021-08-24 15:57:36 +08:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
2018-02-15 07:03:10 +08:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "pin-project-lite"
2021-08-24 15:57:36 +08:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-09-21 17:23:11 +08:00
[[package]]
name = "ppv-lite86"
version = "0.2.10"
2019-09-21 17:23:11 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2019-09-21 17:23:11 +08:00
2018-02-15 07:03:10 +08:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2018-02-15 07:03:10 +08:00
2021-07-14 07:03:07 +08:00
[[package]]
name = "predicates"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc3d91237f5de3bcd9d927e24d03b495adb6135097b001cea7403e2d573d00a9"
dependencies = [
"difflib",
"float-cmp",
"itertools",
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates-core"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
[[package]]
name = "predicates-tree"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2"
dependencies = [
"predicates-core",
"treeline",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "pretty_assertions"
version = "0.6.1"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
2018-02-15 07:03:10 +08:00
dependencies = [
"ansi_term",
"ctor",
"difference",
"output_vt100",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro-nested"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2019-09-21 17:23:11 +08:00
[[package]]
name = "proc-macro2"
2021-08-24 15:57:36 +08:00
version = "1.0.28"
2019-09-21 17:23:11 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
2019-09-21 17:23:11 +08:00
dependencies = [
"unicode-xid",
2019-09-21 17:23:11 +08:00
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "pulldown-cmark"
2022-01-18 23:01:23 +08:00
version = "0.9.1"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-18 23:01:23 +08:00
checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
2018-02-15 07:03:10 +08:00
dependencies = [
"bitflags",
"memchr",
"unicase",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "quick-error"
2020-01-24 11:01:44 +08:00
version = "1.2.3"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2018-02-15 07:03:10 +08:00
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quote"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
dependencies = [
"proc-macro2",
2019-09-21 17:23:11 +08:00
]
[[package]]
name = "rand"
version = "0.7.3"
2019-09-21 17:23:11 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-09-21 17:23:11 +08: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-02-15 07:03:10 +08:00
]
[[package]]
name = "rand"
2021-08-24 15:57:36 +08:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
2021-08-24 15:57:36 +08:00
"rand_chacha 0.3.1",
"rand_core 0.6.3",
"rand_hc 0.3.1",
]
2019-09-21 17:23:11 +08:00
[[package]]
name = "rand_chacha"
version = "0.2.2"
2019-09-21 17:23:11 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-09-21 17:23:11 +08:00
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
2021-08-24 15:57:36 +08:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2021-08-24 15:57:36 +08:00
"rand_core 0.6.3",
2018-10-20 12:51:45 +08:00
]
2019-09-21 17:23:11 +08:00
[[package]]
name = "rand_core"
version = "0.5.1"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-09-21 17:23:11 +08:00
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
2021-08-24 15:57:36 +08:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
2021-08-24 15:57:36 +08:00
"getrandom 0.2.3",
2019-09-21 17:23:11 +08:00
]
2019-05-06 01:12:53 +08:00
2019-09-21 17:23:11 +08:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-09-21 17:23:11 +08:00
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_hc"
2021-08-24 15:57:36 +08:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
2021-08-24 15:57:36 +08:00
"rand_core 0.6.3",
]
[[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",
2019-05-06 01:12:53 +08:00
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "redox_syscall"
2021-08-24 15:57:36 +08:00
version = "0.2.10"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
2018-02-15 07:03:10 +08:00
2018-05-13 18:35:17 +08:00
[[package]]
name = "regex"
2022-03-09 15:04:50 +08:00
version = "1.5.5"
2018-05-13 18:35:17 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-09 15:04:50 +08:00
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
2018-05-13 18:35:17 +08:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2018-05-13 18:35:17 +08:00
]
2021-07-14 07:03:07 +08:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2018-02-15 07:03:10 +08:00
[[package]]
name = "regex-syntax"
version = "0.6.25"
2018-05-13 18:35:17 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2018-05-13 18:35:17 +08:00
2018-02-15 07:03:10 +08:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2018-02-15 07:03:10 +08:00
dependencies = [
"winapi 0.3.9",
2018-02-15 07:03:10 +08:00
]
2018-08-21 23:51:34 +08:00
[[package]]
name = "ryu"
version = "1.0.5"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-02-15 07:03:10 +08:00
[[package]]
name = "same-file"
version = "1.0.6"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2018-02-15 07:03:10 +08:00
dependencies = [
"winapi-util",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2018-02-15 07:03:10 +08:00
[[package]]
name = "select"
version = "0.5.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee061f90afcc8678bef7a78d0d121683f0ba753f740ff7005f833ec445876b7"
2018-02-15 07:03:10 +08:00
dependencies = [
"bit-set",
"html5ever",
"markup5ever_rcdom",
2018-02-15 07:03:10 +08:00
]
2021-04-26 23:08:53 +08:00
[[package]]
name = "semver"
version = "1.0.4"
2021-04-26 23:08:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
2021-04-26 23:08:53 +08:00
2018-02-15 07:03:10 +08:00
[[package]]
name = "serde"
2021-08-24 15:57:36 +08:00
version = "1.0.129"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "d1f72836d2aa753853178eda473a3b9d8e4eefdaf20523b919677e6de489f8f1"
2018-02-15 07:03:10 +08:00
[[package]]
name = "serde_derive"
2021-08-24 15:57:36 +08:00
version = "1.0.129"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "e57ae87ad533d9a56427558b516d0adac283614e347abf85b0dc0cbbf0a249f3"
2018-02-15 07:03:10 +08:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "serde_json"
2021-08-24 15:57:36 +08:00
version = "1.0.66"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127"
2019-05-06 01:12:53 +08:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
2021-07-26 10:14:34 +08:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-26 10:14:34 +08:00
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
dependencies = [
2021-07-26 10:14:34 +08:00
"form_urlencoded",
"itoa",
2021-07-26 10:14:34 +08:00
"ryu",
"serde",
2019-05-06 01:12:53 +08:00
]
[[package]]
name = "sha-1"
version = "0.8.2"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2018-02-15 07:03:10 +08:00
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug 0.2.3",
]
[[package]]
name = "sha-1"
2021-08-24 15:57:36 +08:00
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "1a0c8611594e2ab4ebbf06ec7cbbf0a99450b8570e96cbf5188b5d5f6ef18d81"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "shlex"
2021-02-22 07:15:16 +08:00
version = "1.0.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-22 07:15:16 +08:00
checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
2018-02-15 07:03:10 +08:00
[[package]]
name = "siphasher"
2021-08-24 15:57:36 +08:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "729a25c17d72b06c68cb47955d44fda88ad2d3e7d77e025663fdd69b93dd71a1"
2018-02-15 07:03:10 +08:00
[[package]]
name = "slab"
2021-08-24 15:57:36 +08:00
version = "0.4.4"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
2018-02-15 07:03:10 +08:00
[[package]]
name = "socket2"
2021-08-24 15:57:36 +08:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "string_cache"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a"
dependencies = [
"lazy_static",
"new_debug_unreachable",
"phf_shared",
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
2018-02-15 07:03:10 +08:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "strsim"
2022-01-19 05:56:45 +08:00
version = "0.10.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-19 05:56:45 +08:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2018-02-15 07:03:10 +08:00
[[package]]
name = "strum"
2021-08-24 15:57:36 +08:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
[[package]]
name = "strum_macros"
2021-08-24 15:57:36 +08:00
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
2018-02-15 07:03:10 +08:00
[[package]]
2019-09-21 17:23:11 +08:00
name = "syn"
2021-08-24 15:57:36 +08:00
version = "1.0.75"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7"
2018-02-15 07:03:10 +08:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "tempfile"
version = "3.2.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2018-02-15 07:03:10 +08:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2021-08-24 15:57:36 +08:00
"rand 0.8.4",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
2018-02-15 07:03:10 +08: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",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "termcolor"
version = "1.1.2"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2018-02-15 07:03:10 +08:00
dependencies = [
"winapi-util",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "textwrap"
2022-01-19 05:56:45 +08:00
version = "0.14.2"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-19 05:56:45 +08:00
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
2018-02-15 07:03:10 +08:00
[[package]]
name = "time"
version = "0.1.43"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2018-02-15 07:03:10 +08:00
dependencies = [
"libc",
"winapi 0.3.9",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "tinyvec"
2021-08-24 15:57:36 +08:00
version = "1.3.1"
2018-10-20 12:51:45 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
2018-10-20 12:51:45 +08:00
dependencies = [
"tinyvec_macros",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2018-02-15 07:03:10 +08:00
[[package]]
name = "tokio"
2021-08-24 15:57:36 +08:00
version = "1.10.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b"
2018-02-15 07:03:10 +08:00
dependencies = [
2021-07-26 10:14:34 +08:00
"autocfg",
"bytes",
"libc",
"memchr",
2021-07-26 10:14:34 +08:00
"mio 0.7.13",
"num_cpus",
"pin-project-lite",
"tokio-macros",
2021-07-26 10:14:34 +08:00
"winapi 0.3.9",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "tokio-macros"
2021-07-26 10:14:34 +08:00
version = "1.3.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-26 10:14:34 +08:00
checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
2018-02-15 07:03:10 +08:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-07-26 10:14:34 +08:00
[[package]]
name = "tokio-stream"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-tungstenite"
2021-07-26 10:14:34 +08:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-26 10:14:34 +08:00
checksum = "e1a5f475f1b9d077ea1017ecbc60890fda8e54942d680ca0b1d2b47cfa2d861b"
dependencies = [
"futures-util",
"log",
2021-07-26 10:14:34 +08:00
"pin-project",
"tokio",
"tungstenite",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "tokio-util"
2021-07-26 10:14:34 +08:00
version = "0.6.7"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-26 10:14:34 +08:00
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
dependencies = [
2021-07-26 10:14:34 +08:00
"bytes",
"futures-core",
"futures-sink",
"log",
2021-07-26 10:14:34 +08:00
"pin-project-lite",
"tokio",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "toml"
version = "0.5.8"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
2018-02-15 07:03:10 +08:00
dependencies = [
"serde",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "topological-sort"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
[[package]]
name = "tower-service"
version = "0.3.1"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
dependencies = [
"cfg-if 1.0.0",
"log",
2021-07-26 10:14:34 +08:00
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2021-08-24 15:57:36 +08:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
dependencies = [
"lazy_static",
]
2021-07-14 07:03:07 +08:00
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
2019-05-06 01:12:53 +08:00
[[package]]
name = "try-lock"
version = "0.2.3"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2019-05-06 01:12:53 +08:00
2018-02-15 07:03:10 +08:00
[[package]]
name = "tungstenite"
2021-07-26 10:14:34 +08:00
version = "0.12.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-26 10:14:34 +08:00
checksum = "8ada8297e8d70872fa9a551d93250a9f407beb9f37ef86494eb20012a2ff7c24"
2018-02-15 07:03:10 +08:00
dependencies = [
2021-07-26 10:14:34 +08:00
"base64",
"byteorder",
2021-07-26 10:14:34 +08:00
"bytes",
"http",
"httparse",
"input_buffer",
"log",
2021-08-24 15:57:36 +08:00
"rand 0.8.4",
"sha-1 0.9.7",
"url",
"utf-8",
2018-02-15 07:03:10 +08:00
]
[[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"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "unicode-bidi"
2021-08-24 15:57:36 +08:00
version = "0.3.6"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
2018-02-15 07:03:10 +08:00
[[package]]
name = "unicode-normalization"
2021-08-24 15:57:36 +08:00
version = "0.1.19"
2019-05-06 01:12:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2019-05-06 01:12:53 +08:00
dependencies = [
"tinyvec",
2019-05-06 01:12:53 +08:00
]
[[package]]
name = "unicode-segmentation"
2021-08-24 15:57:36 +08:00
version = "1.8.0"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 15:57:36 +08:00
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2018-02-15 07:03:10 +08:00
[[package]]
2019-09-21 17:23:11 +08:00
name = "unicode-xid"
version = "0.2.2"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2018-02-15 07:03:10 +08:00
[[package]]
name = "url"
version = "2.2.2"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2018-02-15 07:03:10 +08:00
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "utf-8"
version = "0.7.6"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2018-02-15 07:03:10 +08:00
[[package]]
name = "version_check"
version = "0.9.3"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2018-02-15 07:03:10 +08:00
2021-07-14 07:03:07 +08:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2018-02-15 07:03:10 +08:00
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
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"
2021-07-26 10:14:34 +08:00
version = "0.3.1"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-26 10:14:34 +08:00
checksum = "332d47745e9a0c38636dbd454729b147d16bd1ed08ae67b3ab281c4506771054"
2018-02-15 07:03:10 +08:00
dependencies = [
2021-07-26 10:14:34 +08:00
"bytes",
"futures",
"headers",
"http",
"hyper",
"log",
"mime",
"mime_guess",
2021-07-26 10:14:34 +08:00
"percent-encoding",
"pin-project",
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2021-07-26 10:14:34 +08:00
"tokio-stream",
"tokio-tungstenite",
2021-07-26 10:14:34 +08:00
"tokio-util",
"tower-service",
"tracing",
2018-02-15 07:03:10 +08:00
]
2019-09-21 17:23:11 +08:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
2019-09-21 17:23:11 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-09-21 17:23:11 +08:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2018-02-15 07:03:10 +08:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2018-02-15 07:03:10 +08:00
[[package]]
name = "winapi"
version = "0.3.9"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-02-15 07:03:10 +08:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-02-15 07:03:10 +08: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-02-15 07:03:10 +08:00
2018-10-20 12:51:45 +08:00
[[package]]
name = "winapi-util"
version = "0.1.5"
2018-10-20 12:51:45 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-10-20 12:51:45 +08:00
dependencies = [
"winapi 0.3.9",
2018-10-20 12:51:45 +08:00
]
2018-02-15 07:03:10 +08: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-02-15 07:03:10 +08:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2018-02-15 07:03:10 +08:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2018-02-15 07:03:10 +08:00
]
[[package]]
name = "xml5ever"
version = "0.16.1"
2018-02-15 07:03:10 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59"
2018-02-15 07:03:10 +08:00
dependencies = [
"log",
"mac",
"markup5ever",
"time",
2018-02-15 07:03:10 +08:00
]