[package] name = "proxytoggle" version = "1.0.0" authors = ["Nicolas BAUW "] edition = "2018" repository = "https://github.com/nicolasbauw/proxytoggle_systray_rs" keywords = ["proxy", "windows", "policy", "systray"] description = "Systray application to enable or disable proxy. Checks system setting every second to fight eventual group policy." license = "GPL-3.0" readme = "README.md" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] native-windows-gui = { version = "1.0", features = ["tray-notification", "message-window", "menu", "cursor"] } native-windows-derive = { version = "1.0" } winreg = "0.7" [build-dependencies] winres = "0.1"