# 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 = "bls_on_arkworks" version = "0.3.0" description = "A rust crate implementing the latest IETF draft for BLS signatures on top of the Arkworks ecosystem" homepage = "https://github.com/ArnaudBrousseau/bls_on_arkworks" readme = "README.md" keywords = [ "cryptography", "BLS", "BLS12381", "ethereum", "signature", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://github.com/ArnaudBrousseau/bls_on_arkworks" [dependencies.ark-bls12-381] version = "0.4.0" features = ["curve"] default-features = false [dependencies.ark-ec] version = "0.4.2" default-features = false [dependencies.ark-ff] version = "0.4.2" default-features = false [dependencies.ark-serialize] version = "0.4.2" default-features = false [dependencies.ark-std] version = "0.4.0" default-features = false [dependencies.hkdf] version = "0.12.3" default-features = false [dependencies.hmac] version = "0.12.1" default-features = false [dependencies.libm] version = "0.2.7" [dependencies.sha2] version = "0.10.6" default-features = false [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.num-bigint] version = "0.4.3" [dev-dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [features] default = ["std"] std = [ "ark-ff/std", "ark-bls12-381/std", "ark-std/std", "ark-ec/std", "hmac/std", "sha2/std", "hkdf/std", "ark-serialize/std", ]