[dependencies.futures]
version = "0.3.5"
[dependencies.serde]
version = "1.0.114"
[dependencies.serde_json]
version = "1.0.56"
[dependencies.thiserror]
version = "1.0.20"
[dev-dependencies.tokio]
features = ["macros", "rt-threaded"]
version = "0.2.21"
[package]
authors = ["Adam Szalkowski <adam@szalkowski.de>"]
categories = ["asynchronous", "parsing"]
description = "Incrementally reads a JSON array through an async stream"
edition = "2018"
homepage = "https://github.com/butzist/async-json-stream/"
keywords = ["json", "async", "stream"]
license-file = "LICENSE"
name = "json-array-stream"
readme = "README.md"
repository = "https://github.com/butzist/async-json-stream/"
version = "0.1.0"