# 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 = "ppp" version = "2.2.0" authors = ["Miguel D. Salcedo "] description = "A Proxy Protocol Parser written in Rust. See HAProxy for the protocol specification." homepage = "https://github.com/misalcedo/ppp" documentation = "https://docs.rs/ppp" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/misalcedo/ppp" resolver = "2" [profile.release] lto = true debug = true [[bench]] name = "binary" harness = false [[bench]] name = "text" harness = false [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.3" [features] default = [] [target."cfg(unix)".dev-dependencies.pprof] version = "0.6" features = [ "criterion", "flamegraph", "protobuf", ]