[package]
name = "tomlsmith-cli"
description = "Command-line adapter for TomlSmith"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme = "README.md"
keywords = ["toml", "formatter", "parser", "cli", "configuration"]
categories = ["command-line-utilities", "development-tools", "config"]
publish = ["crates-io"]
[lib]
path = "src/lib.rs"
[[bin]]
name = "tomlsmith"
path = "src/main.rs"
[dependencies]
clap.workspace = true
serde_json.workspace = true
tempfile.workspace = true
tomlsmith.workspace = true
[lints]
workspace = true