# 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" rust-version = "1.62" name = "cargo-set-rust-version" version = "0.5.0" authors = ["Leigh McCulloch"] description = "Update Cargo.toml rust-version to latest." homepage = "https://github.com/leighmcculloch/cargo-set-rust-version" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/leighmcculloch/cargo-set-rust-version" [dependencies.clap] version = "3.2.16" features = [ "derive", "env", ] [dependencies.thiserror] version = "1.0.32" [dependencies.toml] version = "0.5.9" [dependencies.toml_edit] version = "0.14.4" [dependencies.ureq] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [badges.github] repository = "leighmcculloch/cargo-set-rust-version"