mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-25 11:22:21 +00:00
Since we share a tun device and routes, the tests do not support being executed in parallel.
20 lines
514 B
TOML
20 lines
514 B
TOML
[package]
|
|
authors = ["B. Blechschmidt"]
|
|
edition = "2018"
|
|
name = "tun2proxy"
|
|
version = "0.1.1"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.1", features = ["derive"] }
|
|
env_logger = "0.10"
|
|
log = "0.4"
|
|
mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] }
|
|
smoltcp = { version = "0.9", features = ["std"] }
|
|
|
|
[dev-dependencies]
|
|
ctor = "0.1"
|
|
fork = "0.1"
|
|
nix = { version = "0.26", features = ["process", "signal"] }
|
|
prctl = "1.0"
|
|
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
|
serial_test = "1.0"
|