# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "manx" version = "0.4.0" authors = ["Walther Chen "] description = "wscat clone in rust" homepage = "https://github.com/hwchen/manx-rs" keywords = ["websocket", "wscat", "netcat", "cli"] license = "MIT OR Apache-2.0" repository = "https://github.com/hwchen/manx-rs" [[bin]] name = "manx" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.28" [dependencies.async-native-tls] version = "0.3.3" [dependencies.async-tungstenite] version = "0.4.2" [dependencies.clap] version = "2.33.0" [dependencies.futures] version = "0.3.4" [dependencies.linefeed] version = "0.6.0" [dependencies.native-tls] version = "0.2.4" [dependencies.piper] version = "0.1.1" [dependencies.smol] version = "0.1.4" [dependencies.url] version = "2.1.1"