# 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 = "cargo-set" version = "0.1.2" authors = ["WumaCoder "] description = "a Cargo.toml file editor cli tool" homepage = "https://github.com/nidrs/nidrs.git" readme = "README.md" keywords = [ "cargo", "toml", "cli", "tool", "editor", ] categories = [ "development-tools", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/nidrs/nidrs.git" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", "cargo", ] [dependencies.clap-cargo] version = "0.14.0" [dependencies.thiserror] version = "1.0.32" [dependencies.toml] version = "0.8.12" [dependencies.toml_edit] version = "0.22.12" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7"