[[bench]]
harness = false
name = "create_req"
[[example]]
name = "async"
required-features = ["async"]
[dependencies.tinyhttp-codegen]
version = "0.4.0-rc2"
[dependencies.tinyhttp-internal]
default-features = false
version = "0.4.0-rc2"
[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 = "4.0.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "net"]
version = "1.30"
[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"]
[package]
authors = ["Mateo Cabanal <mateo200525@gmail.com>"]
description = "A HTTP library with SSL and GZIP support"
edition = "2021"
keywords = ["http", "server"]
license = "GPL-2.0-or-later"
name = "tinyhttp"
repository = "https://github.com/mateocabanal/tinyhttp"
version = "0.4.0-rc2"