[package] name = "pagefind_microjson" version = "0.1.4" edition = "2018" license = "GPL-3.0-only" repository = "https://github.com/rspencer01/microjson" keywords = ["json", "no_std"] description = "No frills JSON parsing without allocations" readme = "README.md" documentation = "https://docs.rs/microjson/latest" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] criterion = "0.3" [[bench]] name = "criterion_bench" harness = false