# 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 = "update_me" version = "0.2.0" authors = ["Lennart Coopmans "] description = "Utility to implement self-updating standalone executables" readme = "README.md" keywords = [ "update", "upgrade", "download", "release", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://codeberg.org/lennart/update_me" [dependencies.anyhow] version = "1.0" [dependencies.log] version = "0.4.17" [dependencies.tempfile] version = "3.3.0"