jsonl 4.0.1

An implementation of JSON Lines for Rust
Documentation
[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["io-util", "io-std", "net", "process"]
optional = true
version = "1"

[package]
authors = ["Aramis Razzaghipour <aramisnoah@gmail.com>"]
categories = ["encoding", "network-programming"]
description = "An implementation of JSON Lines for Rust"
documentation = "https://docs.rs/jsonl"
edition = "2018"
homepage = "https://github.com/arzg/jsonl"
license = "MIT OR Apache-2.0"
name = "jsonl"
readme = "README.md"
repository = "https://github.com/arzg/jsonl"
version = "4.0.1"