[package] name = "fpp" version = "0.1.0" authors = ["shellrow <81893184+shellrow@users.noreply.github.com>"] edition = "2018" description = "Cross-platform TCP/IP stack fingerprinting library" repository = "https://github.com/shellrow/fpp" readme = "README.md" keywords = ["network"] categories = ["network-programming"] license = "MIT" [dependencies] rayon = "1.5" rand = "0.8" pnet = "0.28.0" default-net = "0.4.0" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.9", features = [ "std" ] }