# 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 = "hd-ed25519" version = "0.0.1" authors = ["Jeff Burdges "] description = "Hierachical key derivation on ed255190-dalek" readme = "README.md" keywords = ["cryptography", "curve25519", "ECC"] categories = ["cryptography"] license = "BSD-3-Clause" repository = "https://github.com/w3f/hd-ed25519" [dependencies.clear_on_drop] version = "0.2" [dependencies.curve25519-dalek] version = "1.0.0-pre.0" default-features = false [dependencies.ed25519-dalek] version = "1.0.0-pre.0" default-features = false [dependencies.rand] version = "0.5" features = ["i128_support"] default-features = false [dependencies.serde] version = "^1.0" optional = true [dev-dependencies.sha2] version = "^0.8" [features] alloc = ["curve25519-dalek/alloc"] avx2_backend = ["curve25519-dalek/avx2_backend", "ed25519-dalek/avx2_backend"] default = ["std", "u64_backend"] std = ["curve25519-dalek/std"] u32_backend = ["curve25519-dalek/u32_backend", "ed25519-dalek/u32_backend"] u64_backend = ["curve25519-dalek/u64_backend", "ed25519-dalek/u64_backend"]