Cargo.lock 61.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",
 "trust-dns-proto",
 "trust-dns-resolver",
]

[[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",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "tokio-util",
[[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",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "actix-utils",
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",
]

[[package]]
name = "actix-http"
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",
 "actix-connect",
 "actix-rt",
 "actix-service",
 "actix-threadpool",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "actix-tls",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "actix-utils",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "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",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "time 0.2.20",
]

[[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"
Sebastian Dröge's avatar
Sebastian Dröge committed
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
Sebastian Dröge's avatar
Sebastian Dröge committed
checksum = "45407e6e672ca24784baa667c5d32ef109ccdd8d5e0b5ebb9ef8a67f4dfb708e"
Sebastian Dröge's avatar
Sebastian Dröge committed
 "actix-codec",
Sebastian Dröge's avatar
Sebastian Dröge committed
 "actix-utils",
 "futures-channel",
 "futures-util",
 "log",
 "mio",
 "mio-uds",
 "num_cpus",
 "slab",
 "socket2",
]

[[package]]
name = "actix-service"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0052435d581b5be835d11f4eb3bce417c8af18d87ddf8ace99f8e67e595882bb"
dependencies = [
 "futures-util",
 "pin-project",
]
Loading full blame...