# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "json-pop" version = "0.0.2" authors = ["matt rice "] description = "A small JSON parser from parser/lexer generators." license = "MIT OR Apache-2.0" repository = "https://github.com/ratmice/json-pop" [[example]] name = "json-pop" [dependencies.cfg-if] version = "0.1" [dependencies.codespan-reporting] version = "0.9.2" optional = true [dependencies.lalrpop-util] version = "0.18" [dependencies.lexical] version = "5.2" [dependencies.logos] version = "0.11.4" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.clap] version = "2.33.0" [dev-dependencies.paw] version = "1.0" [dev-dependencies.structopt] version = "0.3" features = ["paw"] [dev-dependencies.structopt-derive] version = "0.4" [build-dependencies.lalrpop] version = "0.18" [features] default = [] pretty_errors = ["codespan-reporting"]