[package]
name = "bip39"
version = "0.2.1"
authors = [ "Stephen Oliver <steve@infincia.com>" ]
license = "MIT/Apache-2.0"
homepage = "https://github.com/infincia/bip39-rs/"
repository = "https://github.com/infincia/bip39-rs/"
readme = "README.md"
description = "A Rust implementation of BIP-0039"
documentation = "https://docs.rs/bip39"
keywords = ["bip39", "bitcoin", "mnemonic"]
[lib]
name = "bip39"
path = "src/lib.rs"
[dependencies]
bitreader = "^0.1.0"
bit-vec = "^0.4.3"
ring = "^0.11"
rand = "^0.3.15"
data-encoding = "^1.2"