[package] name = "simple-json-parser" version = "0.0.3" edition = "2021" description = "No allocation JSON key value parser with comment support" authors = ["Ben "] license = "MIT" keywords = [] categories = [] repository = "https://github.com/kaleidawave/simple-json-parser" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [lib] path = "lib.rs" [lints.clippy] pedantic = "deny"