tapd 0.1.2

wrap tun/tap device to tapd app/lib
Documentation
[[bin]]
name = "tapd"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.nix]
features = ["ioctl", "fs"]
version = "0.30"

[dependencies.tokio]
features = ["macros", "io-util", "io-std", "rt-multi-thread"]
version = "1"

[dependencies.tun]
features = ["async"]
version = "0.8"

[lib]
name = "tapd"
path = "src/lib.rs"

[package]
authors = ["Jacky WU <hongzhi.wu@139.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "wrap tun/tap device to tapd app/lib"
edition = "2024"
keywords = ["linux", "tun"]
license = "MIT"
name = "tapd"
readme = "README.md"
version = "0.1.2"

[profile.release]
lto = true
panic = "abort"
strip = true