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