# 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 = "named-pipe-to-tcp-proxy" version = "1.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Proxy all data from a Named Pipe to a specified TCP Proxy Server" homepage = "https://in.linkedin.com/in/pratik-chowdhury-889bb2183" readme = "README.md" keywords = [ "cli", "named-pipes", "windows", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "BSD-3-Clause" repository = "https://github.com/pratikpc/named-pipe-to-tcp-proxy" [[bin]] name = "named-pipe-to-tcp-proxy" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.tokio] version = "1" features = [ "net", "macros", "rt", "io-util", ]