[dependencies.bytes]
version = "1.5.0"
[dependencies.json5]
optional = true
version = "0.4.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.138"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.tokio]
features = ["full", "time"]
version = "1.43.0"
[dependencies.tokio-stream]
version = "0.1.14"
[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.tokio]
features = ["full", "test-util", "rt-multi-thread"]
version = "1.43.0"
[features]
relaxed = ["json5"]
[lib]
name = "prk_async_dataflow"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "parsing"]
description = "An asynchronous dataflow processing library for Rust to parse JSON/NDJSON streams."
edition = "2021"
keywords = ["async", "dataflow", "json", "ndjson", "tokio"]
license = "MIT"
name = "prk_async_dataflow"
readme = "README.md"
repository = "https://github.com/prk-Jr/prk_async_dataflow"
version = "0.1.1"