# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "proxytoggle" version = "1.0.0" authors = ["Nicolas BAUW "] build = "build.rs" description = "Systray application to enable or disable proxy. Checks system setting every second to fight eventual group policy." readme = "README.md" keywords = ["proxy", "windows", "policy", "systray"] license = "GPL-3.0" repository = "https://github.com/nicolasbauw/proxytoggle_systray_rs" [dependencies.native-windows-derive] version = "1.0" [dependencies.native-windows-gui] version = "1.0" features = ["tray-notification", "message-window", "menu", "cursor"] [dependencies.winreg] version = "0.7" [build-dependencies.winres] version = "0.1"