# 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] name = "rust-bip39" version = "1.0.0" authors = ["David Craven "] description = "Library for BIP-39 Bitcoin mnemonic codes" homepage = "https://github.com/dvc94ch/rust-bip39" documentation = "https://docs.rs/bip39/" readme = "README.md" keywords = [ "crypto", "bitcoin", "bip39", "mnemonic", ] license = "CC0-1.0" repository = "https://github.com/dvc94ch/rust-bip39" [lib] name = "bip39" path = "src/lib.rs" [dependencies.bitcoin_hashes] version = "0.11.0" [dependencies.rand] version = "0.8.5" optional = true [dependencies.rand_core] version = "0.6.4" [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.unicode-normalization] version = "0.1.22" optional = true [dependencies.zeroize] version = "1.5" features = ["zeroize_derive"] optional = true [dev-dependencies.rand] version = "0.8.5" optional = false [features] all-languages = [ "chinese-simplified", "chinese-traditional", "czech", "french", "italian", "japanese", "korean", "spanish", ] chinese-simplified = [] chinese-traditional = [] czech = [] default = ["std"] french = [] italian = [] japanese = [] korean = [] spanish = [] std = [ "unicode-normalization", "serde/std", ]