# 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-bip32-feeless" version = "0.1.1" authors = ["Julian Popescu "] description = "Simplified ed25519 BIP32 derivations" 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/feeless/feeless/tree/main/external/ed25519-dalek-bip32" [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.hmac] version = "0.9.0" default-features = false [dependencies.sha2] version = "0.9.1" default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.hex] version = "0.4.2" [features] default = ["std"] std = ["derivation-path/std", "sha2/std", "ed25519-dalek/std"]