# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bbs" version = "0.4.1" authors = ["The Hyperledger Ursa Contributors"] description = "The BBS+ signature scheme" documentation = "https://docs.rs/bbs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hyperledger/ursa" [lib] crate-type = ["cdylib", "rlib"] [dependencies.arrayref] version = "0.3" [dependencies.blake2] version = "0.8" [dependencies.failure] version = "0.1" [dependencies.ff-zeroize] version = "0.6" [dependencies.hex] version = "0.4" [dependencies.hkdf] version = "0.8" [dependencies.pairing-plus] version = "0.19" [dependencies.rand] version = "0.7" [dependencies.rayon] version = "1.3" optional = true [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.serde-wasm-bindgen] version = "0.1" optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.zeroize] version = "1.1" [dev-dependencies] [features] default = ["rayon"] wasm = ["serde-wasm-bindgen", "wasm-bindgen"] [badges.maintenance] status = "active"