nym-sdk-session 1.21.5-rc.3

Provisioning facade over nym-registration-client + nym-bandwidth-controller + the credential store: from a mnemonic it issues/persists zk-nym WireGuard ticketbooks, selects gateways, and registers them
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.87.0"
name = "nym-sdk-session"
version = "1.21.5-rc.3"
authors = ["Nym Technologies SA"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provisioning facade over nym-registration-client + nym-bandwidth-controller + the credential store: from a mnemonic it issues/persists zk-nym WireGuard ticketbooks, selects gateways, and registers them"
homepage = "https://nymtech.net"
documentation = "https://nymtech.net"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/nymtech/nym"

[lib]
name = "nym_sdk_session"
path = "src/lib.rs"

[[test]]
name = "signer_fault_http"
path = "tests/signer_fault_http.rs"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.bip39]
version = "2.0.0"
features = ["zeroize"]

[dependencies.nym-api-requests]
version = "1.21.5-rc.3"

[dependencies.nym-authenticator-requests]
version = "1.21.5-rc.3"

[dependencies.nym-bandwidth-controller]
version = "1.21.5-rc.3"

[dependencies.nym-bandwidth-fetcher]
version = "1.21.5-rc.3"

[dependencies.nym-credential-storage]
version = "1.21.5-rc.3"

[dependencies.nym-credentials]
version = "1.21.5-rc.3"
default-features = false

[dependencies.nym-credentials-interface]
version = "1.21.5-rc.3"

[dependencies.nym-crypto]
version = "1.21.5-rc.3"
features = ["asymmetric"]
default-features = false

[dependencies.nym-ecash-time]
version = "1.21.5-rc.3"

[dependencies.nym-http-api-client]
version = "1.21.5-rc.3"

[dependencies.nym-kkt-ciphersuite]
version = "1.21.5-rc.3"

[dependencies.nym-lp]
version = "1.21.5-rc.3"

[dependencies.nym-lp-data]
version = "1.21.5-rc.3"

[dependencies.nym-network-defaults]
version = "1.21.5-rc.3"

[dependencies.nym-registration-client]
version = "1.21.5-rc.3"

[dependencies.nym-registration-common]
version = "1.21.5-rc.3"

[dependencies.nym-sphinx-addressing]
version = "1.21.5-rc.3"

[dependencies.nym-task]
version = "1.21.5-rc.3"

[dependencies.nym-validator-client]
version = "1.21.5-rc.3"
default-features = false

[dependencies.rand]
version = "0.8.6"

[dependencies.rand09]
version = "=0.9.2"
package = "rand"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "rustls",
    "json",
]
default-features = false

[dependencies.semver]
version = "1.0.26"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"
features = ["float_roundtrip"]

[dependencies.sha2]
version = "0.10.3"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3.41"

[dependencies.tokio]
version = "1.47"
features = [
    "macros",
    "rt",
    "net",
    "time",
]

[dependencies.tokio-util]
version = "0.7.15"

[dependencies.tracing]
version = "0.1.41"

[dependencies.url]
version = "2.5"

[dependencies.zeroize]
version = "1.7.0"