# 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 = "2018" rust-version = "1.48" name = "self-replace" version = "1.3.7" authors = ["Armin Ronacher "] exclude = [ "examples", "demo*", ] description = "Utility crate that allows executables to replace or uninstall themselves" homepage = "https://github.com/mitsuhiko/self-replace" readme = "README.md" keywords = [ "self-update", "self-replace", "self-uninstall", "replace", "uninstall", ] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/self-replace" [dependencies.tempfile] version = "3.6" [target."cfg(windows)".dependencies.fastrand] version = "1.9.0" [target."cfg(windows)".dependencies.windows-sys] version = "0.48" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_Environment", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading", "Win32_UI_Shell", "Win32_Security", ]