[[bin]]
name = "wsa"
path = "src/main.rs"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "wsa"
path = "src/lib.rs"
[package]
authors = ["Canmi(Canmi21)<t@canmi.icu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "WebSocket-based API protocol."
documentation = "https://github.com/ipel-dev/wsa?tab=readme-ov-file"
edition = "2024"
homepage = "https://github.com/ipel-dev/wsa"
keywords = ["wsa", "websocket", "api"]
license = "MIT"
name = "wsa"
readme = "README.md"
repository = "https://github.com/ipel-dev/wsa"
version = "0.1.3"