# 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 = "shut" version = "0.1.2" authors = ["nuky "] exclude = [".vscode/*", ".gitignore"] description = "A minimal CLI tool to kill a process listening on a port." readme = "README.md" keywords = ["cli", "system", "process", "port", "pid"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nuclearglow/shut" resolver = "2" [[bin]] name = "shut" path = "src/main.rs" [dependencies.env_logger] version = "0.9.0" [dependencies.exitcode] version = "1.1.2" [dependencies.heim] version = "0.1.0-rc.1" features = ["process"] default-features = false [dependencies.log] version = "0.4" [dependencies.netstat2] version = "0.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1"