# 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" rust-version = "1.75.0" name = "what-the-port" version = "0.4.0" authors = ["cyqsimon"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quickly lookup what a port is used for." readme = "README.md" keywords = [ "cli", "tool", "lookup", "port", ] categories = [ "network-programming", "command-line-utilities", ] license = "AGPL-3.0-or-later" repository = "https://github.com/cyqsimon/what-the-port" [[bin]] name = "wtp" path = "src/main.rs" [dependencies.clap] version = "4.5.19" features = [ "derive", "cargo", ] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.color-eyre] version = "0.6.3" [dependencies.derive_more] version = "1.0.0" features = [ "display", "from", ] [dependencies.directories] version = "5.0.1" [dependencies.ego-tree] version = "0.6.3" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.20.1" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.scraper] version = "0.20.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.10.0" [dependencies.simplelog] version = "0.12.2" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.yansi] version = "1.0.1" features = [ "detect-env", "detect-tty", "hyperlink", ]