# 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 = "bip85" version = "0.1.1" authors = ["Rita Kitic "] description = "BIP-85 - deterministic entropy from bip32 keychains" readme = "README.md" license = "MIT" repository = "https://github.com/rikitau/rust-bip85" [[example]] name = "mnemonic" required-features = ["japanese"] [dependencies.bip39] version = "1.0.1" optional = true [dependencies.bitcoin] version = "0.26.0" [features] all-languages = ["mnemonic", "chinese-simplified", "chinese-traditional", "czech", "french", "italian", "japanese", "korean", "spanish"] chinese-simplified = ["mnemonic", "bip39/chinese-simplified"] chinese-traditional = ["mnemonic", "bip39/chinese-traditional"] czech = ["mnemonic", "bip39/czech"] default = ["mnemonic"] french = ["mnemonic", "bip39/french"] italian = ["mnemonic", "bip39/italian"] japanese = ["mnemonic", "bip39/japanese"] korean = ["mnemonic", "bip39/korean"] mnemonic = ["bip39"] spanish = ["mnemonic", "bip39/spanish"]