gotatun-cli 0.4.0

an implementation of the WireGuard® protocol designed for portability and speed
# 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 = "2024"
rust-version = "1.88"
name = "gotatun-cli"
version = "0.4.0"
authors = [
    "Noah Kennedy <nkennedy@cloudflare.com>",
    "Andy Grover <agrover@cloudflare.com>",
    "Jeff Hiner <jhiner@cloudflare.com>",
    "Mullvad VPN",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "an implementation of the WireGuard® protocol designed for portability and speed"
readme = "README.md"
keywords = [
    "wireguard",
    "vpn",
]
categories = [
    "network-programming",
    "command-line-utilities",
]
license = "BSD-3-Clause"
repository = "https://github.com/mullvad/gotatun"
resolver = "2"

[[bin]]
name = "gotatun"
path = "src/main.rs"

[target."cfg(unix)".dependencies.clap]
version = "3.1.6"
features = [
    "derive",
    "env",
]

[target."cfg(unix)".dependencies.daemonize]
version = "0.5.0"

[target."cfg(unix)".dependencies.eyre]
version = "0.6.12"

[target."cfg(unix)".dependencies.gotatun]
version = "0.4.0"
features = [
    "device",
    "tun",
]

[target."cfg(unix)".dependencies.libc]
version = "0.2.180"

[target."cfg(unix)".dependencies.nix]
version = "0.30"
features = [
    "fs",
    "time",
    "user",
    "socket",
    "uio",
    "net",
]
default-features = false

[target."cfg(unix)".dependencies.tokio]
version = "1.43.0"
features = ["full"]

[target."cfg(unix)".dependencies.tracing]
version = "0.1.40"

[target."cfg(unix)".dependencies.tracing-appender]
version = "0.2.1"

[target."cfg(unix)".dependencies.tracing-subscriber]
version = "0.3.9"