2020-07-08 19:26:46 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-18 21:22:50 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.3.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "78d1833b3838dbe990df0f1f87baf640cf6146e898166afe401839d1b001e570"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-03-09 18:59:10 +00:00
|
|
|
"bytes 0.5.6",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project 0.4.28",
|
2020-07-08 19:26:46 +00:00
|
|
|
"tokio",
|
2021-03-09 18:59:10 +00:00
|
|
|
"tokio-util",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-connect"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "2.0.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "177837a10863f15ba8d3ae3ec12fac1099099529ed20083a27fdfe247381d0dc"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"derive_more",
|
|
|
|
"either",
|
2021-03-09 18:59:10 +00:00
|
|
|
"futures-util",
|
2020-07-08 19:26:46 +00:00
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"trust-dns-proto",
|
|
|
|
"trust-dns-resolver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-files"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.5.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "c51e8a9146c12fce92a6e4c24b8c4d9b05268130bfd8d61bc587e822c32ce689"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-service",
|
|
|
|
"actix-web",
|
|
|
|
"bitflags",
|
2021-03-09 18:59:10 +00:00
|
|
|
"bytes 0.5.6",
|
2020-07-08 19:26:46 +00:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"v_htmlescape",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.2.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "5cb8958da437716f3f31b0e76f8daf36554128517d7df37ceba7df00f09622ee"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-connect",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-threadpool",
|
|
|
|
"actix-utils",
|
2021-03-09 18:59:10 +00:00
|
|
|
"base64",
|
2020-07-08 19:26:46 +00:00
|
|
|
"bitflags",
|
2021-03-09 18:59:10 +00:00
|
|
|
"brotli2",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"cookie",
|
2020-07-08 19:26:46 +00:00
|
|
|
"copyless",
|
|
|
|
"derive_more",
|
|
|
|
"either",
|
|
|
|
"encoding_rs",
|
2021-03-09 18:59:10 +00:00
|
|
|
"flate2",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"fxhash",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"indexmap",
|
2021-03-09 18:59:10 +00:00
|
|
|
"itoa",
|
2020-07-08 19:26:46 +00:00
|
|
|
"language-tags",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project 1.0.8",
|
2021-03-09 18:59:10 +00:00
|
|
|
"rand 0.7.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-03-09 18:59:10 +00:00
|
|
|
"sha-1",
|
2020-07-08 19:26:46 +00:00
|
|
|
"slab",
|
2021-08-18 21:22:50 +00:00
|
|
|
"time 0.2.27",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.1.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "b4ca8ce00b267af8ccebbd647de0d61e0674b6e61185cc7a592ff88772bed655"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.3.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "774bfeb11b54bf9c857a005b8ab893293da4eaff79261a66a9200dab7f5ab6e3"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
2021-03-09 18:59:10 +00:00
|
|
|
"bytes 0.5.6",
|
2020-07-08 19:26:46 +00:00
|
|
|
"derive_more",
|
2021-03-09 18:59:10 +00:00
|
|
|
"futures-util",
|
2020-07-08 19:26:46 +00:00
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"twoway",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.2.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "2ad299af73649e1fc893e333ccf86f377751eb95ff875d095131574c6f43452c"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "143fcc2912e0d1de2bcf4e2f720d2a60c28652ab4179685a1ee159e0fb3db227"
|
|
|
|
dependencies = [
|
|
|
|
"actix-macros",
|
|
|
|
"actix-threadpool",
|
|
|
|
"copyless",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.0.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "45407e6e672ca24784baa667c5d32ef109ccdd8d5e0b5ebb9ef8a67f4dfb708e"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"mio-uds",
|
|
|
|
"num_cpus",
|
|
|
|
"slab",
|
2021-08-18 21:22:50 +00:00
|
|
|
"socket2 0.3.19",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2020-09-06 14:19:51 +00:00
|
|
|
version = "1.0.6"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-06 14:19:51 +00:00
|
|
|
checksum = "0052435d581b5be835d11f4eb3bce417c8af18d87ddf8ace99f8e67e595882bb"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project 0.4.28",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-testing"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47239ca38799ab74ee6a8a94d1ce857014b2ac36f242f70f3f75a66f691e791c"
|
|
|
|
dependencies = [
|
|
|
|
"actix-macros",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
|
|
|
"log",
|
2021-08-18 21:22:50 +00:00
|
|
|
"socket2 0.3.19",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-threadpool"
|
2020-09-06 14:19:51 +00:00
|
|
|
version = "0.3.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-06 14:19:51 +00:00
|
|
|
checksum = "d209f04d002854b9afd3743032a27b066158817965bf5d036824d19ac2cc0e30"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"derive_more",
|
|
|
|
"futures-channel",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot",
|
|
|
|
"threadpool",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-tls"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "2.0.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "24789b7d7361cf5503a504ebe1c10806896f61e96eca9a7350e23001aca715fb"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2021-03-09 18:59:10 +00:00
|
|
|
"futures-util",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "2.0.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "2e9022dec56632d1d7979e59af14f0597a28a830a9c1c7fec8b2327eb9f16b5a"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"bitflags",
|
2021-03-09 18:59:10 +00:00
|
|
|
"bytes 0.5.6",
|
2020-07-08 19:26:46 +00:00
|
|
|
"either",
|
2021-03-09 18:59:10 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2020-07-08 19:26:46 +00:00
|
|
|
"log",
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project 0.4.28",
|
2020-07-08 19:26:46 +00:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "3.3.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "e641d4a172e7faa0862241a20ff4f1f5ab0ab7c279f00c2d4587b77483477b86"
|
2020-07-08 19:26:46 +00:00
|
|
|
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-03-09 18:59:10 +00:00
|
|
|
"bytes 0.5.6",
|
2020-07-08 19:26:46 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
2021-03-09 18:59:10 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2020-07-08 19:26:46 +00:00
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project 1.0.8",
|
2020-07-08 19:26:46 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-08-18 21:22:50 +00:00
|
|
|
"socket2 0.3.19",
|
|
|
|
"time 0.2.27",
|
2021-03-09 18:59:10 +00:00
|
|
|
"tinyvec",
|
2020-07-08 19:26:46 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.4.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "ad26f77093333e0e7c6ffe54ebe3582d908a104e448723eec6d43d08b07143fb"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.0.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.7.4"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"getrandom 0.2.3",
|
2021-03-09 18:59:10 +00:00
|
|
|
"once_cell",
|
2021-08-18 21:22:50 +00:00
|
|
|
"version_check 0.9.3",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.7.18"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.6.1"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.4.1"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
2021-08-18 21:22:50 +00:00
|
|
|
"slab",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
2020-09-06 14:19:51 +00:00
|
|
|
"async-io",
|
2021-03-09 18:59:10 +00:00
|
|
|
"async-mutex",
|
|
|
|
"blocking",
|
2020-09-06 14:19:51 +00:00
|
|
|
"futures-lite",
|
2021-03-09 18:59:10 +00:00
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
2020-09-06 14:19:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.6.0"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
2021-03-09 18:59:10 +00:00
|
|
|
"log",
|
2020-09-06 14:19:51 +00:00
|
|
|
"once_cell",
|
2021-03-09 18:59:10 +00:00
|
|
|
"parking",
|
2020-09-06 14:19:51 +00:00
|
|
|
"polling",
|
2021-08-18 21:22:50 +00:00
|
|
|
"slab",
|
|
|
|
"socket2 0.4.1",
|
2021-03-09 18:59:10 +00:00
|
|
|
"waker-fn",
|
2020-09-06 14:19:51 +00:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.4.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-mutex"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.4.0"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "async-process"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.2.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "b21b63ab5a0db0369deb913540af2892750e42d949faacc7a61495ac418a1692"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"async-io",
|
|
|
|
"blocking",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
2021-08-18 21:22:50 +00:00
|
|
|
"libc",
|
2021-03-09 18:59:10 +00:00
|
|
|
"once_cell",
|
|
|
|
"signal-hook",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-rustls"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c86f33abd5a4f3e2d6d9251a9e0c6a7e52eb1113caf893dae8429bf4a53f378"
|
|
|
|
dependencies = [
|
|
|
|
"futures-lite",
|
|
|
|
"rustls",
|
|
|
|
"webpki",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.10.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"async-channel",
|
|
|
|
"async-global-executor",
|
2020-09-06 14:19:51 +00:00
|
|
|
"async-io",
|
2021-03-09 18:59:10 +00:00
|
|
|
"async-lock",
|
|
|
|
"async-process",
|
2020-07-08 19:26:46 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2020-09-06 14:19:51 +00:00
|
|
|
"futures-lite",
|
2021-03-09 18:59:10 +00:00
|
|
|
"gloo-timers",
|
2020-07-08 19:26:46 +00:00
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project-lite 0.2.7",
|
2020-07-08 19:26:46 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "async-task"
|
|
|
|
version = "4.0.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "async-trait"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.51"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "atoi"
|
|
|
|
version = "0.4.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"num-traits",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-09-06 14:19:51 +00:00
|
|
|
version = "1.0.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-06 14:19:51 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "awc"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "2.0.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "b381e490e7b0cfc37ebc54079b0413d8093ef43d14a4e4747083f7fa47a9e691"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
2021-03-09 18:59:10 +00:00
|
|
|
"base64",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-03-09 18:59:10 +00:00
|
|
|
"rand 0.7.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "base-x"
|
|
|
|
version = "0.2.8"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.13.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.3.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"generic-array",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.0.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2020-09-06 14:19:51 +00:00
|
|
|
"async-channel",
|
2021-03-09 18:59:10 +00:00
|
|
|
"async-task",
|
2020-09-06 14:19:51 +00:00
|
|
|
"atomic-waker",
|
2021-03-09 18:59:10 +00:00
|
|
|
"fastrand",
|
2020-09-06 14:19:51 +00:00
|
|
|
"futures-lite",
|
2020-07-08 19:26:46 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "brotli-sys"
|
|
|
|
version = "0.3.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "brotli2"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
|
|
|
|
dependencies = [
|
|
|
|
"brotli-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "buf-min"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa17aa1cf56bdd6bb30518767d00e58019d326f3f05d8c3e0730b549d332ea83"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "3.7.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-09-09 20:18:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.4.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2020-09-06 14:19:51 +00:00
|
|
|
version = "0.5.6"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-06 14:19:51 +00:00
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.1.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-03-09 18:59:10 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.0.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-09-09 20:18:42 +00:00
|
|
|
"bytes 1.1.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.0.70"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.4.19"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"libc",
|
2020-07-08 19:26:46 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-03-09 18:59:10 +00:00
|
|
|
"time 0.1.44",
|
|
|
|
"winapi 0.3.9",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cache-padded",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "const_fn"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.4.8"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
2021-03-09 18:59:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"percent-encoding",
|
2021-08-18 21:22:50 +00:00
|
|
|
"time 0.2.27",
|
|
|
|
"version_check 0.9.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "copyless"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-18 21:22:50 +00:00
|
|
|
name = "cpufeatures"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.2.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
2021-08-18 21:22:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-03-09 18:59:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "crossbeam-channel"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.5.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.3.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.8.5"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.10.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.1.21"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "datatrash"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"actix-files",
|
|
|
|
"actix-multipart",
|
|
|
|
"actix-web",
|
|
|
|
"async-std",
|
|
|
|
"chrono",
|
|
|
|
"env_logger",
|
|
|
|
"futures",
|
2020-07-13 13:22:33 +00:00
|
|
|
"htmlescape",
|
2020-07-08 19:26:46 +00:00
|
|
|
"log",
|
2021-03-09 22:36:24 +00:00
|
|
|
"mime",
|
2021-08-18 21:22:50 +00:00
|
|
|
"rand 0.8.4",
|
2020-07-08 19:26:46 +00:00
|
|
|
"sqlx",
|
2021-03-09 22:36:24 +00:00
|
|
|
"tree_magic_mini",
|
2021-09-09 20:18:42 +00:00
|
|
|
"url",
|
2021-03-09 18:59:10 +00:00
|
|
|
"urlencoding",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.99.16"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"convert_case",
|
2020-07-08 19:26:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-08-18 21:22:50 +00:00
|
|
|
"rustc_version 0.3.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.9.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.6.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.8.28"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
2020-09-06 14:19:51 +00:00
|
|
|
version = "0.3.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-06 14:19:51 +00:00
|
|
|
checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.9.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "2.5.1"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
2020-09-06 14:19:51 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "fastrand"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.5.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"instant",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2021-03-09 22:36:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.4.0"
|
2021-03-09 22:36:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
|
2021-03-09 22:36:24 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "flate2"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.0.21"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "80edafed416a46fb378521624fab1cfa2eb514784fd8921adbe8a8d8321da811"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.12.0"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
2021-03-09 18:59:10 +00:00
|
|
|
"parking",
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project-lite 0.2.7",
|
2020-09-06 14:19:51 +00:00
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"autocfg",
|
2020-07-08 19:26:46 +00:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"autocfg",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project-lite 0.2.7",
|
2020-07-08 19:26:46 +00:00
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.14.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2021-08-18 21:22:50 +00:00
|
|
|
"version_check 0.9.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.1.16"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
2020-09-06 14:19:51 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.3"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.2.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"bytes 0.5.6",
|
2020-07-08 19:26:46 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2021-03-09 18:59:10 +00:00
|
|
|
"tokio-util",
|
2020-09-06 14:19:51 +00:00
|
|
|
"tracing",
|
2021-03-09 18:59:10 +00:00
|
|
|
"tracing-futures",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.11.2"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"ahash",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.7.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
]
|
2020-09-06 14:19:51 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.3.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.19"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.4.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.10.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-07-13 13:22:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "htmlescape"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-09-09 20:18:42 +00:00
|
|
|
"bytes 1.1.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.5.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "2.1.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.7.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2020-09-06 14:19:51 +00:00
|
|
|
"hashbrown",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.10"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
2020-09-06 14:19:51 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipconfig"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
|
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"socket2 0.3.19",
|
2020-07-08 19:26:46 +00:00
|
|
|
"widestring",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.4.8"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.54"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "1866b355d9c878e5e607473cbe3f63282c0b7aad2db1dbebf55076c686918254"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.2.101"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.5.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.4.5"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.4.14"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"value-bag",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.9"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.9.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.4.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-09-09 20:18:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c835948974f68e0bd58636fc6c5b1fbff7b297e3046f11b3b3c18bbac012c6d"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.4.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2021-03-09 18:59:10 +00:00
|
|
|
"autocfg",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.6.23"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-07-08 19:26:46 +00:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
|
|
|
dependencies = [
|
|
|
|
"iovec",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.2.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.2.37"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "4.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check 0.1.5",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "7.0.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-09-09 20:18:42 +00:00
|
|
|
"minimal-lexical",
|
2021-08-18 21:22:50 +00:00
|
|
|
"version_check 0.9.3",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.1.44"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.2.14"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.8.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.3.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.11.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2020-09-06 14:19:51 +00:00
|
|
|
"instant",
|
2020-07-08 19:26:46 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.8.5"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-06 14:19:51 +00:00
|
|
|
"instant",
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2021-03-09 22:36:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.6.0"
|
2021-03-09 22:36:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
|
2021-03-09 22:36:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.4.28"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project-internal 0.4.28",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.0.8"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project-internal 1.0.8",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.4.28"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.0.8"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.1.12"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.7"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.1.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-06 14:19:51 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-08-18 21:22:50 +00:00
|
|
|
"wepoll-ffi",
|
2020-09-06 14:19:51 +00:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.2.10"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.5.19"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.1.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.0.29"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.0.9"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.8.4"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
2021-08-18 21:22:50 +00:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.3",
|
|
|
|
"rand_hc 0.3.1",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-03-09 18:59:10 +00:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.3.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-08-18 21:22:50 +00:00
|
|
|
"rand_core 0.6.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.6.3"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"getrandom 0.2.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.3.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"rand_core 0.6.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.10"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.3",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.5.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.6.25"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "resolv-conf"
|
|
|
|
version = "0.7.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"hostname",
|
|
|
|
"quick-error",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi 0.3.9",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-18 21:22:50 +00:00
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "rustc_version"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.3.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"semver 0.11.0",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "rustls"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.19.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"base64",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "sct"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.6.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"semver-parser 0.7.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.10.2",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.0.130"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.0.130"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.0.67"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.7.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"form_urlencoded",
|
2020-07-08 19:26:46 +00:00
|
|
|
"itoa",
|
2021-03-09 18:59:10 +00:00
|
|
|
"ryu",
|
2020-07-08 19:26:46 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.9.8"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-08-18 21:22:50 +00:00
|
|
|
"cpufeatures",
|
2020-07-08 19:26:46 +00:00
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.9.8"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-08-18 21:22:50 +00:00
|
|
|
"cpufeatures",
|
2020-07-08 19:26:46 +00:00
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.10"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.4.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.4.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.6.1"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.3.19"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-08-18 21:22:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.1.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "684001e7985ec1a9a66963b77ed151ef22a7876b3fdd7e37a57ec774f54b7d96"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"maplit",
|
2021-09-09 20:18:42 +00:00
|
|
|
"nom 7.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"regex",
|
2021-03-09 18:59:10 +00:00
|
|
|
"unicode_categories",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.5.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "0e4b94ab0f8c21ee4899b93b06451ef5d965f1a355982ee73684338228498440"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.5.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "ec28b91a01e1fe286d6ba66f68289a2286df023fc97444e1fd86c2fd6d5dc026"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"ahash",
|
2021-03-09 18:59:10 +00:00
|
|
|
"atoi",
|
|
|
|
"base64",
|
2020-07-08 19:26:46 +00:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
2021-09-09 20:18:42 +00:00
|
|
|
"bytes 1.1.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"chrono",
|
2021-03-09 18:59:10 +00:00
|
|
|
"crossbeam-channel",
|
2020-07-08 19:26:46 +00:00
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
2021-08-18 21:22:50 +00:00
|
|
|
"dirs",
|
2021-03-09 18:59:10 +00:00
|
|
|
"either",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
2021-08-18 21:22:50 +00:00
|
|
|
"futures-intrusive",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-util",
|
2021-03-09 18:59:10 +00:00
|
|
|
"hashlink",
|
2020-07-08 19:26:46 +00:00
|
|
|
"hex",
|
|
|
|
"hmac",
|
2021-03-09 18:59:10 +00:00
|
|
|
"itoa",
|
2020-07-08 19:26:46 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
2021-03-09 18:59:10 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2020-07-08 19:26:46 +00:00
|
|
|
"percent-encoding",
|
2021-08-18 21:22:50 +00:00
|
|
|
"rand 0.8.4",
|
2021-03-09 18:59:10 +00:00
|
|
|
"rustls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-07-08 19:26:46 +00:00
|
|
|
"sha-1",
|
|
|
|
"sha2",
|
2021-03-09 18:59:10 +00:00
|
|
|
"smallvec",
|
2020-07-08 19:26:46 +00:00
|
|
|
"sqlformat",
|
2021-03-09 18:59:10 +00:00
|
|
|
"sqlx-rt",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
2020-07-08 19:26:46 +00:00
|
|
|
"url",
|
2021-03-09 18:59:10 +00:00
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
"whoami",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.5.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "4dc33c35d54774eed73d54568d47a6ac099aed8af5e1556a017c131be88217d5"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"dotenv",
|
2021-03-09 18:59:10 +00:00
|
|
|
"either",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures",
|
|
|
|
"heck",
|
2021-08-18 21:22:50 +00:00
|
|
|
"once_cell",
|
2020-07-08 19:26:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
2021-03-09 18:59:10 +00:00
|
|
|
"sqlx-rt",
|
2020-07-08 19:26:46 +00:00
|
|
|
"syn",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "sqlx-rt"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.5.7"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "14302b678d9c76b28f2e60115211e25e0aabc938269991745a169753dc00e35c"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-rustls",
|
|
|
|
"async-std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.17"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"version_check 0.9.3",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
|
dependencies = [
|
|
|
|
"discard",
|
2021-08-18 21:22:50 +00:00
|
|
|
"rustc_version 0.2.3",
|
2021-03-09 18:59:10 +00:00
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-03-09 18:59:10 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"base-x",
|
2020-07-08 19:26:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-03-09 18:59:10 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
2020-07-08 19:26:46 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
|
|
|
version = "0.1.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.4.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-03-09 18:59:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.0.76"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "1.1.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.0.29"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.0.29"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
|
|
dependencies = [
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-09-06 14:19:51 +00:00
|
|
|
version = "0.1.44"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-06 14:19:51 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-09-06 14:19:51 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-07-08 19:26:46 +00:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.27"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"const_fn",
|
|
|
|
"libc",
|
|
|
|
"standback",
|
|
|
|
"stdweb",
|
|
|
|
"time-macros",
|
2021-08-18 21:22:50 +00:00
|
|
|
"version_check 0.9.3",
|
2021-03-09 18:59:10 +00:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros-impl"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.2"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"standback",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.3.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.2.25"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"bytes 0.5.6",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"mio-uds",
|
2021-03-09 18:59:10 +00:00
|
|
|
"pin-project-lite 0.1.12",
|
2020-07-08 19:26:46 +00:00
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"bytes 0.5.6",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-03-09 18:59:10 +00:00
|
|
|
"pin-project-lite 0.1.12",
|
2020-07-08 19:26:46 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.26"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-06 14:19:51 +00:00
|
|
|
"log",
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project-lite 0.2.7",
|
2020-09-06 14:19:51 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.19"
|
2020-09-06 14:19:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
|
2020-09-06 14:19:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"pin-project 1.0.8",
|
2021-03-09 18:59:10 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-08-18 21:32:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tree_magic_db"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e73fc24a5427b3b15e2b0bcad8ef61b5affb1da8ac89c8bf3f196c8692d57f02"
|
|
|
|
|
2021-03-09 22:36:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tree_magic_mini"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "3.0.2"
|
2021-03-09 22:36:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "7a7581560dc616314f7d73e81419c783d93a92e7fc7331b3041ff57bab240ea6"
|
2021-03-09 22:36:24 +00:00
|
|
|
dependencies = [
|
2021-09-09 20:18:42 +00:00
|
|
|
"bytecount",
|
2021-03-09 22:36:24 +00:00
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
2021-09-09 20:18:42 +00:00
|
|
|
"nom 7.0.0",
|
2021-08-18 21:22:50 +00:00
|
|
|
"once_cell",
|
2021-03-09 22:36:24 +00:00
|
|
|
"petgraph",
|
2021-08-18 21:32:58 +00:00
|
|
|
"tree_magic_db",
|
2021-03-09 22:36:24 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-proto"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.19.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "1cad71a0c0d68ab9941d2fb6e82f8fb2e86d9945b94e1661dd0aaea2b88215a9"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2021-08-18 21:22:50 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"enum-as-inner",
|
|
|
|
"futures",
|
|
|
|
"idna",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-03-09 18:59:10 +00:00
|
|
|
"rand 0.7.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
"smallvec",
|
2021-03-09 18:59:10 +00:00
|
|
|
"thiserror",
|
2020-07-08 19:26:46 +00:00
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-resolver"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.19.7"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "710f593b371175db53a26d0b38ed2978fafb9e9e8d3868b1acd753ea18df0ceb"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-07-08 19:26:46 +00:00
|
|
|
"futures",
|
|
|
|
"ipconfig",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
|
|
|
"resolv-conf",
|
|
|
|
"smallvec",
|
2021-03-09 18:59:10 +00:00
|
|
|
"thiserror",
|
2020-07-08 19:26:46 +00:00
|
|
|
"tokio",
|
|
|
|
"trust-dns-proto",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"unchecked-index",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "1.14.0"
|
2021-08-18 21:22:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
2021-08-18 21:22:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unchecked-index"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
2021-08-18 21:22:50 +00:00
|
|
|
"version_check 0.9.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.3.6"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.1.19"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.8.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.2.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.2.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"form_urlencoded",
|
2020-07-08 19:26:46 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "2.1.0"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
|
2021-03-09 18:59:10 +00:00
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "v_escape"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.15.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "f3e0ab5fab1db278a9413d2ea794cb66f471f898c5b020c3c394f6447625d9d4"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"buf-min",
|
2020-07-08 19:26:46 +00:00
|
|
|
"v_escape_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "v_escape_derive"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.8.4"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "c860ad1273f4eee7006cee05db20c9e60e5d24cba024a32e1094aa8e574f3668"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"nom 4.2.3",
|
2020-07-08 19:26:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "v_htmlescape"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.12.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "1f9a8af610ad6f7fc9989c9d2590d9764bc61f294884e9ee93baa58795174572"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"v_escape",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.0.0-alpha.7"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
2021-08-18 21:22:50 +00:00
|
|
|
"version_check 0.9.3",
|
2021-03-09 18:59:10 +00:00
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.9.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2020-09-06 14:19:51 +00:00
|
|
|
version = "1.1.0"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-06 14:19:51 +00:00
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2020-09-06 14:19:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.2.77"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "5e68338db6becec24d3c7977b5bf8a48be992c934b5d07177e3931f5dc9b076c"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.2.77"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "f34c405b4f0658583dba0c1c7c9b694f3cac32655db463b56c254a1c75269523"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.4.27"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "a87d738d4abc4cf22f6eb142f5b9a81301331ee3c767f2fef2fda4e325492060"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
2021-03-09 18:59:10 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-08 19:26:46 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.2.77"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "b9d5a6580be83b19dc570a8f9c324251687ab2184e57086f71625feb57ec77c8"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.2.77"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "e3775a030dc6f5a0afd8a84981a21cc92a781eb429acef9ecce476d0c9113e92"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.2.77"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "c279e376c7a8e8752a8f1eaa35b7b0bee6bb9fb0cdacfa97cc3f1f289c87e2b4"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-09-09 20:18:42 +00:00
|
|
|
version = "0.3.54"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 20:18:42 +00:00
|
|
|
checksum = "0a84d70d1ec7d2da2d26a5bd78f4bca1b8c3254805363ce743b7a05bc30d195a"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-09 18:59:10 +00:00
|
|
|
name = "webpki"
|
|
|
|
version = "0.21.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "0.21.1"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-18 21:22:50 +00:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2020-07-08 19:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-03-09 18:59:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
2021-08-18 21:22:50 +00:00
|
|
|
version = "1.1.3"
|
2021-03-09 18:59:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-18 21:22:50 +00:00
|
|
|
checksum = "f7741161a40200a867c96dfa5574544efa4178cf4c8f770b62dd1cc0362d7ae1"
|
2021-03-09 18:59:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-07-08 19:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
2021-03-09 18:59:10 +00:00
|
|
|
version = "0.4.3"
|
2020-07-08 19:26:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 18:59:10 +00:00
|
|
|
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
|
2020-07-08 19:26:46 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|