# 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 = "rtcps" version = "1.0.2" authors = ["Sarah Petkovic"] description = "Rust TCP Scanner" readme = "README.md" keywords = [ "port", "scanning", "nmap", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ras-drive/rtcps/" [profile.release] debug = true [lib] bench = false [[bin]] name = "rtcps" bench = false [[bench]] name = "all_port_bench" harness = false [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.dashmap] version = "5" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.smol] version = "1.3" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "net", ] [dev-dependencies.criterion] version = "0.4" features = [ "html_reports", "async_smol", ] [dev-dependencies.hyper] version = "0.14" features = [ "server", "tcp", "http2", ] [dev-dependencies.pprof] version = "0.11" features = [ "flamegraph", "criterion", ]