[package]
edition = "2021"
name = "sund"
version = "0.1.0"
authors = ["penglei"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sund is a suspendable json parser core that unifies buffered and streaming JSON decoding."
homepage = "https://github.com/velox-io/sund-rs"
documentation = "https://docs.rs/sund"
readme = "README.md"
keywords = [
"json",
"parser",
"streaming",
"async",
]
categories = [
"encoding",
"parser-implementations",
]
license = "MIT"
repository = "https://github.com/velox-io/sund-rs"
[[bin]]
name = "sund"
path = "src/main.rs"
[dependencies]