# 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 = "cucumis" version = "0.1.0" authors = ["jwcub "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "hack.chat tunnel that resolves DNS pollution" homepage = "https://github.com/jwcub/cucumis" readme = "README.md" keywords = [ "hack", "chat", "tunnel", "hackchat", ] categories = [ "command-line-utilities", "web-programming::websocket", ] license = "Unlicense" repository = "https://github.com/jwcub/cucumis" [[bin]] name = "cucumis" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.futures-util] version = "0.3.30" [dependencies.rustls-native-certs] version = "0.7.1" [dependencies.tokio] version = "1.39.2" features = [ "net", "rt-multi-thread", "macros", "io-std", "tracing", ] [dependencies.tokio-rustls] version = "0.26.0" features = [ "ring", "tls12", ] default-features = false [dependencies.tokio-tungstenite] version = "0.23.1" features = ["connect"] default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"