# 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 = "hdkey" version = "0.0.5" authors = ["Anubis"] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "hdkey" readme = "README.md" license = "MIT" repository = "https://github.com/lazyanubis/hdkey" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.bs58] version = "0.5" features = ["check"] [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.ripemd] version = "0.1" [dependencies.secp256k1] version = "0.28" optional = true [dependencies.sha2] version = "0.10" [features] default = ["std"] global-context = [ "std", "secp256k1/global-context", ] std = ["secp256k1"]