kill_port 0.1.6

Cross-platform utility to terminate processes by port efficiently. 跨平台高效终止端口进程工具。
Documentation
# 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 = "2024"
name = "kill_port"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform utility to terminate processes by port efficiently. 跨平台高效终止端口进程工具。"
homepage = "https://github.com/js0-site/rust/tree/dev/kill_port"
readme = "README.md"
keywords = [
    "kill",
    "port",
    "process",
    "network",
    "utility",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "os",
    "asynchronous",
    "network-programming",
]
license = "MulanPSL-2.0"
repository = "https://github.com/js0-site/rust.git"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

[lib]
name = "kill_port"
path = "src/lib.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.listeners]
version = "0.5.1"

[dependencies.log]
version = "0.4.29"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.log]
version = "0.4.29"

[dev-dependencies.log_init]
version = "0.1.34"

[dev-dependencies.static_init]
version = "1.0.4"
features = ["parking_lot"]

[target."cfg(unix)".dependencies.nix]
version = "0.31.2"
features = ["signal"]

[target."cfg(windows)".dependencies.kill_tree]
version = "0.2.4"