# 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 = "2021" rust-version = "1.65" name = "coins-bip39" version = "0.12.0" authors = [ "Rohit Narurkar ", "James Prestwich ", "0xYYY <0xYYY@pm.me>", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BIP39 implementation for coins" homepage = "https://github.com/summa-tx/coins" readme = "README.md" keywords = [ "bip39", "coins", "crypto", "wallet", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/summa-tx/coins" [lib] name = "coins_bip39" path = "src/lib.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.coins-bip32] version = "0.12" [dependencies.hmac] version = "0.12.1" [dependencies.once_cell] version = "1.19.0" optional = true [dependencies.pbkdf2] version = "0.12.2" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.hex] version = "1.12.0" package = "const-hex" [features] all-langs = [ "chinese-simplified", "chinese-traditional", "czech", "english", "french", "italian", "japanese", "korean", "portuguese", "spanish", ] chinese-simplified = ["dep:once_cell"] chinese-traditional = ["dep:once_cell"] czech = ["dep:once_cell"] default = ["all-langs"] english = ["dep:once_cell"] french = ["dep:once_cell"] italian = ["dep:once_cell"] japanese = ["dep:once_cell"] korean = ["dep:once_cell"] once_cell = ["dep:once_cell"] portuguese = ["dep:once_cell"] spanish = ["dep:once_cell"]