# 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 = "2018" name = "async-scgi" version = "0.1.0" description = "Async SCGI Client & Server" homepage = "https://sr.ht/~zethra/async-scgi/" documentation = "https://docs.rs/async-scgi" keywords = ["SCGI", "async"] categories = ["asynchronous", "network-programming", "parsing"] license = "MPL-2.0" repository = "https://sr.ht/~zethra/async-scgi/" [dependencies.futures-lite] version = "1.12" [dependencies.memchr] version = "2.4" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.smol] version = "1.2"