# 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 = "proxy-header" version = "0.1.2" authors = ["Tibor Djurica Potpara"] description = "A library for parsing and serializing PROXY protocol headers" readme = "README.md" keywords = [ "haproxy", "protocol", "proxy", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/tibordp/proxy-header" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "bench" harness = false [dependencies.pin-project-lite] version = "0.2" optional = true [dependencies.tokio] version = "1" features = ["io-util"] optional = true [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] tokio = [ "dep:tokio", "dep:pin-project-lite", ]