async-tun 0.4.0

Asynchronous allocation of TUN/TAP devices
Documentation
[package]
name = "async-tun"
version = "0.4.0"
authors = ["Navid <yaa110@gmail.com>"]
edition = "2018"
homepage = "https://github.com/yaa110/async-tun"
repository = "https://github.com/yaa110/async-tun"
documentation = "https://docs.rs/async-tun"
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "Asynchronous allocation of TUN/TAP devices"
categories = ["asynchronous", "network-programming"]
keywords = ["tun", "tap", "async", "async-std", "interface"]

[dependencies]
async-std = "1.6"
libc = "0.2"
nix = "0.18"

[build-dependencies]
bindgen = "0.55"