# 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 = "slipped10" version = "0.4.6" authors = [ "Ngo Iok Ui ", "dj8yf0μl", ] description = "SLIP-0010 : ed25519 private key derivation from master private key" homepage = "https://github.com/dj8yfo/slipped10" readme = "README.md" keywords = [ "slip-0010", "slip-10", "slip10", ] license = "MIT" repository = "https://github.com/dj8yfo/slipped10" [dependencies.ed25519-dalek] version = "2" default-features = false [dependencies.hmac] version = "0.9" default-features = false [dependencies.sha2] version = "0.9" default-features = false [dev-dependencies.hex] version = "0.4"