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