[package] name = "json-peek" version = "0.0.2" authors = ["oOBoomberOo "] edition = "2018" license = "MIT" description = "Amature JSON parser library designed for my specific need" categories = ["text-processing"] keywords = ["json"] repository = "https://github.com/oOBoomberOo/json_peek" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.14"