azirevpn/Cargo.toml
2025-10-01 19:24:01 +04:00

23 lines
659 B
TOML

[package]
name = "azirevpn"
version = "0.2.0"
authors = ["Andrey Golovizin <ag@sologoc.com>"]
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.100"
base64 = "0.22.1"
clap = { version = "4.5.48", features = ["derive"] }
directories = "6.0.0"
env_logger = "0.11.8"
gethostname = "1.0.2"
ipnet = "2.11.0"
log = "0.4.28"
once_cell = "1.21.3"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
ureq = { version = "3.1.2", features = ["json"] }
x25519-dalek = { version = "2.0.1", features = ["getrandom", "static_secrets"] }