# 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 = "tiny-bip39-feeless" version = "0.8.0" authors = ["Stephen Oliver ", "Maciej Hirsz "] description = "A fork of the bip39 crate with fixes to v0.6. Rust implementation of BIP-0039" documentation = "https://docs.rs/tiny-bip39" readme = "README.md" keywords = ["bip39", "bitcoin", "mnemonic"] license = "MIT OR Apache-2.0" repository = "https://github.com/feeless/feeless/tree/main/external/tiny-bip39" [lib] name = "bip39" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.34" [dependencies.hmac] version = "0.8.1" [dependencies.once_cell] version = "1.4.0" features = ["parking_lot"] [dependencies.pbkdf2] version = "0.4.0" default-features = false [dependencies.rand] version = "0.7.3" [dependencies.rustc-hash] version = "1.1.0" [dependencies.sha2] version = "0.9.1" [dependencies.thiserror] version = "1.0.22" [dependencies.unicode-normalization] version = "0.1.13" [dependencies.zeroize] version = "1.1.1" features = ["zeroize_derive"] [dev-dependencies.hex] version = "0.4.2" [features] chinese-simplified = [] chinese-traditional = [] default = ["chinese-simplified", "chinese-traditional", "french", "italian", "japanese", "korean", "spanish"] french = [] italian = [] japanese = [] korean = [] spanish = []