# 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 = "l4p" version = "0.1.9" authors = ["Jacob Kiers "] exclude = [".*"] description = "Simple and fast layer 4 proxy in Rust" homepage = "https://code.kiers.eu/jjkiers/layer4-proxy" readme = "README.md" keywords = [ "proxy", "network", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://code.kiers.eu/jjkiers/layer4-proxy" [[bin]] name = "l4p" path = "src/main.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.byte_string] version = "1" [dependencies.bytes] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pico-args] version = "0.5.0" [dependencies.pretty_env_logger] version = "0.5" [dependencies.self_update] version = "0.40.0" features = ["rustls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.21" [dependencies.time] version = "0.3.1" features = [ "local-offset", "formatting", ] [dependencies.tls-parser] version = "0.11" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.url] version = "2.2.2"