63 lines
1.1 KiB
TOML
63 lines
1.1 KiB
TOML
[profile.release]
|
|
panic = "abort"
|
|
opt-level = "s"
|
|
overflow-checks = true
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[workspace]
|
|
|
|
resolver = "2"
|
|
members = [
|
|
"nym-credential-proxy",
|
|
"nym-credential-proxy-requests",
|
|
"vpn-api-lib-wasm"
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["Nym Technologies SA"]
|
|
repository = "https://github.com/nymtech/nym"
|
|
homepage = "https://nymtech.net"
|
|
documentation = "https://nymtech.net"
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
|
|
[workspace.dependencies]
|
|
async-trait = "0.1.80"
|
|
axum = "0.7.5"
|
|
anyhow = "1.0.71"
|
|
bip39 = "2.0.0"
|
|
bs58 = "0.5.1"
|
|
colored = "2.1.0"
|
|
cfg-if = "1.0.0"
|
|
clap = "4.5.4"
|
|
dotenv = "0.15.0"
|
|
futures = "0.3.30"
|
|
humantime = "2.1.0"
|
|
thiserror = "1.0.59"
|
|
rand = "0.8.5"
|
|
reqwest = "0.12.4"
|
|
schemars = "0.8.17"
|
|
strum = "0.26.3"
|
|
strum_macros = "0.26.4"
|
|
serde = "1.0.200"
|
|
serde_json = "1.0.117"
|
|
sqlx = "0.7.4"
|
|
tempfile = "3.12.0"
|
|
time = "0.3.36"
|
|
tracing = "0.1.40"
|
|
tsify = "0.4.5"
|
|
tokio = "1.37.0"
|
|
tokio-util = "0.7.10"
|
|
tower = "0.5.0"
|
|
tower-http = "0.5.2"
|
|
uuid = "1.8.0"
|
|
url = "2.5.2"
|
|
utoipa = "4.2.0"
|
|
utoipa-swagger-ui = "7.0.1"
|
|
zeroize = "1.6.0"
|
|
|
|
wasm-bindgen = "0.2.93"
|
|
wasmtimer = "0.2.0"
|