# 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 = "sn_bls_ckd" version = "0.2.1" authors = ["austinabell , traffictse "] description = "BLS child key derivation" homepage = "https://github.com/maidsafe/sn_rust_bls_derivation" documentation = "https://github.com/maidsafe/sn_rust_bls_derivation/blob/master/README.md" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/maidsafe/sn_rust_bls_derivation" [profile.release] opt-level = 2 [dependencies.curv] version = "0.10.1" features = ["num-bigint"] default-features = false package = "sn_curv" [dependencies.hex] version = "0.3.1" [dependencies.hkdf] version = "0.12.3" [dependencies.sha2] version = "0.10.6"