bip39 0.5.1

A Rust implementation of BIP-0039
Documentation
# 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]
name = "bip39"
version = "0.5.1"
authors = ["Stephen Oliver <steve@infincia.com>"]
description = "A Rust implementation of BIP-0039"
homepage = "https://github.com/infincia/bip39-rs/"
documentation = "https://docs.rs/bip39"
readme = "README.md"
keywords = ["bip39", "bitcoin", "mnemonic"]
license = "MIT/Apache-2.0"
repository = "https://github.com/infincia/bip39-rs/"

[lib]
name = "bip39"
path = "src/lib.rs"
[dependencies.bit-vec]
version = "^0.4.3"

[dependencies.bitreader]
version = "^0.3.0"

[dependencies.data-encoding]
version = "^2.0"

[dependencies.error-chain]
version = "^0.11.0"

[dependencies.lazy_static]
version = "^0.2"

[dependencies.rand]
version = "^0.3.15"

[dependencies.ring]
version = "^0.12"