1
Fork 0
mdbook-toc/Cargo.lock

2355 lines
58 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2018-07-19 16:10:08 +00:00
[[package]]
name = "aho-corasick"
version = "1.0.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2018-07-19 16:10:08 +00:00
dependencies = [
"memchr",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "ammonia"
version = "3.3.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
2018-07-19 16:10:08 +00:00
dependencies = [
"html5ever",
"maplit",
2022-05-26 21:01:13 +00:00
"once_cell",
"tendril",
"url",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2018-07-19 16:10:08 +00:00
[[package]]
2022-10-11 16:18:02 +00:00
name = "android_system_properties"
version = "0.1.5"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2018-07-19 16:10:08 +00:00
dependencies = [
2022-10-11 16:18:02 +00:00
"libc",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "anstream"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
[[package]]
name = "anstyle-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "anyhow"
version = "1.0.72"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
2018-07-19 16:10:08 +00:00
[[package]]
name = "autocfg"
2022-05-26 21:01:13 +00:00
version = "1.1.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2018-07-19 16:10:08 +00:00
[[package]]
name = "backtrace"
version = "0.3.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2018-07-19 16:10:08 +00:00
[[package]]
name = "bitflags"
2022-01-25 20:01:40 +00:00
version = "1.3.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 20:01:40 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2018-07-19 16:10:08 +00:00
[[package]]
name = "bitflags"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
2018-07-19 16:10:08 +00:00
[[package]]
name = "block-buffer"
2022-10-11 16:18:02 +00:00
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
dependencies = [
2022-10-11 16:18:02 +00:00
"generic-array",
]
2022-01-25 20:01:40 +00:00
[[package]]
name = "bstr"
version = "1.6.0"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
2022-01-25 20:01:40 +00:00
dependencies = [
"memchr",
"regex-automata",
"serde",
2022-01-25 20:01:40 +00:00
]
[[package]]
2022-10-11 16:18:02 +00:00
name = "bumpalo"
version = "3.12.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
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 = "1.4.0"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-10-11 16:18:02 +00:00
[[package]]
name = "cc"
version = "1.0.79"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
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.26"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
2018-07-19 16:10:08 +00:00
dependencies = [
"android-tzdata",
2022-10-11 16:18:02 +00:00
"iana-time-zone",
"num-traits",
"winapi",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "clap"
version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.3.12"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
2018-07-19 16:10:08 +00:00
dependencies = [
"anstream",
"anstyle",
2022-05-26 21:01:13 +00:00
"clap_lex",
2022-10-11 16:18:02 +00:00
"once_cell",
"strsim",
"terminal_size",
2022-05-26 21:01:13 +00:00
]
[[package]]
name = "clap_complete"
version = "4.3.2"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce"
2022-05-26 21:01:13 +00:00
dependencies = [
"clap",
]
[[package]]
name = "clap_lex"
version = "0.5.0"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2018-07-19 16:10:08 +00:00
2022-10-11 16:18:02 +00:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2022-10-11 16:18:02 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2018-07-19 16:10:08 +00:00
[[package]]
name = "cpufeatures"
2022-10-11 16:18:02 +00:00
version = "0.2.5"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "crossbeam-channel"
2023-05-15 19:49:18 +00:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-15 19:49:18 +00:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
dependencies = [
"cfg-if",
]
2022-05-26 21:01:13 +00:00
[[package]]
name = "crypto-common"
2022-10-11 16:18:02 +00:00
version = "0.1.6"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-05-26 21:01:13 +00:00
dependencies = [
2022-10-11 16:18:02 +00:00
"generic-array",
2022-05-26 21:01:13 +00:00
"typenum",
]
2020-04-06 08:39:21 +00:00
[[package]]
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
"quote",
"syn 1.0.107",
]
2020-04-06 08:39:21 +00:00
[[package]]
2022-10-11 16:18:02 +00:00
name = "cxx"
version = "1.0.90"
2020-04-06 08:39:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90d59d9acd2a682b4e40605a242f6670eaa58c5957471cbf85e8aa6a0b97a5e8"
2022-10-11 16:18:02 +00:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
2020-04-06 08:39:21 +00:00
[[package]]
2022-10-11 16:18:02 +00:00
name = "cxx-build"
version = "1.0.90"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebfa40bda659dd5c864e65f4c9a2b0aff19bea56b017b9b77c73d3766a453a38"
dependencies = [
2022-10-11 16:18:02 +00:00
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn 1.0.107",
]
2018-07-19 16:10:08 +00:00
[[package]]
2022-10-11 16:18:02 +00:00
name = "cxxbridge-flags"
version = "1.0.90"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "457ce6757c5c70dc6ecdbda6925b958aae7f959bda7d8fb9bde889e34a09dc03"
2022-10-11 16:18:02 +00:00
[[package]]
name = "cxxbridge-macro"
version = "1.0.90"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebf883b7aacd7b2aeb2a7b338648ee19f57c140d4ee8e52c68979c6b2f7f2263"
dependencies = [
2022-10-11 16:18:02 +00:00
"proc-macro2",
"quote",
"syn 1.0.107",
]
2018-07-19 16:10:08 +00:00
2022-10-11 16:18:02 +00:00
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2022-05-26 21:01:13 +00:00
[[package]]
name = "digest"
version = "0.10.6"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-05-26 21:01:13 +00:00
dependencies = [
2022-10-11 16:18:02 +00:00
"block-buffer",
2022-05-26 21:01:13 +00:00
"crypto-common",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "elasticlunr-rs"
version = "3.0.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
2018-07-19 16:10:08 +00:00
dependencies = [
"regex",
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-01-25 20:01:40 +00:00
[[package]]
name = "fastrand"
2022-10-11 16:18:02 +00:00
version = "1.8.0"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2022-01-25 20:01:40 +00:00
dependencies = [
"instant",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "filetime"
version = "0.2.20"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.2.16",
"windows-sys 0.45.0",
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"
2022-10-11 16:18:02 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "fsevent-sys"
version = "4.1.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
2018-07-19 16:10:08 +00:00
dependencies = [
"libc",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "futf"
2022-05-26 21:01:13 +00:00
version = "0.1.5"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2018-07-19 16:10:08 +00:00
dependencies = [
"mac",
"new_debug_unreachable",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "futures-channel"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-macro"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.26",
]
[[package]]
name = "futures-sink"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
[[package]]
name = "futures-task"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
[[package]]
name = "futures-util"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
dependencies = [
"futures-core",
"futures-macro",
"futures-sink",
"futures-task",
2022-01-25 20:01:40 +00:00
"pin-project-lite",
"pin-utils",
"slab",
]
2018-09-13 09:14:38 +00:00
[[package]]
name = "generic-array"
2022-10-11 16:18:02 +00:00
version = "0.14.6"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
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.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "gimli"
version = "0.27.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2019-07-16 10:15:59 +00:00
[[package]]
name = "globset"
version = "0.4.11"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df"
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "h2"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
dependencies = [
2022-01-25 20:01:40 +00:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap 1.9.2",
"slab",
"tokio",
2022-10-11 16:18:02 +00:00
"tokio-util",
"tracing",
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "handlebars"
version = "4.3.7"
2019-07-16 10:15:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
2019-07-16 10:15:59 +00:00
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
"serde_json",
2022-05-26 21:01:13 +00:00
"thiserror",
]
[[package]]
name = "hashbrown"
2022-10-11 16:18:02 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
[[package]]
name = "headers"
2022-10-11 16:18:02 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
dependencies = [
"base64 0.13.1",
"bitflags 1.3.2",
2022-01-25 20:01:40 +00:00
"bytes",
"headers-core",
"http",
2022-01-25 20:01:40 +00:00
"httpdate",
"mime",
2022-10-11 16:18:02 +00:00
"sha1",
]
[[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
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2020-04-06 08:20:29 +00:00
dependencies = [
"libc",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2018-07-19 16:10:08 +00:00
[[package]]
name = "html5ever"
2022-05-26 21:01:13 +00:00
version = "0.26.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
2018-07-19 16:10:08 +00:00
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn 1.0.107",
]
[[package]]
name = "http"
2022-10-11 16:18:02 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [
2022-01-25 20:01:40 +00:00
"bytes",
"fnv",
2022-05-26 21:01:13 +00:00
"itoa",
]
[[package]]
name = "http-body"
2022-05-26 21:01:13 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
2022-01-25 20:01:40 +00:00
"bytes",
"http",
2022-01-25 20:01:40 +00:00
"pin-project-lite",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "httparse"
2022-10-11 16:18:02 +00:00
version = "1.8.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2018-07-19 16:10:08 +00:00
[[package]]
name = "httpdate"
2022-01-25 20:01:40 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 20:01:40 +00:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[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.14.24"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
2018-07-19 16:10:08 +00:00
dependencies = [
2022-01-25 20:01:40 +00:00
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-05-26 21:01:13 +00:00
"itoa",
2022-01-25 20:01:40 +00:00
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
2018-07-19 16:10:08 +00:00
]
2022-10-11 16:18:02 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.53"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
2022-10-11 16:18:02 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi",
2022-10-11 16:18:02 +00:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
2022-10-11 16:18:02 +00:00
dependencies = [
"cxx",
"cxx-build",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "idna"
2022-10-11 16:18:02 +00:00
version = "0.3.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2018-07-19 16:10:08 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2020-04-06 08:20:29 +00:00
]
[[package]]
name = "ignore"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
dependencies = [
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "indexmap"
version = "1.9.2"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2020-04-06 08:20:29 +00:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "inotify"
version = "0.9.6"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2018-09-13 09:14:38 +00:00
dependencies = [
"bitflags 1.3.2",
"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]]
2022-01-25 20:01:40 +00:00
name = "instant"
version = "0.1.12"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 20:01:40 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "io-lifetimes"
version = "1.0.11"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2018-07-19 16:10:08 +00:00
dependencies = [
"hermit-abi 0.3.1",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "is-terminal"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
"hermit-abi 0.3.1",
"rustix 0.38.4",
"windows-sys 0.48.0",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "itoa"
version = "1.0.5"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-10-11 16:18:02 +00:00
[[package]]
name = "js-sys"
version = "0.3.61"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2022-10-11 16:18:02 +00:00
dependencies = [
"wasm-bindgen",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "kqueue"
version = "1.0.7"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
2018-07-19 16:10:08 +00:00
dependencies = [
"kqueue-sys",
"libc",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
"bitflags 1.3.2",
"libc",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-07-19 16:10:08 +00:00
[[package]]
name = "libc"
version = "0.2.147"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2022-10-11 16:18:02 +00:00
[[package]]
name = "link-cplusplus"
version = "1.0.8"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2022-10-11 16:18:02 +00:00
dependencies = [
"cc",
]
2022-01-25 20:01:40 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
[[package]]
name = "linux-raw-sys"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
2022-01-25 20:01:40 +00:00
[[package]]
name = "lock_api"
2022-10-11 16:18:02 +00:00
version = "0.4.9"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-01-25 20:01:40 +00:00
dependencies = [
2022-05-26 21:01:13 +00:00
"autocfg",
2022-01-25 20:01:40 +00:00
"scopeguard",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "log"
2022-05-26 21:01:13 +00:00
version = "0.4.17"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if",
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"
2022-05-26 21:01:13 +00:00
version = "0.11.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
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
]
[[package]]
name = "mdbook"
version = "0.4.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bdbb9ad3cd885a014d15e4b358e2dd3f68599e704fa679c6dcb06691359ad60"
dependencies = [
"ammonia",
"anyhow",
"chrono",
"clap",
2022-05-26 21:01:13 +00:00
"clap_complete",
"elasticlunr-rs",
"env_logger",
"futures-util",
"handlebars",
"ignore",
"log",
"memchr",
"notify",
"notify-debouncer-mini",
"once_cell",
2022-01-25 20:01:40 +00:00
"opener",
"pulldown-cmark",
"regex",
"serde",
"serde_json",
"shlex",
"tempfile",
"tokio",
"toml",
2022-01-25 20:01:40 +00:00
"topological-sort",
"warp",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "mdbook-toc"
version = "0.13.0"
2018-07-19 16:10:08 +00:00
dependencies = [
"clap",
"env_logger",
"log",
"mdbook",
"pretty_assertions",
2022-01-25 20:01:40 +00:00
"pulldown-cmark",
"serde_json",
"toml",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "memchr"
2022-05-26 21:01:13 +00:00
version = "2.5.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
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"
2022-05-26 21:01:13 +00:00
version = "2.0.4"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2018-07-19 16:10:08 +00:00
dependencies = [
"mime",
"unicase",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "mio"
version = "0.8.8"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-01-25 20:01:40 +00:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.48.0",
2022-01-25 20:01:40 +00:00
]
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 = "normpath"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
dependencies = [
"windows-sys 0.48.0",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "notify"
version = "6.0.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51"
2018-07-19 16:10:08 +00:00
dependencies = [
"bitflags 1.3.2",
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"mio",
"walkdir",
"windows-sys 0.45.0",
]
[[package]]
name = "notify-debouncer-mini"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e55ee272914f4563a2f8b8553eb6811f3c0caea81c756346bad15b7e3ef969f0"
dependencies = [
"crossbeam-channel",
"notify",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "num-traits"
2022-05-26 21:01:13 +00:00
version = "0.2.15"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2018-07-19 16:10:08 +00:00
dependencies = [
"autocfg",
2018-07-19 16:10:08 +00:00
]
2022-01-25 20:01:40 +00:00
[[package]]
name = "num_cpus"
version = "1.15.0"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-01-25 20:01:40 +00:00
dependencies = [
"hermit-abi 0.2.6",
2022-01-25 20:01:40 +00:00
"libc",
]
[[package]]
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
dependencies = [
"memchr",
]
2022-05-26 21:01:13 +00:00
[[package]]
name = "once_cell"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2018-09-13 09:14:38 +00:00
[[package]]
2022-01-25 20:01:40 +00:00
name = "opener"
version = "0.6.1"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
2018-09-13 09:14:38 +00:00
dependencies = [
2022-01-25 20:01:40 +00:00
"bstr",
"normpath",
"winapi",
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"
2022-05-26 21:01:13 +00:00
version = "0.1.3"
2020-04-06 08:39:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
2020-04-06 08:39:21 +00:00
dependencies = [
"winapi",
2020-04-06 08:39:21 +00:00
]
2022-01-25 20:01:40 +00:00
[[package]]
name = "parking_lot"
2022-10-11 16:18:02 +00:00
version = "0.12.1"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-01-25 20:01:40 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.7"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-01-25 20:01:40 +00:00
dependencies = [
"cfg-if",
2022-01-25 20:01:40 +00:00
"libc",
"redox_syscall 0.2.16",
2022-01-25 20:01:40 +00:00
"smallvec",
"windows-sys 0.45.0",
2022-01-25 20:01:40 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "percent-encoding"
2022-10-11 16:18:02 +00:00
version = "2.2.0"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2020-04-06 08:20:29 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "pest"
version = "2.5.5"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660"
dependencies = [
2022-10-11 16:18:02 +00:00
"thiserror",
"ucd-trie",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "pest_derive"
version = "2.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ac3922aac69a40733080f53c1ce7f91dcf57e1a5f6c52f421fadec7fbdc4b69"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.5.5"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06646e185566b5961b4058dd107e0a7f56e77c3f484549fb119867773c0f202"
2018-07-19 16:10:08 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn 1.0.107",
]
[[package]]
name = "pest_meta"
version = "2.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6f60b2ba541577e2a0c307c8f39d1439108120eb7903adeb6497fa880c59616"
dependencies = [
2022-10-11 16:18:02 +00:00
"once_cell",
"pest",
"sha2",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "phf"
2022-05-26 21:01:13 +00:00
version = "0.10.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
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"
2022-05-26 21:01:13 +00:00
version = "0.10.0"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
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"
2022-05-26 21:01:13 +00:00
version = "0.10.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2018-07-19 16:10:08 +00:00
dependencies = [
"phf_shared",
2022-05-26 21:01:13 +00:00
"rand",
2020-04-06 08:20:29 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "phf_shared"
2022-05-26 21:01:13 +00:00
version = "0.10.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
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"
2022-10-11 16:18:02 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
2022-01-25 20:01:40 +00:00
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-10-11 16:18:02 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2018-07-19 16:10:08 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.107",
2018-07-19 16:10:08 +00:00
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "pin-project-lite"
2022-05-26 21:01:13 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
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.17"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
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"
2022-10-11 16:18:02 +00:00
version = "1.3.0"
2020-04-06 08:39:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
2020-04-06 08:39:21 +00:00
dependencies = [
"ctor",
2022-01-25 20:01:40 +00:00
"diff",
"output_vt100",
2022-10-11 16:18:02 +00:00
"yansi",
2020-04-06 08:39:21 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.66"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
2018-07-19 16:10:08 +00:00
dependencies = [
2022-05-26 21:01:13 +00:00
"unicode-ident",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "pulldown-cmark"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
dependencies = [
"bitflags 1.3.2",
"getopts",
"memchr",
"unicase",
]
2020-04-06 08:20:29 +00:00
[[package]]
name = "quote"
version = "1.0.31"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
2020-04-06 08:20:29 +00:00
dependencies = [
"proc-macro2",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "rand"
2022-05-26 21:01:13 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2022-05-26 21:01:13 +00:00
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2022-05-26 21:01:13 +00:00
"rand_core",
]
[[package]]
name = "rand_core"
2022-10-11 16:18:02 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2022-05-26 21:01:13 +00:00
"getrandom",
2018-07-19 16:10:08 +00:00
]
2018-09-13 09:14:38 +00:00
[[package]]
name = "redox_syscall"
2022-10-11 16:18:02 +00:00
version = "0.2.16"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
2018-09-13 09:14:38 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "regex"
version = "1.9.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
2018-07-19 16:10:08 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
2018-07-19 16:10:08 +00:00
]
2022-01-25 20:01:40 +00:00
[[package]]
name = "regex-automata"
version = "0.3.3"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2022-01-25 20:01:40 +00:00
2018-09-13 09:14:38 +00:00
[[package]]
name = "regex-syntax"
version = "0.7.4"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2018-09-13 09:14:38 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustix"
version = "0.36.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
dependencies = [
"bitflags 1.3.2",
"errno 0.2.8",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
2018-09-13 09:14:38 +00:00
]
[[package]]
name = "rustix"
version = "0.37.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
dependencies = [
"bitflags 1.3.2",
"errno 0.3.1",
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]
[[package]]
name = "rustix"
version = "0.38.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
dependencies = [
"bitflags 2.3.3",
"errno 0.3.1",
"libc",
"linux-raw-sys 0.4.3",
"windows-sys 0.48.0",
]
2022-10-11 16:18:02 +00:00
[[package]]
name = "rustls-pemfile"
version = "1.0.3"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2022-10-11 16:18:02 +00:00
dependencies = [
"base64 0.21.2",
2022-10-11 16:18:02 +00:00
]
[[package]]
name = "ryu"
version = "1.0.12"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
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.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2018-07-19 16:10:08 +00:00
2022-01-25 20:01:40 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-10-11 16:18:02 +00:00
[[package]]
name = "scratch"
version = "1.0.3"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2022-10-11 16:18:02 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "serde"
version = "1.0.171"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
dependencies = [
"serde_derive",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "serde_derive"
version = "1.0.171"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
2018-07-19 16:10:08 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.26",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.103"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
2018-07-19 16:10:08 +00:00
dependencies = [
2022-05-26 21:01:13 +00:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
2022-01-25 20:01:40 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 20:01:40 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
2022-01-25 20:01:40 +00:00
"form_urlencoded",
2022-05-26 21:01:13 +00:00
"itoa",
2022-01-25 20:01:40 +00:00
"ryu",
"serde",
2018-07-19 16:10:08 +00:00
]
2022-05-26 21:01:13 +00:00
[[package]]
2022-10-11 16:18:02 +00:00
name = "sha1"
version = "0.10.5"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-05-26 21:01:13 +00:00
dependencies = [
"cfg-if",
2022-05-26 21:01:13 +00:00
"cpufeatures",
2022-10-11 16:18:02 +00:00
"digest",
2022-05-26 21:01:13 +00:00
]
[[package]]
name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "shlex"
2022-01-25 20:01:40 +00:00
version = "1.1.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 20:01:40 +00:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2018-07-19 16:10:08 +00:00
[[package]]
2020-04-06 08:20:29 +00:00
name = "siphasher"
2022-05-26 21:01:13 +00:00
version = "0.3.10"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2018-07-19 16:10:08 +00:00
[[package]]
2020-04-06 08:20:29 +00:00
name = "slab"
2022-10-11 16:18:02 +00:00
version = "0.4.7"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
2022-01-25 20:01:40 +00:00
[[package]]
name = "smallvec"
2022-10-11 16:18:02 +00:00
version = "1.10.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2018-07-19 16:10:08 +00:00
[[package]]
name = "socket2"
version = "0.4.9"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2018-07-19 16:10:08 +00:00
dependencies = [
"libc",
"winapi",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "string_cache"
2022-05-26 21:01:13 +00:00
version = "0.8.4"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
2018-07-19 16:10:08 +00:00
dependencies = [
"new_debug_unreachable",
2022-05-26 21:01:13 +00:00
"once_cell",
2022-01-25 20:01:40 +00:00
"parking_lot",
"phf_shared",
"precomputed-hash",
"serde",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "string_cache_codegen"
2022-05-26 21:01:13 +00:00
version = "0.5.2"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
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"
2022-05-26 21:01:13 +00:00
version = "0.10.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2018-07-19 16:10:08 +00:00
2020-04-06 08:20:29 +00:00
[[package]]
name = "syn"
version = "1.0.107"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2018-09-13 09:14:38 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-05-26 21:01:13 +00:00
"unicode-ident",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "syn"
version = "2.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "tempfile"
version = "3.6.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2018-07-19 16:10:08 +00:00
dependencies = [
"autocfg",
"cfg-if",
2022-01-25 20:01:40 +00:00
"fastrand",
"redox_syscall 0.3.5",
"rustix 0.37.23",
"windows-sys 0.48.0",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "tendril"
2022-05-26 21:01:13 +00:00
version = "0.4.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
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.2.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2018-07-19 16:10:08 +00:00
dependencies = [
"winapi-util",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "terminal_size"
version = "0.2.3"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
dependencies = [
"rustix 0.36.8",
"windows-sys 0.42.0",
]
2018-07-19 16:10:08 +00:00
2022-01-25 20:01:40 +00:00
[[package]]
name = "thiserror"
version = "1.0.38"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2022-01-25 20:01:40 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.38"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2022-01-25 20:01:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.107",
]
[[package]]
name = "thread_local"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
"cfg-if",
"once_cell",
2022-01-25 20:01:40 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "tinyvec"
2022-05-26 21:01:13 +00:00
version = "1.6.0"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.29.1"
2018-09-13 09:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
2018-09-13 09:14:38 +00:00
dependencies = [
2022-10-11 16:18:02 +00:00
"autocfg",
"backtrace",
2022-01-25 20:01:40 +00:00
"bytes",
"libc",
"mio",
2022-01-25 20:01:40 +00:00
"num_cpus",
"pin-project-lite",
2022-05-26 21:01:13 +00:00
"socket2",
"tokio-macros",
"windows-sys 0.48.0",
2018-09-13 09:14:38 +00:00
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "tokio-macros"
version = "2.1.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2018-07-19 16:10:08 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.26",
2018-07-19 16:10:08 +00:00
]
2022-01-25 20:01:40 +00:00
[[package]]
name = "tokio-stream"
2022-10-11 16:18:02 +00:00
version = "0.1.11"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
2022-01-25 20:01:40 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "tokio-tungstenite"
version = "0.18.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
2018-07-19 16:10:08 +00:00
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "tokio-util"
version = "0.7.7"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
2022-05-26 21:01:13 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "toml"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.14"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
dependencies = [
"indexmap 2.0.0",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2018-07-19 16:10:08 +00:00
2022-01-25 20:01:40 +00:00
[[package]]
name = "topological-sort"
version = "0.2.2"
2022-01-25 20:01:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
2022-01-25 20:01:40 +00:00
2018-07-19 16:10:08 +00:00
[[package]]
name = "tower-service"
2022-10-11 16:18:02 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2022-10-11 16:18:02 +00:00
version = "0.1.37"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2018-07-19 16:10:08 +00:00
dependencies = [
"cfg-if",
"log",
2022-01-25 20:01:40 +00:00
"pin-project-lite",
"tracing-core",
2018-07-19 16:10:08 +00:00
]
2022-05-26 21:01:13 +00:00
[[package]]
name = "tracing-core"
2022-10-11 16:18:02 +00:00
version = "0.1.30"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
dependencies = [
2022-10-11 16:18:02 +00:00
"once_cell",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "tungstenite"
version = "0.18.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
2018-07-19 16:10:08 +00:00
dependencies = [
"base64 0.13.1",
"byteorder",
2022-01-25 20:01:40 +00:00
"bytes",
"http",
"httparse",
"log",
2022-05-26 21:01:13 +00:00
"rand",
"sha1",
2022-01-25 20:01:40 +00:00
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "ucd-trie"
2022-10-11 16:18:02 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
[[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.10"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
2022-05-26 21:01:13 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.6"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2018-07-19 16:10:08 +00:00
[[package]]
name = "unicode-normalization"
2022-10-11 16:18:02 +00:00
version = "0.1.22"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2018-07-19 16:10:08 +00:00
[[package]]
name = "unicode-width"
2022-10-11 16:18:02 +00:00
version = "0.1.10"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2018-07-19 16:10:08 +00:00
[[package]]
2020-04-06 08:20:29 +00:00
name = "url"
2022-10-11 16:18:02 +00:00
version = "2.3.1"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-11 16:18:02 +00:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2020-04-06 08:20:29 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
2020-04-06 08:20:29 +00:00
]
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 = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2020-04-06 08:20:29 +00:00
[[package]]
name = "version_check"
2022-01-25 20:01:40 +00:00
version = "0.9.4"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 20:01:40 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
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",
"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.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69"
dependencies = [
2022-01-25 20:01:40 +00:00
"bytes",
"futures-channel",
"futures-util",
"headers",
"http",
"hyper",
"log",
"mime",
"mime_guess",
2022-01-25 20:01:40 +00:00
"percent-encoding",
"pin-project",
2022-10-11 16:18:02 +00:00
"rustls-pemfile",
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2022-01-25 20:01:40 +00:00
"tokio-stream",
"tokio-tungstenite",
2022-10-11 16:18:02 +00:00
"tokio-util",
"tower-service",
"tracing",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "wasi"
2022-05-26 21:01:13 +00:00
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 21:01:13 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-10-11 16:18:02 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.84"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2022-10-11 16:18:02 +00:00
dependencies = [
"cfg-if",
2022-10-11 16:18:02 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.84"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2022-10-11 16:18:02 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn 1.0.107",
2022-10-11 16:18:02 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.84"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2022-10-11 16:18:02 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.84"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2022-10-11 16:18:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.107",
2022-10-11 16:18:02 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.84"
2022-10-11 16:18:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2022-10-11 16:18:02 +00:00
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-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",
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]]
2022-05-26 21:01:13 +00:00
name = "windows-sys"
version = "0.42.0"
2018-07-19 16:10:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2018-07-19 16:10:08 +00:00
dependencies = [
"windows_aarch64_gnullvm 0.42.1",
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm 0.42.1",
"windows_x86_64_msvc 0.42.1",
2018-07-19 16:10:08 +00:00
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.1",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.1",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm 0.42.1",
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm 0.42.1",
"windows_x86_64_msvc 0.42.1",
]
[[package]]
name = "windows-targets"
version = "0.48.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2020-04-06 08:20:29 +00:00
[[package]]
2022-05-26 21:01:13 +00:00
name = "windows_aarch64_msvc"
version = "0.42.1"
2020-04-06 08:20:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.1"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.1"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.1"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.1"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-05-26 21:01:13 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.1"
2022-05-26 21:01:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2022-10-11 16:18:02 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7"
dependencies = [
"memchr",
]
2022-10-11 16:18:02 +00:00
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"