# 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 = "patty" version = "0.1.1" authors = ["thewh1teagle"] description = "Cross platform system PATH manager." homepage = "https://github.com/thewh1teagle/patty" readme = "README.md" keywords = [ "path", "cross-platform", "system", "env", ] license = "MIT" repository = "https://github.com/thewh1teagle/patty" [dependencies.eyre] version = "0.6.12" [dependencies.log] version = "0.4.21" [dev-dependencies.serial_test] version = "3.1.1" [target."cfg(windows)".dependencies.windows] version = "0.56.0" features = [ "Win32_UI", "Win32_UI_WindowsAndMessaging", ] [target."cfg(windows)".dependencies.winreg] version = "0.52.0"