vortix 0.3.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.3.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 = "cold_start"
path = "tests/cold_start.rs"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.argon2]
version = "0.5"

[dependencies.base64]
version = "0.22"

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

[dependencies.clap_complete]
version = "4"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.directories]
version = "5"

[dependencies.dirs]
version = "6"

[dependencies.enum_dispatch]
version = "0.3"

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.keyring]
version = "3"
default-features = true

[dependencies.open]
version = "5"

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "process",
    "time",
    "macros",
    "sync",
    "io-util",
    "fs",
    "signal",
    "rt-multi-thread",
    "net",
    "io-util",
    "time",
]

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

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

[dependencies.urlencoding]
version = "2"

[dependencies.zeroize]
version = "1"
features = ["derive"]

[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"