nostcat 0.3.2

Websocket client for nostr relay scripting
Documentation
[dependencies.clap]
version = "4.0.26"

[dependencies.env_logger]
version = "0.9.0"

[dependencies.log]
version = "0.4.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync"]
version = "1.22.0"

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

[dependencies.url]
version = "2.2.2"

[package]
description = "Websocket client for nostr relay scripting"
edition = "2021"
keywords = ["nostr", "nostr-protocol", "websocket", "cli"]
license-file = "LICENSE.txt"
name = "nostcat"
readme = "README.md"
repository = "https://github.com/blakejakopovic/nostcat"
version = "0.3.2"