tomato-toml 0.2.0

🍅 A command-line tool to get and set values in toml files while preserving comments and formatting.
[[bin]]
name = "tomato"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.58"

[dependencies.clap]
features = ["derive"]
version = "3.2.16"

[dependencies.clap_complete]
version = "3.2.4"

[dependencies.regex]
version = "1.6.0"

[dependencies.serde_json]
version = "1.0.83"

[dependencies.toml]
version = "0.5.9"

[dependencies.toml_edit]
features = ["serde"]
version = "0.14.4"

[package]
authors = ["C J Silverio <ceejceej@gmail.com>"]
categories = ["command-line-utilities"]
description = "🍅 A command-line tool to get and set values in toml files while preserving comments and formatting."
edition = "2021"
keywords = ["cli", "toml", "bash"]
license = "BlueOak-1.0.0"
name = "tomato-toml"
readme = "README.md"
resolver = "2"
version = "0.2.0"