Cargo.lock 62.4 KiB
Newer Older
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "actix"
Sebastian Dröge's avatar
Sebastian Dröge committed
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Sebastian Dröge's avatar
Sebastian Dröge committed
checksum = "1be241f88f3b1e7e9a3fbe3b5a8a0f6915b5a1d7ee0d9a248d3376d01068cc60"
dependencies = [
 "actix-rt",
 "actix_derive",
 "bitflags",
 "bytes",
 "crossbeam-channel",
 "derive_more",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "futures-channel",
 "futures-util",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "once_cell",
 "parking_lot",
 "pin-project",
 "smallvec",
 "tokio",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "tokio-util 0.3.1",
 "trust-dns-proto",
 "trust-dns-resolver",
]

[[package]]
name = "actix-codec"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09e55f0a5c2ca15795035d90c46bd0e73a5123b72f68f12596d6ba5282051380"
dependencies = [
 "bitflags",
 "bytes",
 "futures-core",
 "futures-sink",
 "log",
 "tokio",
 "tokio-util 0.2.0",
]

[[package]]
name = "actix-codec"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78d1833b3838dbe990df0f1f87baf640cf6146e898166afe401839d1b001e570"
dependencies = [
 "bitflags",
 "bytes",
 "futures-core",
 "futures-sink",
 "log",
 "pin-project",
 "tokio",
 "tokio-util 0.3.1",
]

[[package]]
name = "actix-connect"
Sebastian Dröge's avatar
Sebastian Dröge committed
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Sebastian Dröge's avatar
Sebastian Dröge committed
checksum = "177837a10863f15ba8d3ae3ec12fac1099099529ed20083a27fdfe247381d0dc"
Sebastian Dröge's avatar
Sebastian Dröge committed
 "actix-codec 0.3.0",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "actix-utils 2.0.0",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "futures-util",
 "trust-dns-proto",
 "trust-dns-resolver",
]

Sebastian Dröge's avatar
Sebastian Dröge committed
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Sebastian Dröge's avatar
Sebastian Dröge committed
checksum = "8035f08f194893b199f4928b40425bd727c0257cf0fcf36f4ac214968d649ec7"
dependencies = [
 "actix-http",
 "actix-service",
 "actix-web",
 "bitflags",
 "bytes",
 "derive_more",
 "futures-core",
 "futures-util",
 "log",
 "mime",
 "mime_guess",
 "percent-encoding",
 "v_htmlescape",
]

Sebastian Dröge's avatar
Sebastian Dröge committed
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Sebastian Dröge's avatar
Sebastian Dröge committed
checksum = "05dd80ba8f27c4a34357c07e338c8f5c38f8520e6d626ca1727d8fecc41b0cab"
Sebastian Dröge's avatar
Sebastian Dröge committed
 "actix-codec 0.3.0",
 "actix-connect",
 "actix-rt",
 "actix-service",
 "actix-threadpool",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "actix-tls",
 "actix-utils 2.0.0",
 "base64",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "cookie",
 "copyless",
 "derive_more",
 "either",
 "encoding_rs",
 "flate2",
 "futures-channel",
 "futures-core",
 "futures-util",
 "fxhash",
 "h2",
 "http",
 "httparse",
 "indexmap",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "itoa",
 "language-tags",
 "lazy_static",
 "log",
 "mime",
 "percent-encoding",
 "pin-project",
 "rand",
 "regex",
 "serde",
 "serde_json",
 "serde_urlencoded",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "sha-1",
]

[[package]]
name = "actix-macros"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a60f9ba7c4e6df97f3aacb14bb5c0cd7d98a49dcbaed0d7f292912ad9a6a3ed2"
dependencies = [
 "quote",
 "syn",
]

[[package]]
name = "actix-router"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d7a10ca4d94e8c8e7a87c5173aba1b97ba9a6563ca02b0e1cd23531093d3ec8"
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"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d74b464215a473c973a2d7d03a69cc10f4ce1f4b38a7659c5193dc5c675630"
dependencies = [
 "actix-codec 0.2.0",
 "actix-utils 1.0.6",
 "futures-channel",
 "futures-util",
 "log",
 "mio",
Loading full blame...