# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "touche" version = "0.0.10" authors = ["Rodrigo Navarro "] description = "Synchronous HTTP library" readme = "README.md" keywords = [ "web", "http", "protocol", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/reu/touche" [package.metadata.docs.rs] all-features = true [dependencies.headers] version = "0.3.7" [dependencies.http] version = "0.2.8" [dependencies.httparse] version = "1.7.1" [dependencies.rustls] version = "0.20.6" optional = true default-features = false [dependencies.thiserror] version = "1.0.31" [dependencies.threadpool] version = "1.8.1" optional = true default-features = false [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.flate2] version = "1.0.24" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.indoc] version = "1.0.6" [dev-dependencies.md5] version = "0.7.0" [dev-dependencies.rustls-pemfile] version = "1.0.0" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [dev-dependencies.tokio-tungstenite] version = "0.19.0" [dev-dependencies.tungstenite] version = "0.17.3" [features] client = [] default = ["server"] full = [ "client", "server", ] server = ["threadpool"] unix-sockets = []