[package] name = "veil" version = "0.1.0" edition = "2024" description = "A lightweight multi-user WireGuard controller with OIDC support" authors = [ "Nikolaos Karaolidis ", ] [profile.release] panic = 'abort' strip = true lto = true codegen-units = 1 [dependencies] axum = "0.8.1" clap = { version = "4.5.32", features = ["derive"] } log = "0.4.27" log4rs = "1.3.0" openidconnect = "4.0.0" postgres = "0.19.10" serde = "1.0.219" serde_derive = "1.0.219" serde_yaml = "0.9.34" sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio"] } tokio = { version = "1.44.1", features = ["rt-multi-thread"] }