# 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.63" name = "anoncreds-clsignatures" version = "0.3.2" authors = ["The Hyperledger Anoncreds Contributors"] description = "Hyperledger Anoncreds CL Signatures" documentation = "https://docs.rs/anoncreds-clsignatures" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hyperledger/anoncreds-clsignatures-rs" [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "cl" harness = false [dependencies.amcl] version = "0.2" [dependencies.glass_pumpkin] version = "1.6" [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.4" features = ["rand"] [dependencies.num-integer] version = "0.1.45" [dependencies.num-traits] version = "0.2.15" [dependencies.once_cell] version = "1" [dependencies.openssl] version = "0.10" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.sha2] version = "0.10" [dev-dependencies.rmp-serde] version = "1" [dev-dependencies.serde_json] version = "1" [features] default = [ "serde", "openssl_bn", ] openssl_bn = ["openssl"] openssl_vendored = [ "openssl_bn", "openssl/vendored", ]