# 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 = "upgrade" version = "2.0.0" authors = ["xuxiaocheng <2762267080@qq.com>"] description = "A helpful library for upgradeing your standalone executables." documentation = "https://docs.rs/upgrade/" readme = "README.md" keywords = [ "upgrade", "self-upgrade", "program", ] categories = ["accessibility"] license = "MIT OR Apache-2.0" repository = "https://github.com/xuxiaocheng0201/upgrade/" [dependencies.self-replace] version = "^1" [build-dependencies.reportme] version = ">=0.2" [badges.maintenance] status = "passively-maintained"