wintun 0.1.0

Safe idiomatic bindings to the WinTun C library
[dependencies.itertools]
version = "0.10.1"

[dependencies.libloading]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.8"

[dependencies.rand]
version = "0.8.3"

[dependencies.widestring]
version = "0.4"

[dependencies.winapi]
features = ["synchapi", "winbase", "winerror", "ipexport", "iphlpapi", "handleapi"]
version = "0.3"
[dev-dependencies.env_logger]
version = "0.8"

[dev-dependencies.packet]
version = "0.1.4"

[dev-dependencies.pcap-file]
version = "1.1.1"

[dev-dependencies.subprocess]
version = "0.2.7"

[dev-dependencies.winapi]
features = ["netioapi", "iptypes", "iphlpapi", "nldef"]
version = "0.3"

[package]
authors = ["null.black Inc. <opensource@null.black>", "Troy Neubauer <troy@null.black>"]
description = "Safe idiomatic bindings to the WinTun C library"
documentation = "https://docs.rs/wintun/"
edition = "2018"
keywords = ["wintun", "tap", "tun", "vpn", "wireguard"]
license = "MIT"
name = "wintun"
readme = "README.md"
repository = "https://github.com/nulldotblack/wintun"
version = "0.1.0"