# 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 = "rust-bls-bn254" version = "0.2.0" exclude = ["tests/*"] description = "A rust crate implementing the BLS signatures using BN254 from arkworks" readme = "README.md" keywords = [ "cryptography", "BLS", "BN254", "ethereum", "signature", ] categories = ["cryptography"] license = "MIT" [[test]] name = "keystore" path = "tests/keystore_tests.rs" [[test]] name = "mnemonics" path = "tests/mnemonic_tests.rs" [[test]] name = "tree" path = "tests/tree_tests.rs" [[test]] name = "path" path = "tests/path_tests.rs" [dependencies.aes] version = "0.8.4" [dependencies.ark-bn254] 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" [dependencies.ark-std] version = "0.4.0" default-features = false [dependencies.ctr] version = "0.9.2" [dependencies.hex] version = "0.4" [dependencies.hkdf] version = "0.12.4" [dependencies.num-bigint] version = "0.4.5" features = ["serde"] [dependencies.num-traits] version = "0.2.19" [dependencies.pbkdf2] version = "0.12.2" [dependencies.rand] version = "0.8" [dependencies.scrypt] version = "0.11.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.sha2] version = "0.10.6" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.unicode-normalization] version = "0.1" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [features] default = ["std"] std = [ "ark-ff/std", "ark-bn254/std", "ark-std/std", "ark-ec/std", "sha2/std", ]