25 lines
508 B
TOML
25 lines
508 B
TOML
[package]
|
|
name = "peazyrsa"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.90"
|
|
async-stream = "0.3.6"
|
|
chrono = "0.4.38"
|
|
clap = { version = "4.5.20", features = ["derive"] }
|
|
encoding = "0.2.33"
|
|
futures = "0.3.31"
|
|
futures-core = "0.3.31"
|
|
futures-util = "0.3.31"
|
|
lazy_static = "1.5.0"
|
|
openssl = { version="0.10.68" }
|
|
regex = "1.11.0"
|
|
tokio = { version = "1.41.0", features = ["fs", "rt", "process", "macros", "io-util"] }
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
lto = true
|
|
strip = true
|