# 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 = "windows-env" version = "0.1.1" authors = ["Absolutex "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easily manage Windows environment variables permanently." homepage = "https://github.com/lxl66566/windows-env" readme = "README.md" keywords = [ "windows", "env", "environment", "registry", ] categories = ["os"] license = "MIT" repository = "https://github.com/lxl66566/windows-env" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [lib] name = "windows_env" path = "src/lib.rs" [[bin]] name = "wenv" path = "src/main.rs" required-features = ["bin"] [[example]] name = "main" path = "examples/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] optional = true [dependencies.windows] version = "0.58.0" features = ["Win32_UI_WindowsAndMessaging"] [dependencies.winreg] version = "0.52.0" [features] bin = ["clap"] default = []