mirror of
https://github.com/dndx/phantun.git
synced 2025-01-19 06:19:30 +08:00
26 lines
591 B
TOML
26 lines
591 B
TOML
[package]
|
|
name = "fake-tcp"
|
|
version = "0.5.0"
|
|
edition = "2021"
|
|
authors = ["Datong Sun <dndx@idndx.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/dndx/phantun"
|
|
readme = "README.md"
|
|
description = """
|
|
A TUN interface based, user space, asynchronous and high performance TCP stack that allows
|
|
packet oriented tunneling with minimum overhead.
|
|
"""
|
|
|
|
[features]
|
|
benchmark = []
|
|
|
|
[dependencies]
|
|
bytes = "1"
|
|
pnet = "0"
|
|
tokio = { version = "1", features = ["full"] }
|
|
rand = { version = "0", features = ["small_rng"] }
|
|
log = "0"
|
|
internet-checksum = "0"
|
|
tokio-tun = "0"
|
|
flume = "0"
|