New: a threat-model-first guide to choosing your network defence, plus the nym-smoldvpn dVPN package and nym-swizzle sender hygiene.
Developers
Installation

Installation

[dependencies]
nym-sdk = "1.21.5"

Minimum Rust version: 1.87+

From Git

You can also import directly from Git if you want unreleased changes:

# development branch (latest changes, may be unstable)
nym-sdk = { git = "https://github.com/nymtech/nym", branch = "develop" }
 
# latest stable release
nym-sdk = { git = "https://github.com/nymtech/nym", branch = "master" }
⚠️

No feature gates yet. Importing nym-sdk pulls in everything (mixnet, tcp_proxy, client_pool, etc.) and their full dependency trees. Cargo feature flags are planned.