nym-credentials-interface 1.21.4

Interface for Nym's compact eacash / zknym credential scheme
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 = "2024"
rust-version = "1.87.0"
name = "nym-credentials-interface"
version = "1.21.4"
authors = ["Nym Technologies SA"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interface for Nym's compact eacash / zknym credential scheme"
homepage = "https://nymtech.net"
documentation = "https://nymtech.net"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/nymtech/nym"
resolver = "2"

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

[dependencies.nym-bls12_381-fork]
version = "0.8.0-forked"
default-features = false

[dependencies.nym-compact-ecash]
version = "1.21.4"

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

[dependencies.nym-network-defaults]
version = "1.21.4"

[dependencies.nym-upgrade-mode-check]
version = "1.21.4"

[dependencies.rand]
version = "0.8.6"

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

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3.41"
features = ["serde"]

[dependencies.utoipa]
version = "5.2"