# 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 = "2021" name = "async-scgi" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async SCGI Client & Server" homepage = "https://sr.ht/~zethra/async-scgi/" documentation = "https://docs.rs/async-scgi" readme = "README.md" keywords = [ "SCGI", "async", ] categories = [ "asynchronous", "network-programming", "parsing", ] license = "MPL-2.0" repository = "https://sr.ht/~zethra/async-scgi/" [lib] name = "async_scgi" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "server" path = "examples/server.rs" [dependencies.futures-lite] version = "2.3" [dependencies.memchr] version = "2.7" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.smol] version = "2.0"