[package] name = "http-server-plugin" version = "1.0.0-draft+1" authors = ["Esteban Borai "] edition = "2021" description = "HTTP Server RS Plugin Crate" repository = "https://github.com/http-server-rs/http-server" categories = ["web-programming", "web-programming::http-server"] keywords = ["sdk", "http", "server", "plugin", "dll"] license = "MIT OR Apache-2.0" readme = "../../README.md" [dependencies] anyhow = { workspace = true } async-trait = { workspace = true } bytes = { workspace = true } http = { workspace = true } http-body-util = { workspace = true } hyper = { workspace = true } serde = { workspace = true } tokio = { workspace = true, features = ["full"] } toml = { workspace = true } [build-dependencies] rustc_version = { workspace = true }