[package]
name = "asyncjsonstream"
version = "0.1.1"
edition = "2021"
rust-version = "1.74"
description = "Async JSON stream reader for selective parsing of large payloads"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/singular-labs/async-json-streamer"
homepage = "https://github.com/singular-labs/async-json-streamer"
documentation = "https://docs.rs/asyncjsonstream"
keywords = ["json", "async", "streaming", "stream"]
categories = ["asynchronous", "encoding"]
[dependencies]
bytes = "1.4.0"
serde_json = "1.0.96"
thiserror = "2.0.11"
tokio = { version = "1.34.0", features = ["fs", "io-util", "macros", "rt-multi-thread"] }
[dev-dependencies]
assert_matches = "1.5.0"
serde = { version = "1.0.199", features = ["derive"] }
[package.metadata.docs.rs]
all-features = true