seria 0.0.2-dev.2

A lightweight Revolt client library built for the Rust ecosystem.
Documentation
[dependencies.async-channel]
version = "2.3.1"

[dependencies.bitflags]
features = ["serde"]
version = "2.9.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12.20"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.26.2"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.45.1"

[features]
cache = []
default = ["cache", "type-store"]
msgpack = []
type-store = []

[lib]
name = "seria"
path = "src/lib.rs"

[package]
authors = ["Reina <notmarx.tech@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A lightweight Revolt client library built for the Rust ecosystem."
edition = "2021"
license = "MIT"
name = "seria"
readme = "README.md"
repository = "https://github.com/reinacchi/seria"
version = "0.0.2-dev.2"