[[example]]
name = "http_adapter"
required-features = ["http"]
[build-dependencies.bindgen]
version = "0.60.1"
[dependencies.http]
optional = true
version = "0.2.8"
[dependencies.libc]
version = "0.2.126"
[features]
default = ["http"]
http = ["dep:http"]
[package]
authors = ["Andrei Vasiliu <whyte.vuhuni@gmail.com>"]
description = "A safe wrapper around NGINX Unit's libunit."
edition = "2021"
license = "Apache-2.0"
name = "unit-rs"
readme = "README.md"
repository = "https://github.com/andreivasiliu/unit-rs"
resolver = "2"
version = "0.2.0-alpha3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]