| # 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 = "json5format" |
| version = "0.1.4" |
| authors = ["Rich Kadel <richkadel@google.com>"] |
| description = "Customizable JSON5 document formatter that preserves comments" |
| keywords = ["json", "json5", "style", "formatter", "comments"] |
| license = "BSD-3-Clause" |
| repository = "https://github.com/google/json5format" |
| [dependencies.lazy_static] |
| version = "1.4" |
| |
| [dependencies.regex] |
| version = "1.3.5" |
| [dev-dependencies.anyhow] |
| version = "1.0.25" |
| |
| [dev-dependencies.maplit] |
| version = "1.0.1" |
| |
| [dev-dependencies.proptest] |
| version = "0.9.3" |
| |
| [dev-dependencies.structopt] |
| version = "0.2.14" |