# 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 = "tcplinecombine" version = "0.1.0" description = "Simple CLI tool to collect incoming lines from TCP clients and compress them (without interleaving bytes within lines)." readme = "README.md" keywords = [ "tcp", "zstd", "fdlinecombine", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT/Apache-2.0" repository = "https://github.com/vi/tcplinecombine" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 1 debug-assertions = false rpath = false panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.68" [dependencies.async-compression] version = "0.3.15" features = [ "tokio", "zstd", ] [dependencies.bytes] version = "1.3.0" [dependencies.futures] version = "0.3.25" [dependencies.tokio] version = "1.23.0" features = [ "macros", "net", "rt", "fs", "io-util", "time", "sync", ] [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dependencies.xflags] version = "0.3.1"