# 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 = "globenv" version = "0.2.1" authors = ["Dervex"] description = "Globally set & read environment variables and paths on Windows, macOS or Linux" readme = "README.md" keywords = [ "environment", "variable", "global", "path", "env", ] categories = [ "config", "os", ] license = "Apache-2.0" repository = "https://github.com/DervexHero/globenv" [lib] name = "globenv" path = "src/lib.rs" [target."cfg(windows)".dependencies.winreg] version = "0.52.0"