# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tomato-toml" version = "0.5.0" authors = ["C J Silverio "] description = "🍅 A command-line tool to get and set values in toml files while preserving comments and formatting." homepage = "https://github.com/ceejbot/tomato" readme = "README.md" keywords = [ "cli", "toml", "bash", ] categories = ["command-line-utilities"] license = "BlueOak-1.0.0" repository = "https://github.com/ceejbot/tomato" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "tomato" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2.16" features = [ "derive", "wrap_help", ] [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] version = "0.19.8" features = ["serde"]