# 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" rust-version = "1.70.0" name = "logged_tcp_proxy" version = "0.1.2" authors = ["Alexandr Garbuzov "] exclude = [ ".github", ".vscode", ".gitignore", ] description = "Command line interface for proxying TCP connections with payload output into console which can be formatted different ways." homepage = "https://github.com/qwerty541/logged-tcp-proxy" readme = "README.md" keywords = [ "network", "tcp", "proxy", "logging", "debugging", ] categories = [ "command-line-utilities", "development-tools::debugging", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qwerty541/logged-tcp-proxy" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.4.6" features = [ "std", "derive", ] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.logged-stream] version = "0.3.4" [dependencies.tokio] version = "1.32.0" features = [ "io-util", "macros", "net", "rt-multi-thread", "time", ] default-features = false