# 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 = "ockam_signature_bbs" version = "0.1.0" authors = ["Ockam Developers"] description = "The Ockam BLS signature impementation.\n" homepage = "https://github.com/ockam-network/ockam" readme = "README.md" keywords = ["ockam", "crypto", "signature", "signing", "bls"] categories = ["cryptography", "asynchronous", "authentication", "no-std", "algorithms"] license = "Apache-2.0" repository = "https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_signature_bbs" [dependencies.blake2] version = "0.9" default-features = false [dependencies.bls] version = "0.1" package = "ockam_signature_bls" [dependencies.bls12_381_plus] version = "0.4" [dependencies.digest] version = "0.9" default-features = false [dependencies.ff] version = "0.9" [dependencies.group] version = "0.9" [dependencies.hmac-drbg] version = "0.3" [dependencies.managed] version = "0.8" features = ["map"] [dependencies.pairing] version = "0.19" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.short_group_signatures_core] version = "0.1" package = "ockam_signature_core" [dependencies.subtle] version = "2.4" default-features = false [dependencies.typenum] version = "1.13" [dependencies.zeroize] version = "1.2" features = ["zeroize_derive"] [dev-dependencies.rand_xorshift] version = "0.3" [features]