websocat 1.0.1

Command-line client for web sockets, like netcat/curl/socat for ws://.
Documentation
# 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 = "websocat"
version = "1.0.1"
authors = ["Vitaly \"_Vi\" Shukela <vi0oss@gmail.com>"]
exclude = ["autorelease.sh"]
description = "Command-line client for web sockets, like netcat/curl/socat for ws://."
readme = "README.md"
keywords = ["WebSocket", "socat", "rfc6455", "netcat", "cli"]
license = "MIT"
repository = "https://github.com/vi/websocat"
[package.metadata.deb]
depends = "libssl1.1, libc6 (>= 2.19), libgcc1 (>= 1:4.9.0)"
extended-description = "A tool allows you to interconnect two specifiers, like in socat, but with Websocket and some other additional functions."
features = ["ssl", "workaround1", "seqpacket", "unix_stdio"]
section = "utility"
[profile.release]
opt-level = 2
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "abort"
[dependencies.env_logger]
version = "0.5.9"
default-features = false

[dependencies.futures]
version = "=0.1.17"

[dependencies.hyper]
version = "0.10.13"

[dependencies.log]
version = "0.4.1"
default-features = false

[dependencies.openssl-probe]
version = "0.1.2"
optional = true

[dependencies.slab_typesafe]
version = "0.1"

[dependencies.smart-default]
version = "0.2.0"

[dependencies.structopt]
version = "0.2"
default-features = false

[dependencies.tokio-core]
version = "=0.1.12"

[dependencies.tokio-io]
version = "=0.1.5"

[dependencies.tokio-process]
version = "0.1.5"
optional = true

[dependencies.tokio-stdin-stdout]
version = "0.1.3"

[dependencies.websocket]
version = "0.20.2"
features = ["async"]
default-features = false
[dev-dependencies.tokio-timer]
version = "=0.1.2"

[features]
default = ["signal_handler", "tokio-process", "unix_stdio"]
seqpacket = ["libc"]
signal_handler = ["tokio-signal"]
ssl = ["websocket/async-ssl"]
unix_stdio = []
workaround1 = ["libc"]
[target."cfg(unix)".dependencies.libc]
version = "0.2"
optional = true

[target."cfg(unix)".dependencies.tokio-file-unix]
version = "^0.4.2"

[target."cfg(unix)".dependencies.tokio-signal]
version = "0.1"
optional = true

[target."cfg(unix)".dependencies.tokio-uds]
version = "=0.1.5"