# 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 = "kill-desktop" version = "0.3.4" authors = ["Chris West (Faux) "] description = "Wait politetly for graphical applications to exit" readme = "README.md" categories = ["gui", "os"] license = "MIT OR Apache-2.0" repository = "https://github.com/FauxFaux/kill-desktop" [profile.release] lto = true [dependencies.dirs] version = "2" [dependencies.failure] version = "0.1" features = ["std"] default-features = false [dependencies.nix] version = "0.17" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.terminal_size] version = "0.1" [dependencies.toml] version = "0.5" [dependencies.unicode-width] version = "0.1" [dependencies.xcb] version = "0.9" [badges.travis-ci] repository = "FauxFaux/kill-desktop"