tomato-toml 0.5.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"

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

[dependencies.clap_complete]
version = "3.2.4"

[dependencies.regex]
version = "1.9.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.7.3"

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

[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"
homepage = "https://github.com/ceejbot/tomato"
keywords = ["cli", "toml", "bash"]
license = "BlueOak-1.0.0"
name = "tomato-toml"
readme = "README.md"
repository = "https://github.com/ceejbot/tomato"
version = "0.5.0"
[profile.dist]
inherits = "release"
lto = "thin"