# 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 = "ikill" version = "1.5.0" authors = ["pjmp"] description = "Interactively kill processes" homepage = "https://github.com/pjmp/ikill" readme = "README.md" keywords = ["cli", "process", "kill", "killall", "fkill"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/pjmp/ikill" resolver = "2" [profile.release] opt-level = 3 lto = true panic = "abort" [dependencies.heim] version = "0.1.0-rc.1" features = ["process"] default-features = false [dependencies.skim] version = "0.9.4" [dependencies.smol] version = "1.2.5"