# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "plainjson" version = "0.1.2" authors = ["longrunsoul "] description = "A library simply provides low-level access and JSONPath way to query or set JSON values." documentation = "https://docs.rs/plainjson" license = "MIT" repository = "https://github.com/longrunsoul/plainjson" resolver = "2" [dependencies.anyhow] version = "1.0.40" [dependencies.unicode_reader] version = "1.0.1"