vortix 0.2.1

Terminal UI for WireGuard and OpenVPN with real-time telemetry and leak guarding
Documentation
# 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"
rust-version = "1.75"
name = "vortix"
version = "0.2.1"
authors = ["Harry KP <harrykp@users.noreply.github.com>"]
build = false
exclude = [
    "assets/*",
    ".github/*",
    "target/*",
    "scripts/*",
    "*.tar.gz",
    "cliff.toml",
    "deny.toml",
    "dist-workspace.toml",
    "release-plz.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for WireGuard and OpenVPN with real-time telemetry and leak guarding"
homepage = "https://docs.rs/vortix"
documentation = "https://docs.rs/vortix"
readme = "README.md"
keywords = [
    "vpn",
    "tui",
    "wireguard",
    "openvpn",
    "terminal",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/Harry-kp/vortix"

[lib]
name = "vortix"
path = "src/lib.rs"

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

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.open]
version = "5"

[dependencies.ratatui]
version = "0.30"
features = ["unstable-rendered-line-info"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.3"
features = ["local-offset"]

[dependencies.toml]
version = "1.1"

[dependencies.unicode-width]
version = "0.2"

[dependencies.urlencoding]
version = "2"

[dev-dependencies.tempfile]
version = "3.27"

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "warn"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true