[[bin]]
name = "nu_plugin_ws"
path = "src/main.rs"
[dependencies.env_logger]
version = "0.11"
[dependencies.log]
version = "0.4"
[dependencies.nu-plugin]
version = "0.107.0"
[dependencies.nu-protocol]
version = "0.107.0"
[dependencies.tungstenite]
features = ["native-tls"]
version = "0.24.0"
[dependencies.url]
version = "2.5.3"
[dev-dependencies.nu-plugin-test-support]
version = "0.107.0"
[dev-dependencies.nu-test-support]
version = "0.107.0"
[lib]
name = "nu_plugin_ws"
path = "src/lib.rs"
[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"
license = "MIT"
name = "nu_plugin_ws"
readme = "README.md"
repository = "https://github.com/alex-kattathra-johnson/nu_plugin_ws"
version = "1.0.6"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"