# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "boringtun-cli" version = "0.6.0" authors = [ "Noah Kennedy ", "Andy Grover ", "Jeff Hiner ", ] description = "an implementation of the WireGuard® protocol designed for portability and speed" documentation = "https://docs.rs/boringtun/0.5.2/boringtun/" license = "BSD-3-Clause" repository = "https://github.com/cloudflare/boringtun" resolver = "1" [dependencies.boringtun] version = "0.6.0" features = ["device"] [dependencies.clap] version = "3.1.6" features = ["env"] [dependencies.daemonize] version = "0.4.1" [dependencies.tracing] version = "0.1.31" [dependencies.tracing-appender] version = "0.2.1" [dependencies.tracing-subscriber] version = "0.3.9"