Files
nym/integration-tests/Cargo.toml
T
Georgio Nicolas d8ca227a5f purge wip
2026-01-29 09:32:57 +01:00

33 lines
1.2 KiB
TOML

[package]
name = "integration-tests"
version = "0.1.0"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
readme.workspace = true
publish = false
[dependencies]
anyhow = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tokio-util = { workspace = true }
nym-wireguard = { path = "../common/wireguard", features = ["mock"] }
nym-bandwidth-controller = { path = "../common/bandwidth-controller" }
nym-crypto = { path = "../common/crypto", features = ["asymmetric", "rand"] }
nym-credential-verification = { path = "../common/credential-verification" }
nym-credentials-interface = { path = "../common/credentials-interface" }
nym-test-utils = { path = "../common/test-utils" }
nym-registration-client = { path = "../nym-registration-client" }
nym-lp-transport = { path = "../common/nym-lp-transport", features = ["io-mocks"] }
nym-gateway = { path = "../gateway" }
sqlx = { workspace = true, features = ["runtime-tokio-rustls", "sqlite"] }
tracing = { workspace = true }
nym-kkt-ciphersuite = { workspace = true }
[lints]
workspace = true