# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "tk-http" version = "0.3.9" authors = ["Alexey Popravka ", "Paul Colomiets "] description = " A full-features asynchronous HTTP implementation for tokio-rs stack,\n including websockets.\n" homepage = "https://github.com/swindon-rs/tk-http/" documentation = "https://docs.rs/tk-http" readme = "README.md" keywords = ["http", "websockets", "tokio"] categories = ["asynchronous", "network-programming", "web-programming::http-client", "web-programming::http-server", "web-programming::websocket"] license = "MIT/Apache-2.0" repository = "https://github.com/swindon-rs/tk-http/" [dependencies.byteorder] version = "1.2.1" [dependencies.futures] version = "0.1.13" [dependencies.httparse] version = "1.2.2" [dependencies.httpdate] version = "0.3.0" optional = true [dependencies.log] version = "0.4.1" [dependencies.matches] version = "0.1.4" [dependencies.netbuf] version = "0.4.0" [dependencies.quick-error] version = "1.2.1" [dependencies.rand] version = "0.4.2" [dependencies.sha1] version = "0.4.0" [dependencies.tk-bufstream] version = "0.3.0" [dependencies.tk-sendfile] version = "0.4.0" optional = true [dependencies.tokio-core] version = "0.1.12" [dependencies.tokio-io] version = "0.1.4" [dependencies.url] version = "1.4.0" [dev-dependencies.argparse] version = "0.2.1" [dev-dependencies.env_logger] version = "0.4.3" [dev-dependencies.futures-cpupool] version = "0.1.8" [dev-dependencies.native-tls] version = "0.1" [dev-dependencies.rustls] version = "0.12.0" [dev-dependencies.time] version = "0.1.39" [dev-dependencies.tk-listen] version = "0.1.0" [dev-dependencies.tokio-rustls] version = "0.5.0" [dev-dependencies.tokio-tls] version = "0.1.4" [dev-dependencies.webpki] version = "0.18.0-alpha" [features] date_header = ["httpdate"] default = ["sendfile", "date_header"] sendfile = ["tk-sendfile"]