ipstack 0.0.10

Asynchronous lightweight userspace implementation of TCP/IP stack for Tun device
Documentation
[dependencies.ahash]
version = "0.8"

[dependencies.etherparse]
default-features = false
features = ["std"]
version = "0.14"

[dependencies.log]
default-features = false
version = "0.4"

[dependencies.rand]
default-features = false
features = ["std", "std_rng"]
version = "0.8.5"

[dependencies.thiserror]
default-features = false
version = "1.0"

[dependencies.tokio]
default-features = false
features = ["sync", "rt", "time", "io-util", "macros"]
version = "1.37"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.tokio]
default-features = false
features = ["rt-multi-thread"]
version = "1.37"

[dev-dependencies.tun2]
features = ["async"]
version = "1.3"

[dev-dependencies.udp-stream]
default-features = false
version = "0.0"

[package]
authors = ["Narrowlink <opensource@narrowlink.com>"]
description = "Asynchronous lightweight userspace implementation of TCP/IP stack for Tun device"
edition = "2021"
license = "Apache-2.0"
name = "ipstack"
readme = "README.md"
repository = "https://github.com/narrowlink/ipstack"
version = "0.0.10"
[profile.bench]
codegen-units = 16
debug = 2
incremental = true
lto = false
opt-level = 3
strip = "none"

[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = true
opt-level = "s"
overflow-checks = false
panic = "abort"
rpath = false
strip = true
[target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dev-dependencies.tun]
default-features = false
features = ["async"]
version = "0.6.1"
[target."cfg(target_os = \"windows\")".dev-dependencies.wintun]
default-features = false
version = "0.4"