[package] name = "wson" version = "0.1.1" edition = "2021" license = "MIT" authors = ["wat-aro "] description = "JSON parser made with nom" repository = "https://github.com/wat-aro/wson/" documentation= "https://docs.rs/wson/" keywords = ["json"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1.1"