# 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 = "2018" name = "tiny_http" version = "0.12.0" authors = [ "pierre.krieger1708@gmail.com", "Corey Farwell ", ] description = "Low level HTTP server library" documentation = "https://tiny-http.github.io/tiny-http/tiny_http/index.html" readme = "README.md" keywords = [ "http", "server", "web", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tiny-http/tiny-http" [package.metadata.docs.rs] features = ["ssl-openssl"] [dependencies.ascii] version = "1.0" [dependencies.chunked_transfer] version = "1" [dependencies.httpdate] version = "1.0.2" [dependencies.log] version = "0.4.4" [dependencies.openssl] version = "0.10" optional = true [dependencies.rustls] version = "0.20" optional = true [dependencies.rustls-pemfile] version = "0.2.1" optional = true [dependencies.zeroize] version = "1" optional = true [dev-dependencies.fdlimit] version = "0.1" [dev-dependencies.rustc-serialize] version = "0.3" [dev-dependencies.sha1] version = "0.6.0" [features] default = [] ssl = ["ssl-openssl"] ssl-openssl = [ "openssl", "zeroize", ] ssl-rustls = [ "rustls", "rustls-pemfile", "zeroize", ]