mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-25 11:22:21 +00:00
28 lines
703 B
TOML
28 lines
703 B
TOML
[package]
|
|
authors = ["B. Blechschmidt"]
|
|
edition = "2018"
|
|
name = "tun2proxy"
|
|
version = "0.1.1"
|
|
|
|
[dependencies]
|
|
base64 = { version = "0.21" }
|
|
clap = { version = "4.1", features = ["derive"] }
|
|
ctrlc = "3.2"
|
|
dotenvy = "0.15"
|
|
env_logger = "0.10"
|
|
hashlink = "0.8"
|
|
libc = "0.2"
|
|
log = "0.4"
|
|
mio = { version = "0.8", features = ["os-poll", "net", "os-ext"] }
|
|
smoltcp = { version = "0.9", git = "https://github.com/smoltcp-rs/smoltcp.git", features = ["std"] }
|
|
thiserror = "1.0"
|
|
url = "2.3"
|
|
|
|
[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"
|
|
test-log = "0.2"
|