# 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] edition = "2018" name = "bip39" version = "2.1.0" authors = ["Steven Roose "] description = "Library for BIP-39 Bitcoin mnemonic codes" homepage = "https://github.com/rust-bitcoin/rust-bip39/" documentation = "https://docs.rs/bip39/" readme = "README.md" keywords = [ "crypto", "bitcoin", "bip39", "mnemonic", ] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bip39/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitcoin_hashes] version = ">=0.12, <=0.13" default-features = false [dependencies.crate_rand] version = ">=0.6.0, <0.9.0" optional = true package = "rand" [dependencies.rand_core] version = ">=0.4.0, <0.7.0" optional = true [dependencies.serde] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.unicode-normalization] version = "=0.1.22" optional = true default-features = false [dependencies.zeroize] version = "1.5" features = ["zeroize_derive"] optional = true [dev-dependencies.bitcoin_hashes] version = ">=0.12,<0.14" [features] all-languages = [ "chinese-simplified", "chinese-traditional", "czech", "french", "italian", "japanese", "korean", "portuguese", "spanish", ] alloc = ["unicode-normalization"] chinese-simplified = [] chinese-traditional = [] czech = [] default = ["std"] french = [] italian = [] japanese = [] korean = [] portuguese = [] rand = [ "crate_rand", "rand_core", ] spanish = [] std = [ "alloc", "serde/std", "unicode-normalization/std", ]