[package] name = "adventjson" version = "0.1.1" authors = ["Matthias Kaak "] edition = "2018" description = "A full json-parser written in Rust for the advent of code challenges" license = "GPL-3.0-or-later" repository = "https://github.com/zvavybir/adventjson/" documentation = "https://docs.rs/adventjson" readme = "README.md" keywords = ["json", "parser"] categories = ["data-structures", "encoding", "parser-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]