[package] name = "async-scgi" version = "1.0.0" edition = "2021" description = "Async SCGI Client & Server" license = "MPL-2.0" repository = "https://sr.ht/~zethra/async-scgi/" homepage = "https://sr.ht/~zethra/async-scgi/" documentation = "https://docs.rs/async-scgi" keywords = ["SCGI", "async"] categories = ["asynchronous", "network-programming", "parsing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1" memchr = "2.7" futures-lite = "2.3" [dev-dependencies] smol = "2.0" anyhow = "1"