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