[[bin]]
name = "ziro"
path = "src/bin/ziro.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.colored]
version = "2.1"
[dependencies.console]
version = "0.15"
[dependencies.inquire]
version = "0.7"
[dependencies.sysinfo]
version = "0.31"
[lib]
name = "ziro"
path = "src/lib.rs"
[lints.clippy]
collapsible_if = "allow"
needless_return = "allow"
redundant_pattern_matching = "allow"
[package]
authors = ["huangshan"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "跨平台端口管理工具 - 快速查找和终止占用端口的进程"
edition = "2024"
exclude = ["target/", ".git/", ".github/", "*.log"]
keywords = ["port", "process", "network", "cli", "cross-platform"]
license = "MIT"
name = "ziro"
readme = "README.md"
repository = "https://github.com/Protagonistss/ziro"
version = "0.0.21"
[target."cfg(windows)".dependencies.winapi]
features = ["consoleapi", "handleapi", "processenv", "winbase", "wincon"]
version = "0.3"