mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 11:58:31 -04:00
20 lines
741 B
TOML
20 lines
741 B
TOML
[package]
|
|
name = "onetun"
|
|
version = "0.2.5"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
boringtun = { git = "https://github.com/cloudflare/boringtun", rev = "fbcf2689e7776a5af805c5a38feb5c8988829980", default-features = false }
|
|
clap = { version = "2.33", default-features = false, features = ["suggestions"] }
|
|
log = "0.4"
|
|
pretty_env_logger = "0.4"
|
|
anyhow = "1"
|
|
smoltcp = { version = "0.8.0", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
futures = "0.3.17"
|
|
rand = "0.8.4"
|
|
nom = "7"
|
|
async-trait = "0.1.51"
|
|
priority-queue = "1.2.0"
|