# 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 = "blinkscan" version = "0.1.2" description = "Network scanner in speed of a blink" readme = "README.md" license = "MIT" repository = "https://github.com/thewh1teagle/blink" [profile.dist] lto = "thin" inherits = "release" [lib] name = "blinkscan" path = "src/lib.rs" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.csv] version = "1.3.0" [dependencies.dns-lookup] version = "2.0.4" [dependencies.env_logger] version = "0.11.3" [dependencies.eyre] version = "0.6.12" [dependencies.humantime] version = "2.1.0" [dependencies.indicatif] version = "0.17.8" [dependencies.ipnetwork] version = "0.20.0" [dependencies.log] version = "0.4.21" [dependencies.macaddr] version = "1.0.1" [dependencies.netdev] version = "0.28.0" features = ["serde"] [dependencies.netneighbours] version = "0.1.2" [dependencies.pinger] version = "1.1.1" [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [build-dependencies.reqwest] version = "0.11" features = ["blocking"]