# 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 = "monopiped" version = "0.1.0" authors = ["Naveen Nathan "] description = "monopiped tunnels and encrypts TCP applications over TCP/HTTP(S) WebSockets" homepage = "https://github.com/nnathan/monopiped" documentation = "https://github.com/nnathan/monopiped" readme = "README.md" keywords = [ "tunnel", "proxy", "tcp", "websockets", ] categories = ["command-line-utilities"] license = "CC0-1.0" repository = "https://github.com/nnathan/monopiped" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.futures-util] version = "0.3.28" features = [ "sink", "std", ] default-features = false [dependencies.mini-monocypher] version = "0.1.0" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0" features = ["native-tls"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.zeroize] version = "1.6.0"