[[bench]]
harness = false
name = "parser_bench"
path = "benches/parser_bench.rs"
[[bin]]
name = "rill_json_bin"
path = "src/main.rs"
[dependencies.memchr]
version = "2.7"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[lib]
name = "rill_json"
path = "src/lib.rs"
[package]
authors = ["Louis-Philip Marcoux <louisphilipmarcoux@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "encoding"]
description = "A fast, 100% safe, and RFC 8259-compliant streaming JSON parser and serializer, built from scratch in Rust."
edition = "2021"
keywords = ["json", "parser", "streaming", "serializer", "no_unsafe"]
license = "MIT OR Apache-2.0"
name = "rill-json"
readme = "README.md"
repository = "https://github.com/louisphilipmarcoux/rill-json"
rust-version = "1.81.0"
version = "0.5.0"