[[bench]]
harness = false
name = "dom_parsing"
[[bench]]
harness = false
name = "sax_parsing"
[[bench]]
harness = false
name = "lexing"
[dependencies.chisel-decoders]
version = "1.0.6"
[dependencies.fast-float]
version = "0.2.0"
[dependencies.lexical]
features = ["parse-floats", "parse-integers"]
optional = true
version = "6.1.1"
[dev-dependencies.bytesize]
version = "1.2.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4.0"
[dev-dependencies.pprof]
features = ["flamegraph", "criterion", "protobuf"]
version = "0.11.1"
[features]
default = ["mixed_numerics"]
mixed_numerics = ["lexical"]
[package]
authors = ["Jonny Coombes <jcoombes@jcs-software.co.uk>"]
categories = ["parser-implementations", "text-processing"]
description = "Simple JSON parser for Rust"
edition = "2021"
keywords = ["json", "parser"]
license = "MIT OR Apache-2.0"
name = "chisel-json"
readme = "README.md"
repository = "https://github.com/jonnycoombes/chisel-json"
rust-version = "1.56"
version = "0.1.15"