nu_plugin_ws 0.2.2

A Nushell plugin for easily streaming output from websocket endpoints
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Alex Johnson <alex.kattathra.johnson@gmail.com>"]
homepage = "https://github.com/alex-kattathra-johnson/nu_plugin_ws"
readme = "README.md"
license = "MIT"
name = "nu_plugin_ws"
description = "A Nushell plugin for easily streaming output from websocket endpoints"
version = "0.2.2"
edition = "2021"

[dependencies]
nu-plugin = "0.100.0"
nu-protocol = "0.100.0"
tungstenite = { version = "0.24.0", features = ["native-tls"] }
url = "2.5.3"