# 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 = "yeet-rs" version = "0.2.3" description = "Kill the process hogging your ports" readme = "README.md" license = "MIT" repository = "https://github.com/robert-cunningham/yeet-rs/" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "yeet" path = "src/main.rs" [dependencies.clap] version = "3.1.18" features = ["derive"] [target."cfg(target_os = \"linux\")".dependencies.nix] version = "0.23.1" [target."cfg(target_os = \"linux\")".dependencies.procfs] version = "0.12.0" [target."cfg(target_os = \"macos\")".dependencies.nix] version = "0.23.1" [target."cfg(target_os = \"windows\")".dependencies.regex] version = "1"