# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ed25519-dalek-xkeypair" version = "1.0.2" authors = ["just-do-halee "] description = "BIP32 implementation for ed25519-dalek key pairs." homepage = "https://github.com/just-do-halee/ed25519-dalek-xkeypair" documentation = "https://docs.rs/ed25519-dalek-xkeypair/" readme = "README.md" keywords = ["derivation", "BIP32", "ed25519", "keypair", "blockchain"] categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/just-do-halee/ed25519-dalek-xkeypair" [package.metadata.docs.rs] no-deps = true [dependencies.bs58] version = "0.4.0" features = ["check", "alloc"] default-features = false [dependencies.derivation-path] version = "0.1.3" default-features = false [dependencies.ed25519-dalek] version = "1.0.1" features = ["u64_backend", "rand"] default-features = false [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.hmac] version = "0.11.0" default-features = false [dependencies.ripemd160] version = "0.9.1" default-features = false [dependencies.sha2] version = "0.9.6" default-features = false [dependencies.utils-results] version = "5.2.1" default-features = false [dependencies.zeroize] version = "1.4.1" default-features = false [features] default = ["std"] std = ["ed25519-dalek/std", "derivation-path/default", "bs58/std", "ripemd160/default", "sha2/default", "hmac/std", "utils-results/default", "zeroize/default", "hex/std"]