# 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 = "snowbridge-milagro-bls" version = "1.5.4" authors = [ "Lovesh Harchandani ", "Kirk Baird ", "Paul Hauner ", ] description = "BLS12-381 signatures using the Apache Milagro curve library, targeting Ethereum 2.0" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Snowfork/milagro_bls.git" [[bench]] name = "bls381_benches" harness = false [dependencies.amcl] version = "1.0.2" features = ["bls381"] default-features = false package = "snowbridge-amcl" [dependencies.codec] version = "3.6.1" features = [ "derive", "max-encoded-len", ] default-features = false package = "parity-scale-codec" [dependencies.criterion] version = "0.4.0" optional = true [dependencies.hex] version = "0.4.0" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.rand] version = "0.8.5" default-features = false [dependencies.scale-info] version = "2.9.0" features = ["derive"] default-features = false [dependencies.zeroize] version = "1.0.0" [features] bench = ["criterion"] default = ["std"] std = [ "rand/std", "rand/std_rng", "lazy_static", "hex", "codec/std", "scale-info/std", "amcl/std", ]