[package] name = "plainjson" version = "0.1.2" edition = "2021" description = "A library simply provides low-level access and JSONPath way to query or set JSON values." authors = ["longrunsoul "] repository = "https://github.com/longrunsoul/plainjson" documentation = "https://docs.rs/plainjson" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] unicode_reader = "1.0.1" anyhow = "1.0.40"