# 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 = "listeners" version = "0.2.1" authors = ["Giuliano Bellini "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "examples/**/*", ] description = "Get processes listening on a TCP port in a cross-platform way" readme = "README.md" keywords = [ "tcp", "listen", "port", "process", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/GyulyVGC/listeners" [dev-dependencies.http-test-server] version = "2.1.1" [dev-dependencies.serial_test] version = "3.1.1" [target."cfg(target_os = \"linux\")".dependencies.once_cell] version = "1.19.0" [target."cfg(target_os = \"linux\")".dependencies.rustix] version = "0.38.31" features = ["fs"] [target."cfg(target_os = \"macos\")".dependencies.byteorder] version = "1.5.0" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_System_Diagnostics_ToolHelp", ]