[package] name = "kjps" version = "0.1.2" authors = ["Quang Le "] edition = "2018" license = "MIT OR Apache-2.0" description = "A tool to kill a java process" homepage = "https://github.com/iamquang95/kjps" repository = "https://github.com/iamquang95/kjps" keywords = ["cli", "jps"] categories = ["command-line-utilities"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1" ansi_term = "0.12.1" termion = "1.5.5"