# 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 = "chinilla-bls" version = "0.1.16" authors = ["Edward Teach "] description = "BLS signature, verification and aggregation funcions for the Chinilla blockchain" homepage = "https://github.com/Chinilla/chinilla_rs/chinilla-bls/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Chinilla/chinilla_rs/chinilla-bls/" [lib] crate-type = ["rlib"] [[bench]] name = "derive_key" harness = false [[bench]] name = "sign" harness = false [[bench]] name = "verify" harness = false [dependencies.anyhow] version = "=1.0.65" [dependencies.bls12_381_plus] version = "=0.7.0" [dependencies.group] version = "=0.12.0" [dependencies.hkdf] version = "=0.11.0" [dependencies.num-bigint] version = "=0.4.3" [dependencies.sha2] version = "=0.9.9" [dependencies.tiny-bip39] version = "=1.0.0" [dev-dependencies.criterion] version = "^0.4" [dev-dependencies.hex] version = "^0.4.3" [dev-dependencies.rand] version = "^0.8.5"