nym-bandwidth-controller 1.21.2

Crate for controlling the use of zknym credentials to ensure constant bandwidth availability for NymVPN app
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-bandwidth-controller"
version = "1.21.2"
authors = ["Nym Technologies SA"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for controlling the use of zknym credentials to ensure constant bandwidth availability for NymVPN app"
homepage = "https://nymtech.net"
documentation = "https://nymtech.net"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/nymtech/nym"

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

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

[dependencies.log]
version = "0.4"

[dependencies.nym-credential-storage]
version = "1.21.2"

[dependencies.nym-credentials]
version = "1.21.2"
default-features = false

[dependencies.nym-credentials-interface]
version = "1.21.2"

[dependencies.nym-crypto]
version = "1.21.2"
features = [
    "rand",
    "asymmetric",
    "stream_cipher",
    "aes",
    "hashing",
]
default-features = false

[dependencies.nym-ecash-time]
version = "1.21.2"

[dependencies.nym-task]
version = "1.21.2"

[dependencies.nym-validator-client]
version = "1.21.2"
default-features = false

[dependencies.rand]
version = "0.8.6"

[dependencies.thiserror]
version = "2.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.nym-validator-client]
version = "1.21.2"
features = ["http-client"]
default-features = false