# 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 = "blastkids" version = "0.2.0" authors = ["Doug Anderson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive BLS12-381 child keys using Blastkids." homepage = "https://github.com/DougAnderson444/blastkids" documentation = "https://docs.rs/blastkids" readme = "README.md" keywords = [ "bls12-381", "derive", "derivation", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/DougAnderson444/blastkids" [lib] name = "blastkids" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.bls12_381_plus] version = "0.8.16" features = [ "expose-fields", "alloc", ] [dependencies.hkdf] version = "0.12.3" [dependencies.secrecy] version = "0.8.0" [dependencies.sha2] version = "0.10.7" [dependencies.thiserror] version = "1.0.48" [dev-dependencies.hex] version = "0.4.3"