# 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.56.0" name = "signature_bls" version = "0.35.0" authors = ["Ockam Developers"] publish = true description = """ The Ockam BLS signature impementation. """ homepage = "https://github.com/build-trust/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/build-trust/ockam/tree/develop/implementations/rust/ockam/signature_bls" resolver = "2" [dependencies.bls12_381_plus] version = "0.5" features = [ "alloc", "hashing", "pairings", ] default-features = false [dependencies.ff] version = "0.10" default-features = false [dependencies.group] version = "0.10" [dependencies.hkdf] version = "0.11" default-features = false [dependencies.pairing] version = "0.20" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.sha2] version = "0.9" default-features = false [dependencies.subtle] version = "2.4" default-features = false [dependencies.vsss-rs] version = "1.0.0" default-features = false [dependencies.zeroize] version = "1.4.2" features = ["zeroize_derive"] [dev-dependencies.rand_xorshift] version = "0.3" [features] alloc = [] default = ["alloc"]