boringtun-cli 0.7.1

an implementation of the WireGuard® protocol designed for portability and speed
[package]
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Andy Grover <agrover@cloudflare.com>", "Jeff Hiner <jhiner@cloudflare.com>"]
description = "an implementation of the WireGuard® protocol designed for portability and speed"
documentation = "https://docs.rs/boringtun/0.7.1/boringtun/"
edition = "2021"
license = "BSD-3-Clause"
name = "boringtun-cli"
readme = "../README.md"
repository = "https://github.com/cloudflare/boringtun"
version = "0.7.1"

[dependencies]
clap = {version = "4.6.0", features = ["env"]}
daemonize = "0.4.1"
tracing = "0.1.40"
tracing-appender = "0.2.1"
tracing-subscriber = "0.3.19"

[dependencies.boringtun]
features = ["device"]
path = "../boringtun"
version = "0.7.1"