# 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 = "2018" name = "bls_ckd" version = "0.2.0" authors = ["austinabell , traffictse "] description = "BLS child key derivation" homepage = "https://github.com/taiyi-research-institute/rust-bls-derivation" documentation = "https://github.com/taiyi-research-institute/rust-bls-derivation/blob/master/README.md" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/taiyi-research-institute/rust-bls-derivation" [profile.release] opt-level = 2 [dependencies.curv] version = "0.10" features = ["num-bigint"] default-features = false package = "curv-kzen" [dependencies.hex] version = "0.3.1" [dependencies.hkdf] version = "0.12.3" [dependencies.sha2] version = "0.10.6"