# 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" name = "bip39-dict" version = "0.1.3" authors = [ "Vincent Hanquez ", "Nicolas Di Prima ", ] description = "BIP39 dictionaries with apis to convert between words and binary representation" homepage = "https://github.com/vincenthz/bip39-dict/" readme = "README.md" keywords = [ "crypto", "bitcoin", "bip39", "mnemonic", ] license = "MIT/Apache-2.0" repository = "https://github.com/vincenthz/bip39-dict/" [dependencies.cryptoxide] version = "0.4" [dev-dependencies.hex] version = "0.4" [dev-dependencies.unicode-normalization] version = "0.1" [features] cjk = [] default = [ "std", "english", ] english = [] latin = [] std = []