# 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 = "outfall" version = "0.0.1" authors = ["Roman Emreis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental low-level HTTP Library for Rust" readme = "README.md" keywords = [ "outfall", "http", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/RomanEmreis/outfall" [lib] name = "outfall" path = "src/lib.rs" [[example]] name = "simple_http" path = "examples/simple_http.rs" [dependencies.bytes] version = "1.8.0" [dependencies.http] version = "1.1.0" [dependencies.httparse] version = "1.9.5" [dependencies.tokio] version = "1.41.1" features = [ "sync", "net", "io-std", "io-util", ] [dev-dependencies.tokio] version = "1.41.1" features = ["full"]