# 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] name = "splitmonic_bip39" version = "1.0.0" authors = ["Steven Roose "] description = "Library for BIP-39 Bitcoin mnemonic codes" homepage = "https://github.com/praveenperera/rust-bip39" documentation = "https://docs.rs/bip39_zeroize/" readme = "README.md" keywords = ["crypto", "bitcoin", "bip39", "mnemonic"] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bip39/" [lib] name = "bip39" path = "src/lib.rs" [dependencies.bitcoin_hashes] version = "0.9.4" [dependencies.rand] version = "0.8.3" optional = true [dependencies.rand_core] version = "0.6.2" [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.unicode-normalization] version = "=0.1.17" optional = true [dependencies.zeroize] version = "1.2" features = ["zeroize_derive"] optional = true [dev-dependencies.rand] version = "0.8.3" 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"]