[package] name = "nym-wireguard-types" version = "0.1.0" authors.workspace = true repository.workspace = true homepage.workspace = true documentation.workspace = true edition.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = { workspace = true } log = { workspace = true } serde = { workspace = true, features = ["derive"] } thiserror = { workspace = true } nym-config = { path = "../config" } nym-network-defaults = { path = "../network-defaults" } x25519-dalek = { workspace = true, features = ["static_secrets"] } [dev-dependencies] rand = { workspace = true } nym-crypto = { path = "../crypto", features = ["rand"] }