[[bench]]
name = "ptr"
path = "benches/ptr.rs"
[dependencies.serde_json]
version = "1"
[dev-dependencies.criterion]
version = "0"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "mutate"
path = "examples/mutate.rs"
[lib]
name = "jsonptr_lite"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "data-structures"]
description = "Tiny JSON Pointer lookups for serde_json::Value"
edition = "2021"
homepage = "https://github.com/thegreatbey/jsonptr-lite"
keywords = ["json", "pointer", "serde", "serde_json", "rfc6901"]
license = "MIT OR Apache-2.0"
name = "jsonptr-lite"
readme = "README.md"
repository = "https://github.com/thegreatbey/jsonptr-lite"
version = "0.1.1"
[[test]]
name = "basic"
path = "tests/basic.rs"