# 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-stabilize" version = "0.2.0" authors = ["Kai Schmidt "] description = "A simple tool which replaces all version wildcards (\"*\") in your `Cargo.toml` with the newest version of the crate. It can also upgrade dependencies that already have versions." readme = "readme.md" keywords = [ "cargo", "stabilize", "wildcard", "version", "tool", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/kaikalii/cargo-stabilize" [dependencies.colored] version = "2.1.0" [dependencies.toml] version = "0.8.12"