jsonc_tools 0.0.1

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.
Documentation
[dependencies.better-panic]
version = "0.2.0"

[dependencies.clap]
version = "2.33.3"

[dependencies.env_logger]
version = "0.7.1"

[dependencies.log]
features = ["std"]
version = "0.4.11"

[dependencies.structopt]
version = "0.3.17"

[dependencies.term_size]
version = "0.3.2"
[dev-dependencies.pretty_assertions]
version = "0.6.1"

[package]
authors = ["Mohamed Bana <m@bana.io>"]
categories = ["jsonc"]
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."
edition = "2018"
homepage = "https://github.com/banaio/jsonc_tools.rs"
keywords = ["jsonc"]
license-file = "./LICENSE"
name = "jsonc_tools"
readme = "README.md"
repository = "https://github.com/banaio/jsonc_tools.rs"
version = "0.0.1"
[profile.bench]
debug = 2
debug-assertions = true
incremental = true
lto = true
opt-level = 0
overflow-checks = true

[profile.dev]
debug = 2
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
panic = "unwind"

[profile.release]
debug = 2
debug-assertions = true
incremental = true
lto = true
opt-level = 3
overflow-checks = true
panic = "unwind"

[profile.test]
debug = 2
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true