bunbun/Cargo.lock

2300 lines
55 KiB
Plaintext
Raw Normal View History

2019-12-15 16:07:36 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2022-06-03 03:08:04 +00:00
version = 3
2019-12-15 16:07:36 +00:00
[[package]]
name = "actix-codec"
2020-09-27 19:29:26 +00:00
version = "0.3.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78d1833b3838dbe990df0f1f87baf640cf6146e898166afe401839d1b001e570"
2019-12-15 16:07:36 +00:00
dependencies = [
"bitflags",
2021-04-05 19:00:58 +00:00
"bytes 0.5.6",
"futures-core",
"futures-sink",
"log",
2022-06-03 03:08:04 +00:00
"pin-project 0.4.29",
"tokio",
"tokio-util",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-connect"
2020-09-27 19:29:26 +00:00
version = "2.0.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "177837a10863f15ba8d3ae3ec12fac1099099529ed20083a27fdfe247381d0dc"
2019-12-15 16:07:36 +00:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
"derive_more",
"either",
"futures-util",
"http",
"log",
"trust-dns-proto",
"trust-dns-resolver",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-http"
2022-06-03 03:08:04 +00:00
version = "2.2.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "2be6b66b62a794a8e6d366ac9415bb7d475ffd1e9f4671f38c1d8a8a5df950b3"
dependencies = [
"actix-codec",
"actix-connect",
"actix-rt",
"actix-service",
"actix-threadpool",
"actix-utils",
2021-04-05 19:00:58 +00:00
"base64",
"bitflags",
2022-06-03 03:08:04 +00:00
"brotli",
2021-04-05 19:00:58 +00:00
"bytes 0.5.6",
"cookie",
"copyless",
"derive_more",
"either",
"encoding_rs",
"flate2",
"futures-channel",
"futures-core",
"futures-util",
"fxhash",
"h2",
"http",
"httparse",
"indexmap",
2022-06-03 03:08:04 +00:00
"itoa 0.4.8",
"language-tags",
"lazy_static",
"log",
"mime",
"percent-encoding",
2022-06-03 03:08:04 +00:00
"pin-project 1.0.10",
"rand",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
2022-06-03 03:08:04 +00:00
"sha-1 0.9.8",
"slab",
2022-06-03 03:08:04 +00:00
"time 0.2.27",
2019-12-26 20:06:00 +00:00
]
[[package]]
name = "actix-macros"
2021-04-05 19:00:58 +00:00
version = "0.1.3"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "b4ca8ce00b267af8ccebbd647de0d61e0674b6e61185cc7a592ff88772bed655"
2019-12-26 20:06:00 +00:00
dependencies = [
"quote",
"syn",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-router"
2021-04-05 19:00:58 +00:00
version = "0.2.7"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "2ad299af73649e1fc893e333ccf86f377751eb95ff875d095131574c6f43452c"
2019-12-15 16:07:36 +00:00
dependencies = [
"bytestring",
"http",
"log",
"regex",
"serde",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-rt"
version = "1.1.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "143fcc2912e0d1de2bcf4e2f720d2a60c28652ab4179685a1ee159e0fb3db227"
2019-12-15 16:07:36 +00:00
dependencies = [
"actix-macros",
"actix-threadpool",
"copyless",
"futures-channel",
"futures-util",
"smallvec",
"tokio",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-server"
2020-09-27 19:29:26 +00:00
version = "1.0.4"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45407e6e672ca24784baa667c5d32ef109ccdd8d5e0b5ebb9ef8a67f4dfb708e"
2019-12-15 16:07:36 +00:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
"futures-channel",
"futures-util",
"log",
"mio",
"mio-uds",
"num_cpus",
"slab",
"socket2",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-service"
2020-09-27 19:29:26 +00:00
version = "1.0.6"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0052435d581b5be835d11f4eb3bce417c8af18d87ddf8ace99f8e67e595882bb"
2019-12-15 16:07:36 +00:00
dependencies = [
"futures-util",
2022-06-03 03:08:04 +00:00
"pin-project 0.4.29",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-testing"
version = "1.0.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47239ca38799ab74ee6a8a94d1ce857014b2ac36f242f70f3f75a66f691e791c"
2019-12-15 16:07:36 +00:00
dependencies = [
"actix-macros",
"actix-rt",
"actix-server",
"actix-service",
"log",
"socket2",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-threadpool"
2020-09-27 19:29:26 +00:00
version = "0.3.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d209f04d002854b9afd3743032a27b066158817965bf5d036824d19ac2cc0e30"
2019-12-15 16:07:36 +00:00
dependencies = [
"derive_more",
"futures-channel",
"lazy_static",
"log",
"num_cpus",
"parking_lot",
"threadpool",
2019-12-15 16:07:36 +00:00
]
2019-12-26 20:06:00 +00:00
[[package]]
name = "actix-tls"
2020-09-27 19:29:26 +00:00
version = "2.0.0"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24789b7d7361cf5503a504ebe1c10806896f61e96eca9a7350e23001aca715fb"
2019-12-26 20:06:00 +00:00
dependencies = [
"actix-codec",
"actix-service",
"actix-utils",
"futures-util",
2019-12-26 20:06:00 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "actix-utils"
2020-09-27 19:29:26 +00:00
version = "2.0.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9022dec56632d1d7979e59af14f0597a28a830a9c1c7fec8b2327eb9f16b5a"
2019-12-15 16:07:36 +00:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"bitflags",
2021-04-05 19:00:58 +00:00
"bytes 0.5.6",
"either",
"futures-channel",
"futures-sink",
"futures-util",
"log",
2022-06-03 03:08:04 +00:00
"pin-project 0.4.29",
"slab",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-web"
2022-06-03 03:08:04 +00:00
version = "3.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "b6534a126df581caf443ba2751cab42092c89b3f1d06a9d829b1e17edfe3e277"
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-testing",
"actix-threadpool",
"actix-tls",
"actix-utils",
"actix-web-codegen",
"awc",
2021-04-05 19:00:58 +00:00
"bytes 0.5.6",
"derive_more",
"encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
"fxhash",
"log",
"mime",
2022-06-03 03:08:04 +00:00
"pin-project 1.0.10",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"socket2",
2022-06-03 03:08:04 +00:00
"time 0.2.27",
"tinyvec",
"url",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "actix-web-codegen"
version = "0.4.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad26f77093333e0e7c6ffe54ebe3582d908a104e448723eec6d43d08b07143fb"
2019-12-15 16:07:36 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "adler"
2021-04-05 19:00:58 +00:00
version = "1.0.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2019-12-15 16:07:36 +00:00
[[package]]
name = "aho-corasick"
2022-06-03 03:08:04 +00:00
version = "0.7.18"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2019-12-15 16:07:36 +00:00
dependencies = [
"memchr",
2019-12-15 16:07:36 +00:00
]
[[package]]
2022-06-03 03:08:04 +00:00
name = "alloc-no-stdlib"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
[[package]]
2022-06-03 03:08:04 +00:00
name = "alloc-stdlib"
version = "0.2.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
dependencies = [
"alloc-no-stdlib",
]
2019-12-15 16:07:36 +00:00
2019-12-26 20:06:00 +00:00
[[package]]
name = "async-trait"
2022-06-03 03:08:04 +00:00
version = "0.1.56"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
2019-12-26 20:06:00 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-12-26 20:06:00 +00:00
]
2019-12-23 19:09:49 +00:00
[[package]]
name = "atty"
2020-04-09 00:58:46 +00:00
version = "0.2.14"
2019-12-23 19:09:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-12-23 19:09:49 +00:00
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
2019-12-23 19:09:49 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "autocfg"
2022-06-03 03:08:04 +00:00
version = "1.1.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2019-12-15 16:07:36 +00:00
[[package]]
name = "awc"
2021-04-05 19:00:58 +00:00
version = "2.0.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "b381e490e7b0cfc37ebc54079b0413d8093ef43d14a4e4747083f7fa47a9e691"
2019-12-15 16:07:36 +00:00
dependencies = [
"actix-codec",
"actix-http",
"actix-rt",
"actix-service",
2021-04-05 19:00:58 +00:00
"base64",
"bytes 0.5.6",
"cfg-if 1.0.0",
"derive_more",
"futures-core",
"log",
"mime",
"percent-encoding",
2022-06-03 03:08:04 +00:00
"rand",
"serde",
"serde_json",
"serde_urlencoded",
2019-12-15 16:07:36 +00:00
]
2020-09-27 19:29:26 +00:00
[[package]]
name = "base-x"
2022-06-03 03:08:04 +00:00
version = "0.2.10"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
2020-09-27 19:29:26 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2019-12-15 16:07:36 +00:00
[[package]]
name = "bitflags"
2022-06-03 03:08:04 +00:00
version = "1.3.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-12-15 16:07:36 +00:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2019-12-15 16:07:36 +00:00
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
2021-04-05 19:00:58 +00:00
"generic-array 0.12.4",
2019-12-15 16:07:36 +00:00
]
2020-09-27 19:29:26 +00:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2020-09-27 19:29:26 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"generic-array 0.14.5",
2020-09-27 19:29:26 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2019-12-15 16:07:36 +00:00
dependencies = [
"byte-tools",
2019-12-15 16:07:36 +00:00
]
[[package]]
2022-06-03 03:08:04 +00:00
name = "brotli"
version = "3.3.4"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
2019-12-15 16:07:36 +00:00
]
[[package]]
2022-06-03 03:08:04 +00:00
name = "brotli-decompressor"
version = "2.3.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"alloc-no-stdlib",
"alloc-stdlib",
2019-12-15 16:07:36 +00:00
]
2020-09-27 19:29:26 +00:00
[[package]]
name = "bumpalo"
2022-06-03 03:08:04 +00:00
version = "3.10.0"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2020-09-27 19:29:26 +00:00
2019-12-15 16:07:36 +00:00
[[package]]
name = "bunbun"
2020-09-28 04:52:08 +00:00
version = "0.8.0"
2019-12-15 16:07:36 +00:00
dependencies = [
"actix-web",
"clap",
"dirs",
"handlebars",
"hotwatch",
"log",
"percent-encoding",
"serde",
"serde_json",
"serde_yaml",
"simple_logger",
"tempfile",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2019-12-15 16:07:36 +00:00
[[package]]
name = "byteorder"
2021-04-05 19:00:58 +00:00
version = "1.4.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2019-12-15 16:07:36 +00:00
[[package]]
name = "bytes"
2020-09-27 19:29:26 +00:00
version = "0.5.6"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2019-12-26 20:06:00 +00:00
2021-04-05 19:00:58 +00:00
[[package]]
name = "bytes"
2022-06-03 03:08:04 +00:00
version = "1.1.0"
2021-04-05 19:00:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-04-05 19:00:58 +00:00
2019-12-26 20:06:00 +00:00
[[package]]
name = "bytestring"
2021-04-05 19:00:58 +00:00
version = "1.0.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"bytes 1.1.0",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-12-15 16:07:36 +00:00
2019-12-23 19:09:49 +00:00
[[package]]
name = "clap"
2022-06-03 03:08:04 +00:00
version = "3.1.18"
2019-12-23 19:09:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
2019-12-23 19:09:49 +00:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
2022-06-03 03:08:04 +00:00
"clap_lex",
"indexmap",
"lazy_static",
"strsim",
"termcolor",
"terminal_size",
"textwrap",
]
[[package]]
name = "clap_derive"
2022-06-03 03:08:04 +00:00
version = "3.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2019-12-23 19:09:49 +00:00
]
2022-06-03 03:08:04 +00:00
[[package]]
name = "clap_lex"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
dependencies = [
"os_str_bytes",
]
2019-12-23 19:09:49 +00:00
[[package]]
name = "colored"
2022-06-03 03:08:04 +00:00
version = "2.0.0"
2019-12-23 19:09:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
2019-12-23 19:09:49 +00:00
dependencies = [
"atty",
"lazy_static",
"winapi 0.3.9",
2019-12-23 19:09:49 +00:00
]
2020-09-27 19:29:26 +00:00
[[package]]
name = "const_fn"
2022-06-03 03:08:04 +00:00
version = "0.4.9"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
2021-04-05 19:00:58 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2020-09-27 19:29:26 +00:00
[[package]]
name = "cookie"
2021-04-05 19:00:58 +00:00
version = "0.14.4"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
2020-09-27 19:29:26 +00:00
dependencies = [
"percent-encoding",
2022-06-03 03:08:04 +00:00
"time 0.2.27",
"version_check",
2020-09-27 19:29:26 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "copyless"
version = "0.1.5"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
2019-12-15 16:07:36 +00:00
2020-09-27 19:29:26 +00:00
[[package]]
2022-06-03 03:08:04 +00:00
name = "cpufeatures"
version = "0.2.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"libc",
2019-12-15 16:07:36 +00:00
]
[[package]]
2022-06-03 03:08:04 +00:00
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2021-04-05 19:00:58 +00:00
"cfg-if 1.0.0",
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "derive_more"
2022-06-03 03:08:04 +00:00
version = "0.99.17"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"convert_case",
"proc-macro2",
"quote",
2022-06-03 03:08:04 +00:00
"rustc_version 0.4.0",
"syn",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"generic-array 0.12.4",
2019-12-15 16:07:36 +00:00
]
2020-09-27 19:29:26 +00:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2020-09-27 19:29:26 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"generic-array 0.14.5",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "dirs"
2022-06-03 03:08:04 +00:00
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2022-06-03 03:08:04 +00:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
]
2020-09-27 19:29:26 +00:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2020-09-27 19:29:26 +00:00
2019-12-15 16:07:36 +00:00
[[package]]
name = "either"
2020-09-27 19:29:26 +00:00
version = "1.6.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2019-12-15 16:07:36 +00:00
[[package]]
name = "encoding_rs"
2022-06-03 03:08:04 +00:00
version = "0.8.31"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2019-12-15 16:07:36 +00:00
dependencies = [
"cfg-if 1.0.0",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "enum-as-inner"
2022-06-03 03:08:04 +00:00
version = "0.3.4"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"
2019-12-15 16:07:36 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2019-12-15 16:07:36 +00:00
2022-06-03 03:08:04 +00:00
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2019-12-21 19:04:13 +00:00
[[package]]
name = "filetime"
2022-06-03 03:08:04 +00:00
version = "0.2.16"
2019-12-21 19:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
2019-12-21 19:04:13 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-06-03 03:08:04 +00:00
"redox_syscall",
"winapi 0.3.9",
2019-12-21 19:04:13 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "flate2"
2022-06-03 03:08:04 +00:00
version = "1.0.24"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2019-12-15 16:07:36 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-12-15 16:07:36 +00:00
[[package]]
name = "form_urlencoded"
2021-04-05 19:00:58 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
2019-12-21 19:04:13 +00:00
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
2019-12-21 19:04:13 +00:00
dependencies = [
"bitflags",
"fsevent-sys",
2019-12-21 19:04:13 +00:00
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2019-12-21 19:04:13 +00:00
dependencies = [
"libc",
2019-12-21 19:04:13 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2019-12-15 16:07:36 +00:00
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-12-15 16:07:36 +00:00
[[package]]
name = "futures"
2022-06-03 03:08:04 +00:00
version = "0.3.21"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2019-12-26 20:06:00 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2019-12-26 20:06:00 +00:00
]
[[package]]
name = "futures-channel"
2022-06-03 03:08:04 +00:00
version = "0.3.21"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2019-12-26 20:06:00 +00:00
dependencies = [
"futures-core",
"futures-sink",
2019-12-26 20:06:00 +00:00
]
[[package]]
name = "futures-core"
2022-06-03 03:08:04 +00:00
version = "0.3.21"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2019-12-26 20:06:00 +00:00
[[package]]
name = "futures-io"
2022-06-03 03:08:04 +00:00
version = "0.3.21"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2019-12-26 20:06:00 +00:00
[[package]]
name = "futures-macro"
2022-06-03 03:08:04 +00:00
version = "0.3.21"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2019-12-26 20:06:00 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-12-26 20:06:00 +00:00
]
[[package]]
name = "futures-sink"
2022-06-03 03:08:04 +00:00
version = "0.3.21"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2019-12-26 20:06:00 +00:00
[[package]]
name = "futures-task"
2022-06-03 03:08:04 +00:00
version = "0.3.21"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2019-12-26 20:06:00 +00:00
[[package]]
name = "futures-util"
2022-06-03 03:08:04 +00:00
version = "0.3.21"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2019-12-26 20:06:00 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2022-06-03 03:08:04 +00:00
"pin-project-lite 0.2.9",
"pin-utils",
"slab",
2019-12-26 20:06:00 +00:00
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2019-12-26 20:06:00 +00:00
dependencies = [
"byteorder",
2019-12-26 20:06:00 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
2020-09-27 19:29:26 +00:00
name = "generic-array"
2021-04-05 19:00:58 +00:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "generic-array"
2022-06-03 03:08:04 +00:00
version = "0.14.5"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2019-12-15 16:07:36 +00:00
dependencies = [
"typenum",
"version_check",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "getrandom"
2021-04-05 19:00:58 +00:00
version = "0.1.16"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"cfg-if 1.0.0",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
2019-12-15 16:07:36 +00:00
]
[[package]]
2021-04-05 19:00:58 +00:00
name = "getrandom"
2022-06-03 03:08:04 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2021-04-05 19:00:58 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.10.2+wasi-snapshot-preview1",
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "h2"
version = "0.2.7"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"bytes 0.5.6",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
"tracing-futures",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "handlebars"
2022-06-03 03:08:04 +00:00
version = "4.3.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df"
2019-12-15 16:07:36 +00:00
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
"serde_json",
2022-06-03 03:08:04 +00:00
"thiserror",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "hashbrown"
2022-06-03 03:08:04 +00:00
version = "0.11.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2019-12-15 16:07:36 +00:00
[[package]]
2019-12-26 20:06:00 +00:00
name = "heck"
2022-06-03 03:08:04 +00:00
version = "0.4.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2019-12-15 16:07:36 +00:00
[[package]]
name = "hermit-abi"
2022-06-03 03:08:04 +00:00
version = "0.1.19"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-12-15 16:07:36 +00:00
dependencies = [
"libc",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "hostname"
2020-04-09 00:58:46 +00:00
version = "0.3.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2019-12-15 16:07:36 +00:00
dependencies = [
"libc",
"match_cfg",
"winapi 0.3.9",
2019-12-15 16:07:36 +00:00
]
2019-12-21 19:04:13 +00:00
[[package]]
name = "hotwatch"
2022-06-03 03:08:04 +00:00
version = "0.4.6"
2019-12-21 19:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "39301670a6f5798b75f36a1b149a379a50df5aa7c71be50f4b41ec6eab445cb8"
2019-12-21 19:04:13 +00:00
dependencies = [
"log",
"notify",
2019-12-21 19:04:13 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "http"
2022-06-03 03:08:04 +00:00
version = "0.2.7"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"bytes 1.1.0",
"fnv",
2022-06-03 03:08:04 +00:00
"itoa 1.0.2",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "httparse"
2022-06-03 03:08:04 +00:00
version = "1.7.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
2019-12-15 16:07:36 +00:00
[[package]]
name = "idna"
2022-06-03 03:08:04 +00:00
version = "0.2.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2019-12-15 16:07:36 +00:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "indexmap"
2022-06-03 03:08:04 +00:00
version = "1.8.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
2019-12-15 16:07:36 +00:00
dependencies = [
"autocfg",
"hashbrown",
2019-12-15 16:07:36 +00:00
]
2019-12-21 19:04:13 +00:00
[[package]]
name = "inotify"
version = "0.7.1"
2019-12-21 19:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2019-12-21 19:04:13 +00:00
dependencies = [
"bitflags",
"inotify-sys",
"libc",
2019-12-21 19:04:13 +00:00
]
[[package]]
name = "inotify-sys"
2021-04-05 19:00:58 +00:00
version = "0.1.5"
2019-12-21 19:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2019-12-21 19:04:13 +00:00
dependencies = [
"libc",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "instant"
2022-06-03 03:08:04 +00:00
version = "0.1.12"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-09-27 19:29:26 +00:00
dependencies = [
"cfg-if 1.0.0",
2019-12-21 19:04:13 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-12-15 16:07:36 +00:00
dependencies = [
"libc",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "ipconfig"
version = "0.2.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
2019-12-15 16:07:36 +00:00
dependencies = [
"socket2",
"widestring",
"winapi 0.3.9",
"winreg",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "itoa"
2022-06-03 03:08:04 +00:00
version = "0.4.8"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2019-12-15 16:07:36 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-12-15 16:07:36 +00:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
2019-12-15 16:07:36 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-12-15 16:07:36 +00:00
2019-12-21 19:04:13 +00:00
[[package]]
name = "lazycell"
2020-09-27 19:29:26 +00:00
version = "1.3.0"
2019-12-21 19:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-12-21 19:04:13 +00:00
2019-12-15 16:07:36 +00:00
[[package]]
name = "libc"
2022-06-03 03:08:04 +00:00
version = "0.2.126"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2019-12-15 16:07:36 +00:00
[[package]]
name = "linked-hash-map"
2021-04-05 19:00:58 +00:00
version = "0.5.4"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2019-12-15 16:07:36 +00:00
[[package]]
name = "lock_api"
2022-06-03 03:08:04 +00:00
version = "0.4.7"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"autocfg",
"scopeguard",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "log"
2022-06-03 03:08:04 +00:00
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
2021-04-05 19:00:58 +00:00
"cfg-if 1.0.0",
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2019-12-15 16:07:36 +00:00
dependencies = [
"linked-hash-map",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2019-12-15 16:07:36 +00:00
2020-04-09 00:58:46 +00:00
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2020-04-09 00:58:46 +00:00
2019-12-15 16:07:36 +00:00
[[package]]
name = "matches"
2022-06-03 03:08:04 +00:00
version = "0.1.9"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2019-12-15 16:07:36 +00:00
[[package]]
name = "memchr"
2022-06-03 03:08:04 +00:00
version = "2.5.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-12-15 16:07:36 +00:00
[[package]]
name = "mime"
2020-04-09 00:58:46 +00:00
version = "0.3.16"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2019-12-15 16:07:36 +00:00
[[package]]
name = "miniz_oxide"
2022-06-03 03:08:04 +00:00
version = "0.5.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2019-12-15 16:07:36 +00:00
dependencies = [
"adler",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "mio"
2021-04-05 19:00:58 +00:00
version = "0.6.23"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2019-12-15 16:07:36 +00:00
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2019-12-15 16:07:36 +00:00
]
2019-12-21 19:04:13 +00:00
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2019-12-21 19:04:13 +00:00
dependencies = [
"lazycell",
"log",
"mio",
"slab",
2019-12-21 19:04:13 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "mio-uds"
version = "0.6.8"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2019-12-15 16:07:36 +00:00
dependencies = [
"iovec",
"libc",
"mio",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "miow"
2021-04-05 19:00:58 +00:00
version = "0.2.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2019-12-15 16:07:36 +00:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "net2"
2021-04-05 19:00:58 +00:00
version = "0.2.37"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2019-12-15 16:07:36 +00:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2019-12-15 16:07:36 +00:00
]
2019-12-21 19:04:13 +00:00
[[package]]
name = "notify"
2022-06-03 03:08:04 +00:00
version = "4.0.17"
2019-12-21 19:04:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
2019-12-21 19:04:13 +00:00
dependencies = [
"bitflags",
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio",
"mio-extras",
"walkdir",
"winapi 0.3.9",
2019-12-21 19:04:13 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
2022-06-03 03:08:04 +00:00
name = "num_cpus"
version = "1.13.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"hermit-abi",
"libc",
2019-12-15 16:07:36 +00:00
]
[[package]]
2022-06-03 03:08:04 +00:00
name = "num_threads"
version = "0.1.6"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
2019-12-15 16:07:36 +00:00
dependencies = [
"libc",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2019-12-15 16:07:36 +00:00
2020-09-27 19:29:26 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-09-27 19:29:26 +00:00
[[package]]
name = "os_str_bytes"
2022-06-03 03:08:04 +00:00
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
2019-12-15 16:07:36 +00:00
[[package]]
name = "parking_lot"
2022-06-03 03:08:04 +00:00
version = "0.11.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2019-12-15 16:07:36 +00:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "parking_lot_core"
2022-06-03 03:08:04 +00:00
version = "0.8.5"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"cfg-if 1.0.0",
"instant",
"libc",
2022-06-03 03:08:04 +00:00
"redox_syscall",
"smallvec",
"winapi 0.3.9",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-12-15 16:07:36 +00:00
[[package]]
name = "pest"
2020-04-09 00:58:46 +00:00
version = "2.1.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2019-12-15 16:07:36 +00:00
dependencies = [
"ucd-trie",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
2019-12-15 16:07:36 +00:00
dependencies = [
"pest",
"pest_generator",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "pest_generator"
2020-04-09 00:58:46 +00:00
version = "2.1.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
2019-12-15 16:07:36 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "pest_meta"
2020-04-09 00:58:46 +00:00
version = "2.1.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
2019-12-15 16:07:36 +00:00
dependencies = [
"maplit",
"pest",
"sha-1 0.8.2",
2019-12-15 16:07:36 +00:00
]
2019-12-26 20:06:00 +00:00
[[package]]
name = "pin-project"
2022-06-03 03:08:04 +00:00
version = "0.4.29"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"
2019-12-26 20:06:00 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"pin-project-internal 0.4.29",
]
[[package]]
name = "pin-project"
2022-06-03 03:08:04 +00:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
dependencies = [
2022-06-03 03:08:04 +00:00
"pin-project-internal 1.0.10",
2019-12-26 20:06:00 +00:00
]
[[package]]
name = "pin-project-internal"
2022-06-03 03:08:04 +00:00
version = "0.4.29"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"
2019-12-26 20:06:00 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-internal"
2022-06-03 03:08:04 +00:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-12-26 20:06:00 +00:00
]
[[package]]
name = "pin-project-lite"
2021-04-05 19:00:58 +00:00
version = "0.1.12"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
2022-06-03 03:08:04 +00:00
version = "0.2.9"
2021-04-05 19:00:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2019-12-26 20:06:00 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2019-12-26 20:06:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-12-26 20:06:00 +00:00
2019-12-15 16:07:36 +00:00
[[package]]
name = "ppv-lite86"
2022-06-03 03:08:04 +00:00
version = "0.2.16"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2019-12-15 16:07:36 +00:00
[[package]]
name = "proc-macro-error"
2020-09-27 19:29:26 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2020-09-27 19:29:26 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2019-12-15 16:07:36 +00:00
[[package]]
name = "proc-macro2"
2022-06-03 03:08:04 +00:00
version = "1.0.39"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"unicode-ident",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "quick-error"
2020-04-09 00:58:46 +00:00
version = "1.2.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2019-12-15 16:07:36 +00:00
[[package]]
name = "quote"
2022-06-03 03:08:04 +00:00
version = "1.0.18"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2019-12-15 16:07:36 +00:00
dependencies = [
"proc-macro2",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "rand"
2020-04-09 00:58:46 +00:00
version = "0.7.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"getrandom 0.1.16",
"libc",
2022-06-03 03:08:04 +00:00
"rand_chacha",
"rand_core",
"rand_hc",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "rand_chacha"
2020-04-09 00:58:46 +00:00
version = "0.2.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-12-15 16:07:36 +00:00
dependencies = [
"ppv-lite86",
2022-06-03 03:08:04 +00:00
"rand_core",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"getrandom 0.1.16",
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"rand_core",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "redox_syscall"
2022-06-03 03:08:04 +00:00
version = "0.2.13"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2021-04-05 19:00:58 +00:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
2022-06-03 03:08:04 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2022-06-03 03:08:04 +00:00
"getrandom 0.2.6",
"redox_syscall",
"thiserror",
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "regex"
2022-06-03 03:08:04 +00:00
version = "1.5.6"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
2019-12-15 16:07:36 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "regex-syntax"
2022-06-03 03:08:04 +00:00
version = "0.6.26"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
2019-12-15 16:07:36 +00:00
2019-12-29 05:08:13 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
2019-12-29 05:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2019-12-29 05:08:13 +00:00
dependencies = [
"winapi 0.3.9",
2019-12-29 05:08:13 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "resolv-conf"
version = "0.7.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
2019-12-15 16:07:36 +00:00
dependencies = [
"hostname",
2022-06-03 03:08:04 +00:00
"quick-error",
2019-12-15 16:07:36 +00:00
]
[[package]]
2022-06-03 03:08:04 +00:00
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2022-06-03 03:08:04 +00:00
"semver 0.9.0",
]
[[package]]
name = "rustc_version"
2022-06-03 03:08:04 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2022-06-03 03:08:04 +00:00
"semver 1.0.9",
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "ryu"
2022-06-03 03:08:04 +00:00
version = "1.0.10"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2019-12-15 16:07:36 +00:00
[[package]]
name = "same-file"
2020-04-09 00:58:46 +00:00
version = "1.0.6"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-12-15 16:07:36 +00:00
dependencies = [
"winapi-util",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "scopeguard"
2020-04-09 00:58:46 +00:00
version = "1.1.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-12-15 16:07:36 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser",
]
2022-06-03 03:08:04 +00:00
[[package]]
name = "semver"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-12-15 16:07:36 +00:00
[[package]]
name = "serde"
2022-06-03 03:08:04 +00:00
version = "1.0.137"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
2019-12-15 16:07:36 +00:00
dependencies = [
"serde_derive",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "serde_derive"
2022-06-03 03:08:04 +00:00
version = "1.0.137"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
2019-12-15 16:07:36 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "serde_json"
2022-06-03 03:08:04 +00:00
version = "1.0.81"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"itoa 1.0.2",
"ryu",
"serde",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "serde_urlencoded"
2022-06-03 03:08:04 +00:00
version = "0.7.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"form_urlencoded",
2022-06-03 03:08:04 +00:00
"itoa 1.0.2",
2021-04-05 19:00:58 +00:00
"ryu",
"serde",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "serde_yaml"
2022-06-03 03:08:04 +00:00
version = "0.8.24"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"indexmap",
"ryu",
"serde",
"yaml-rust",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "sha-1"
2020-04-09 00:58:46 +00:00
version = "0.8.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2019-12-15 16:07:36 +00:00
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug 0.2.3",
2019-12-15 16:07:36 +00:00
]
2020-09-27 19:29:26 +00:00
[[package]]
name = "sha-1"
2022-06-03 03:08:04 +00:00
version = "0.9.8"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
2020-09-27 19:29:26 +00:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
2022-06-03 03:08:04 +00:00
"cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
2020-09-27 19:29:26 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "sha1"
2022-06-03 03:08:04 +00:00
version = "0.6.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2019-12-15 16:07:36 +00:00
[[package]]
name = "signal-hook-registry"
2022-06-03 03:08:04 +00:00
version = "1.4.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2019-12-15 16:07:36 +00:00
dependencies = [
"libc",
2019-12-15 16:07:36 +00:00
]
2019-12-23 19:09:49 +00:00
[[package]]
name = "simple_logger"
2022-06-03 03:08:04 +00:00
version = "2.1.0"
2019-12-23 19:09:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "c75a9723083573ace81ad0cdfc50b858aa3c366c48636edb4109d73122a0c0ea"
2019-12-23 19:09:49 +00:00
dependencies = [
"atty",
"colored",
"log",
2022-06-03 03:08:04 +00:00
"time 0.3.9",
"winapi 0.3.9",
2019-12-23 19:09:49 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "slab"
2022-06-03 03:08:04 +00:00
version = "0.4.6"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2019-12-15 16:07:36 +00:00
[[package]]
name = "smallvec"
2022-06-03 03:08:04 +00:00
version = "1.8.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2019-12-15 16:07:36 +00:00
[[package]]
name = "socket2"
2021-04-05 19:00:58 +00:00
version = "0.3.19"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
2019-12-15 16:07:36 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
2019-12-15 16:07:36 +00:00
]
2019-12-23 19:09:49 +00:00
[[package]]
2020-09-27 19:29:26 +00:00
name = "standback"
2021-04-05 19:00:58 +00:00
version = "0.2.17"
2019-12-23 19:09:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
2020-09-27 19:29:26 +00:00
dependencies = [
"version_check",
2020-09-27 19:29:26 +00:00
]
2019-12-23 19:09:49 +00:00
2019-12-15 16:07:36 +00:00
[[package]]
2020-09-27 19:29:26 +00:00
name = "stdweb"
version = "0.4.20"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
2019-12-15 16:07:36 +00:00
dependencies = [
"discard",
2022-06-03 03:08:04 +00:00
"rustc_version 0.2.3",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
2020-09-27 19:29:26 +00:00
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
2019-12-15 16:07:36 +00:00
]
[[package]]
2020-09-27 19:29:26 +00:00
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
]
2019-12-15 16:07:36 +00:00
[[package]]
2020-09-27 19:29:26 +00:00
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2020-09-27 19:29:26 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2020-09-27 19:29:26 +00:00
[[package]]
name = "syn"
2022-06-03 03:08:04 +00:00
version = "1.0.96"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
2019-12-15 16:07:36 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-06-03 03:08:04 +00:00
"unicode-ident",
2019-12-15 16:07:36 +00:00
]
2019-12-29 05:08:13 +00:00
[[package]]
name = "tempfile"
2022-06-03 03:08:04 +00:00
version = "3.3.0"
2019-12-29 05:08:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2019-12-29 05:08:13 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"cfg-if 1.0.0",
2022-06-03 03:08:04 +00:00
"fastrand",
"libc",
2022-06-03 03:08:04 +00:00
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
2019-12-29 05:08:13 +00:00
]
2019-12-24 00:42:30 +00:00
[[package]]
2020-09-27 19:29:26 +00:00
name = "termcolor"
2022-06-03 03:08:04 +00:00
version = "1.1.3"
2019-12-24 00:42:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2019-12-24 00:42:30 +00:00
dependencies = [
"winapi-util",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "terminal_size"
2022-06-03 03:08:04 +00:00
version = "0.1.17"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
2020-09-27 19:29:26 +00:00
dependencies = [
"libc",
"winapi 0.3.9",
2019-12-24 00:42:30 +00:00
]
[[package]]
2020-09-27 19:29:26 +00:00
name = "textwrap"
2022-06-03 03:08:04 +00:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
dependencies = [
"terminal_size",
]
[[package]]
2020-09-27 19:29:26 +00:00
name = "thiserror"
2022-06-03 03:08:04 +00:00
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
dependencies = [
"thiserror-impl",
]
2019-12-23 19:09:49 +00:00
[[package]]
2020-09-27 19:29:26 +00:00
name = "thiserror-impl"
2022-06-03 03:08:04 +00:00
version = "1.0.31"
2019-12-23 19:09:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2019-12-23 19:09:49 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-12-23 19:09:49 +00:00
]
2019-12-15 16:07:36 +00:00
[[package]]
name = "threadpool"
version = "1.8.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
2019-12-15 16:07:36 +00:00
dependencies = [
"num_cpus",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "time"
2022-06-03 03:08:04 +00:00
version = "0.2.27"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
2019-12-15 16:07:36 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"const_fn",
"libc",
2022-06-03 03:08:04 +00:00
"standback",
"stdweb",
"time-macros 0.1.1",
"version_check",
"winapi 0.3.9",
2019-12-15 16:07:36 +00:00
]
2020-09-27 19:29:26 +00:00
[[package]]
name = "time"
2022-06-03 03:08:04 +00:00
version = "0.3.9"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
2020-09-27 19:29:26 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"itoa 1.0.2",
"libc",
2022-06-03 03:08:04 +00:00
"num_threads",
"time-macros 0.2.4",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "time-macros"
version = "0.1.1"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
2020-09-27 19:29:26 +00:00
dependencies = [
"proc-macro-hack",
"time-macros-impl",
2020-09-27 19:29:26 +00:00
]
2022-06-03 03:08:04 +00:00
[[package]]
name = "time-macros"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2020-09-27 19:29:26 +00:00
[[package]]
name = "time-macros-impl"
2022-06-03 03:08:04 +00:00
version = "0.1.2"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
2020-09-27 19:29:26 +00:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "tinyvec"
2022-06-03 03:08:04 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2019-12-15 16:07:36 +00:00
[[package]]
2019-12-26 20:06:00 +00:00
name = "tokio"
2021-04-05 19:00:58 +00:00
version = "0.2.25"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"bytes 0.5.6",
"futures-core",
"iovec",
"lazy_static",
"libc",
"memchr",
"mio",
"mio-uds",
2021-04-05 19:00:58 +00:00
"pin-project-lite 0.1.12",
"signal-hook-registry",
"slab",
"winapi 0.3.9",
2019-12-15 16:07:36 +00:00
]
[[package]]
2019-12-26 20:06:00 +00:00
name = "tokio-util"
2020-09-27 19:29:26 +00:00
version = "0.3.1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2019-12-15 16:07:36 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"bytes 0.5.6",
"futures-core",
"futures-sink",
"log",
2021-04-05 19:00:58 +00:00
"pin-project-lite 0.1.12",
"tokio",
2020-04-09 00:58:46 +00:00
]
[[package]]
2020-09-27 19:29:26 +00:00
name = "tracing"
2022-06-03 03:08:04 +00:00
version = "0.1.34"
2020-04-09 00:58:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
2020-04-09 00:58:46 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"cfg-if 1.0.0",
"log",
2022-06-03 03:08:04 +00:00
"pin-project-lite 0.2.9",
"tracing-core",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "tracing-core"
2022-06-03 03:08:04 +00:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-futures"
2021-04-05 19:00:58 +00:00
version = "0.2.5"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2020-09-27 19:29:26 +00:00
dependencies = [
2022-06-03 03:08:04 +00:00
"pin-project 1.0.10",
"tracing",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "trust-dns-proto"
2021-04-05 19:00:58 +00:00
version = "0.19.7"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "1cad71a0c0d68ab9941d2fb6e82f8fb2e86d9945b94e1661dd0aaea2b88215a9"
2019-12-15 16:07:36 +00:00
dependencies = [
"async-trait",
2021-04-05 19:00:58 +00:00
"cfg-if 1.0.0",
"enum-as-inner",
"futures",
"idna",
"lazy_static",
"log",
2022-06-03 03:08:04 +00:00
"rand",
"smallvec",
"thiserror",
"tokio",
"url",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "trust-dns-resolver"
2021-04-05 19:00:58 +00:00
version = "0.19.7"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "710f593b371175db53a26d0b38ed2978fafb9e9e8d3868b1acd753ea18df0ceb"
2019-12-15 16:07:36 +00:00
dependencies = [
"cfg-if 0.1.10",
"futures",
"ipconfig",
"lazy_static",
"log",
"lru-cache",
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"trust-dns-proto",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "typenum"
2022-06-03 03:08:04 +00:00
version = "1.15.0"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2019-12-15 16:07:36 +00:00
[[package]]
name = "ucd-trie"
2020-04-09 00:58:46 +00:00
version = "0.1.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2019-12-15 16:07:36 +00:00
[[package]]
name = "unicode-bidi"
2022-06-03 03:08:04 +00:00
version = "0.3.8"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
2019-12-15 16:07:36 +00:00
[[package]]
name = "unicode-normalization"
2022-06-03 03:08:04 +00:00
version = "0.1.19"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2019-12-15 16:07:36 +00:00
dependencies = [
"tinyvec",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "url"
2022-06-03 03:08:04 +00:00
version = "2.2.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2019-12-15 16:07:36 +00:00
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "version_check"
2022-06-03 03:08:04 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2019-12-15 16:07:36 +00:00
[[package]]
name = "walkdir"
2021-04-05 19:00:58 +00:00
version = "2.3.2"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2019-12-15 16:07:36 +00:00
dependencies = [
"same-file",
"winapi 0.3.9",
"winapi-util",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "wasi"
2020-04-09 00:58:46 +00:00
version = "0.9.0+wasi-snapshot-preview1"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-12-15 16:07:36 +00:00
2020-09-27 19:29:26 +00:00
[[package]]
name = "wasi"
2021-04-05 19:00:58 +00:00
version = "0.10.2+wasi-snapshot-preview1"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-09-27 19:29:26 +00:00
[[package]]
name = "wasm-bindgen"
2022-06-03 03:08:04 +00:00
version = "0.2.80"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
2020-09-27 19:29:26 +00:00
dependencies = [
2021-04-05 19:00:58 +00:00
"cfg-if 1.0.0",
"wasm-bindgen-macro",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2022-06-03 03:08:04 +00:00
version = "0.2.80"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
2020-09-27 19:29:26 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2022-06-03 03:08:04 +00:00
version = "0.2.80"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
2020-09-27 19:29:26 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-06-03 03:08:04 +00:00
version = "0.2.80"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
2020-09-27 19:29:26 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2020-09-27 19:29:26 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2022-06-03 03:08:04 +00:00
version = "0.2.80"
2020-09-27 19:29:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 03:08:04 +00:00
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2020-09-27 19:29:26 +00:00
2019-12-15 16:07:36 +00:00
[[package]]
name = "widestring"
version = "0.4.3"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2019-12-15 16:07:36 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-12-15 16:07:36 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-12-15 16:07:36 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-12-15 16:07:36 +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"
2019-12-15 16:07:36 +00:00
[[package]]
name = "winapi-util"
version = "0.1.5"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-12-15 16:07:36 +00:00
dependencies = [
"winapi 0.3.9",
2019-12-15 16:07:36 +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"
2019-12-15 16:07:36 +00:00
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
2019-12-15 16:07:36 +00:00
dependencies = [
"winapi 0.3.9",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-12-15 16:07:36 +00:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2019-12-15 16:07:36 +00:00
]
[[package]]
name = "yaml-rust"
2021-04-05 19:00:58 +00:00
version = "0.4.5"
2019-12-15 16:07:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-05 19:00:58 +00:00
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2019-12-15 16:07:36 +00:00
dependencies = [
"linked-hash-map",
]