# 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] name = "easy-kill-cli" version = "0.1.3" authors = ["Qian Linfeng "] description = "Easy kill processes (binary)" keywords = ["ekill", "kill", "easy-kill", "fkill"] license = "MIT" repository = "https://github.com/TheWaWaR/easy-kill" [[bin]] name = "ekill" path = "src/main.rs" [dependencies.clap] version = "^2.31.2" [dependencies.console] version = "0.6.1" [dependencies.dialoguer] version = "^0.1.0" [dependencies.easy-kill] version = "^0.1.0" [dependencies.lazy_static] version = "^1.0.0" [dependencies.libc] version = "^0.2.40" [dependencies.regex] version = "^0.2.10"