# 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 = "netscan-service" version = "0.26.0" authors = ["shellrow "] description = "Service detection library for netscan" readme = "README.md" keywords = [ "network", "security", "scan", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/shellrow/netscan" [dependencies.async-io] version = "1.13" [dependencies.dns-lookup] version = "2.0" [dependencies.futures] version = "0.3" features = [ "executor", "thread-pool", ] [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.rayon] version = "1.8" [dependencies.rustls] version = "0.21" features = ["dangerous_configuration"] [dependencies.rustls-native-certs] version = "0.6"