# 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 = "tailscale-dmenu" version = "1.3.1" authors = ["Cyril Levis"] description = "A dmenu-based Tailscale and Wi-Fi network selector with support for NetworkManager and iwd." homepage = "https://github.com/cyrinux/tailscale-dmenu" readme = "README.md" keywords = [ "tailscale", "dmenu", "network", "vpn", "wifi", ] categories = ["gui"] license = "MIT" repository = "https://github.com/cyrinux/tailscale-dmenu" [dependencies.dirs] version = "4" [dependencies.notify-rust] version = "4" features = ["default"] [dependencies.regex] version = "1.5" features = ["default"] [dependencies.reqwest] version = "0.11" features = [ "blocking", "default", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.5" features = ["default"] [dependencies.which] version = "4"