cmz 0.2.0

A crate to automatically create protocols that use CMZ14 or µCMZ credentials, by specifying an extremely compact description of the protocol.
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"
name = "cmz"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate to automatically create protocols that use CMZ14 or µCMZ credentials, by specifying an extremely compact description of the protocol."
readme = "README.md"
license = "MIT"
repository = "https://git-crysp.uwaterloo.ca/SigmaProtocol/cmz"

[features]
dump = ["sigma-compiler/dump"]
wnaf_is_constant_time = []

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

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

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

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

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

[dependencies.cmz-derive]
version = "=0.2.0"

[dependencies.ff]
version = "0.13"

[dependencies.generic_static]
version = "0.2"

[dependencies.group]
version = "0.13"

[dependencies.hex]
version = "0.4"
features = ["serde"]

[dependencies.lazy_static]
version = "1"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_with]
version = "3"

[dependencies.sigma-compiler]
version = "0.2.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.bincode]
version = "1"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.curve25519-dalek]
version = "4"
features = [
    "group",
    "rand_core",
    "digest",
]

[dev-dependencies.sha2]
version = "0.10"