# 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 = "stdintap" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to read lines from stdin and broadcast them to connected TCP clients" readme = "README.md" keywords = [ "stdio", "stdin", "tcp", "unix", "text", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vi/stdintap" [[bin]] name = "stdintap" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.6.1" [dependencies.clap] version = "4.5.9" features = [ "derive", "help", "std", ] default-features = false [dependencies.tokio] version = "1.38.1" features = [ "rt", "macros", "sync", "net", "io-util", "time", ] [dependencies.tokio-listener] version = "0.4.3" features = [ "clap", "sd_listen", "socket_options", "unix", "unix_path_tools", "multi-listener", ] default-features = false