# 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 = "armada_lib" version = "1.0.5" authors = ["d0nut "] description = "A high performance TCP SYN port scanner library." license = "CC-BY-NC-SA-4.0" repository = "https://github.com/resyncgg/armada" [lib] name = "armada_lib" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.cidr-utils] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.pnet] version = "0.28" [dependencies.pnet_packet] version = "0.28" [dependencies.pnet_sys] version = "0.28" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.4" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "sync", "process", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dependencies.twox-hash] version = "1.6"