# 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] edition = "2018" name = "slimweb" version = "0.3.0" authors = ["Bob Koller"] include = ["Cargo.toml", "src/**/*.rs", "LICENSE", "README.md"] description = "Slim HTTP 1.1 client/server library" readme = "README.md" keywords = ["web", "http", "https", "rest", "api"] license = "MIT" repository = "https://github.com/MirrorBytes/slimweb" [dependencies.base64] version = "0.11" [dependencies.flate2] version = "1.0" optional = true [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "2.0" optional = true [dependencies.punycode] version = "0.4" optional = true [dependencies.rustls] version = "0.16" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.webpki] version = "0.21" optional = true [dependencies.webpki-roots] version = "0.18" optional = true [features] client = [] compress = ["flate2"] default = ["client"] json = ["serde_json"] multipart = ["mime_guess"] server = [] tls = ["rustls", "webpki", "webpki-roots", "lazy_static"]