nu_plugin_ws 0.3.2

A Nushell plugin for easily streaming output from websocket endpoints
[[bin]]
name = "nu_plugin_ws"
path = "src/main.rs"

[dependencies.nu-plugin]
version = "0.105.1"

[dependencies.nu-protocol]
version = "0.105.1"

[dependencies.tungstenite]
features = ["native-tls"]
version = "0.24.0"

[dependencies.url]
version = "2.5.3"

[package]
authors = ["Alex Johnson <alex.kattathra.johnson@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Nushell plugin for easily streaming output from websocket endpoints"
edition = "2021"
homepage = "https://github.com/alex-kattathra-johnson/nu_plugin_ws"
license = "MIT"
name = "nu_plugin_ws"
readme = "README.md"
version = "0.3.2"