# 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.63" name = "self-replace" version = "1.5.0" authors = ["Armin Ronacher "] build = false exclude = [ "examples", "demo*", ] autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "self_replace" path = "src/lib.rs" [[test]] name = "test_examples" path = "tests/test_examples.rs" [dependencies.tempfile] version = "3.10.0" [target."cfg(windows)".dependencies.fastrand] version = "2.1.0" [target."cfg(windows)".dependencies.windows-sys] version = "0.52" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_Environment", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading", "Win32_UI_Shell", "Win32_Security", ]