[dependencies.embedded-io]
version = "0.7.1"
[dependencies.rjiter]
version = "1.3"
[dependencies.u8pool]
version = "1.1.2"
[dev-dependencies.embedded-io]
features = ["std"]
version = "0.7.1"
[features]
default = []
display = ["rjiter/display"]
std = ["embedded-io/std", "rjiter/std", "u8pool/std", "display"]
[lib]
crate-type = ["lib"]
name = "scan_json"
path = "src/lib.rs"
[package]
authors = ["Oleg Parashchenko <olpa@uucode.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "parsing"]
description = "React to elements in a JSON stream"
edition = "2021"
homepage = "https://github.com/olpa/streaming_json"
keywords = ["json"]
license = "MIT"
name = "scan_json"
readme = "README.md"
repository = "https://github.com/olpa/streaming_json"
version = "2.1.0"
[[test]]
name = "idtransform_test"
path = "tests/idtransform_test.rs"
[[test]]
name = "matcher_test"
path = "tests/matcher_test.rs"
[[test]]
name = "scan_test"
path = "tests/scan_test.rs"