# 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 = "tinyhttp" version = "0.5.0" authors = ["Mateo Cabanal "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A HTTP library with SSL and GZIP support" readme = "README.md" keywords = [ "http", "server", ] license = "GPL-2.0-or-later" repository = "https://github.com/mateocabanal/tinyhttp" [lib] name = "tinyhttp" path = "src/lib.rs" [[example]] name = "async" path = "examples/async.rs" required-features = ["async"] [[example]] name = "heroku-deploy" path = "examples/heroku-deploy.rs" [[example]] name = "local_server" path = "examples/local_server.rs" [[bench]] name = "create_req" path = "benches/create_req.rs" harness = false [dependencies.tinyhttp-codegen] version = "0.5.0" [dependencies.tinyhttp-internal] version = "0.5.0" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.minreq] version = "2.8.1" [dev-dependencies.simple_logger] version = "5.0.0" [dev-dependencies.tokio] version = "1.30" features = [ "macros", "rt-multi-thread", "net", ] [features] async = ["tinyhttp-internal/async"] default = [ "ssl", "sys", "log", ] log = ["tinyhttp-internal/log"] middleware = ["tinyhttp-internal/middleware"] openssl_vendor = ["tinyhttp-internal/openssl_vendor"] ssl = ["tinyhttp-internal/ssl"] sys = ["tinyhttp-internal/sys"]