# 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] name = "wurl" version = "0.1.0" authors = ["Espen Henriksen "] description = "WebSocket CLI for developers" readme = "README.md" keywords = ["websocket", "ws", "cli", "devtool"] license = "GPL-3.0" repository = "https://github.com/esphen/wurl" [[bin]] name = "wurl" path = "src/bin/wurl.rs" doc = false required-features = ["cli"] [dependencies.clap] version = "2.31.2" optional = true [dependencies.log] version = "0.4.1" [dependencies.rprompt] version = "1.0.3" optional = true [dependencies.stderrlog] version = "0.3.0" optional = true [dependencies.url] version = "1.7.0" [dependencies.ws] version = "0.7.6" features = ["ssl"] [build-dependencies.clap] version = "2.31.2" [build-dependencies.log] version = "0.4.1" [build-dependencies.rprompt] version = "1.0.3" [build-dependencies.stderrlog] version = "0.3.0" [build-dependencies.ws] version = "0.7.6" features = ["ssl"] [features] cli = ["clap", "rprompt", "stderrlog"] default = ["cli"]