# 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 = "uhttp" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust HTTP Server Library for Humans" homepage = "https://github.com/alshdavid/uhttp" readme = "README.md" license = "MIT" repository = "https://github.com/alshdavid/uhttp" [lib] name = "uhttp" path = "src/lib.rs" [[bench]] name = "benchmarks" path = "src/bench.rs" harness = false [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.httparse] version = "1" [dependencies.socket2] version = "0.5" [dependencies.tokio] version = "1" features = [ "net", "io-util", "rt", "sync", ] [dev-dependencies.divan] version = "0.*"