# 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 = "xenet-npcap-helper" version = "0.5.0" authors = ["shellrow "] description = "Helper crate for managing the installation of npcap on Windows, providing essential support for the xenet" readme = "README.md" keywords = [ "network", "windows", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/shellrow/xenet" [[example]] name = "setup" path = "examples/setup.rs" required-features = ["download"] [[example]] name = "setup_interactive" path = "examples/setup_interactive.rs" required-features = ["download"] [dependencies] [features] default = ["download"] download = ["reqwest"] [target."cfg(windows)".dependencies.home] version = "0.5" [target."cfg(windows)".dependencies.privilege] version = "0.3" [target."cfg(windows)".dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true [target."cfg(windows)".dependencies.sha2] version = "0.10" [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"