[package] name = "nosejob" version = "1.0.0" authors = ["WeirdPtr "] description = "Lightweight No Std JSON Parser" edition = "2021" license = "MIT" repository = "https://github.com/WeirdPtr/nosejob" keywords = ["no_std", "json", "parser", "jsonparser", "lightweight"] [dependencies] [features] default = ["full"] full = ["iter"] iter = ["obj-iter", "arr-iter"] obj-iter = [] arr-iter = []