| # 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 are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2018" |
| name = "json5format" |
| version = "0.2.6" |
| authors = ["Rich Kadel <richkadel@google.com>", "David Tamas-Parris <davidatp@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.5.6" |
| [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" |