# 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 = "globalenv" version = "0.4.2" authors = ["Nicolas BAUW "] description = "Globally sets environment variables (and not just for the current process). Support for Windows, zsh and bash (MacOS and most Linux distros)." readme = "README.md" keywords = [ "environment", "variable", "global", ] categories = [ "config", "os", ] license = "MIT" repository = "https://github.com/nicolasbauw/globalenv" [target."cfg(windows)".dependencies.winreg] version = "0.7"