# 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-os" version = "0.26.0" authors = ["shellrow "] description = "TCP/IP stack fingerprinting library for netscan" readme = "README.md" keywords = [ "network", "security", "scan", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/shellrow/netscan" [dependencies.default-net] version = "0.21" [dependencies.netscan-pcap] version = "0.26.0" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.8" [dependencies.xenet] version = "0.4"