# 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 = "jsonc_tools" version = "0.0.1" authors = ["Mohamed Bana "] description = "jsonc_tools: Tools to deal with `jsonc` files. See, [JSON with Comments](https://code.visualstudio.com/docs/languages/json#_json-with-comments) and [jsonc](https://komkom.github.io/) (A Json like file format with comments). See, [User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings) and [Settings - vscode](https://vscode.readthedocs.io/en/latest/getstarted/settings/) for example files." homepage = "https://github.com/banaio/jsonc_tools.rs" readme = "README.md" keywords = ["jsonc"] categories = ["jsonc"] license-file = "./LICENSE" repository = "https://github.com/banaio/jsonc_tools.rs" [profile.bench] opt-level = 0 lto = true debug = 2 debug-assertions = true overflow-checks = true incremental = true [profile.dev] opt-level = 0 lto = false debug = 2 debug-assertions = true panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = true debug = 2 debug-assertions = true panic = "unwind" overflow-checks = true incremental = true [profile.test] opt-level = 0 lto = false debug = 2 debug-assertions = true overflow-checks = true incremental = true [dependencies.better-panic] version = "0.2.0" [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.7.1" [dependencies.log] version = "0.4.11" features = ["std"] [dependencies.structopt] version = "0.3.17" [dependencies.term_size] version = "0.3.2" [dev-dependencies.pretty_assertions] version = "0.6.1"