# 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 = "nex-npcap-helper" version = "0.9.0" authors = ["shellrow "] description = "Helper crate for managing the installation of npcap on Windows, providing essential support for the nex" readme = "README.md" keywords = [ "network", "windows", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/shellrow/nex" [[example]] name = "setup" path = "examples/setup.rs" required-features = ["download"] [dependencies] [features] download = [ "reqwest", "tokio", "futures", "indicatif", ] [target."cfg(windows)".dependencies.futures] version = "0.3" optional = true [target."cfg(windows)".dependencies.home] version = "0.5" [target."cfg(windows)".dependencies.indicatif] version = "0.16" optional = true [target."cfg(windows)".dependencies.privilege] version = "0.3" [target."cfg(windows)".dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", "stream", ] optional = true [target."cfg(windows)".dependencies.sha2] version = "0.10" [target."cfg(windows)".dependencies.tokio] version = "1" optional = true [target."cfg(windows)".dependencies.winreg] version = "0.50" [target."cfg(windows)".dependencies.zip] version = "0.6" [target."cfg(windows)".dev-dependencies.inquire] version = "0.6"