mirror of
https://github.com/dndx/phantun.git
synced 2025-01-19 06:19:30 +08:00
310bb17516
Updates the requirements on [pnet](https://github.com/libpnet/libpnet) to permit the latest version. - [Release notes](https://github.com/libpnet/libpnet/releases) - [Commits](https://github.com/libpnet/libpnet/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: pnet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
608 B
TOML
26 lines
608 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.34"
|
|
tokio = { version = "1.14", features = ["full"] }
|
|
rand = { version = "0.8", features = ["small_rng"] }
|
|
log = "0.4"
|
|
internet-checksum = "0.2"
|
|
tokio-tun = "0.9"
|
|
flume = "0.11"
|