# 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 = "ed25519-dalek-bip32" version = "0.3.0" authors = ["Julian Popescu "] description = "Simplified ed25519 BIP32 derivations" homepage = "https://github.com/jpopesculian/ed25519-dalek-bip32" documentation = "https://docs.rs/ed25519-dalek-bip32/" readme = "README.md" keywords = [ "derivation", "BIP32", "ed25519", "trezor", "blockchain", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jpopesculian/ed25519-dalek-bip32" [dependencies.derivation-path] version = "0.2.0" default-features = false [dependencies.ed25519-dalek] version = "2.0.0" features = ["rand_core"] default-features = false [dependencies.hmac] version = "0.12.0" default-features = false [dependencies.sha2] version = "0.10.1" default-features = false [dev-dependencies.hex] version = "0.4.2" [features] default = ["std"] std = [ "derivation-path/std", "sha2/std", "ed25519-dalek/std", ]