dusk-bip39 1.0.2

Dusk fork of the library for BIP-39 Bitcoin mnemonic codes
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 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]
name = "dusk-bip39"
version = "1.0.2"
authors = ["Steven Roose <steven@stevenroose.org>"]
description = "Dusk fork of the library for BIP-39 Bitcoin mnemonic codes"
homepage = "https://github.com/dusk-network/rust-bip39/"
documentation = "https://docs.rs/dusk-bip39/"
readme = "README.md"
keywords = ["crypto", "bitcoin", "bip39", "mnemonic"]
license = "CC0-1.0"
repository = "https://github.com/dusk-network/rust-bip39/"

[lib]
name = "bip39"
path = "src/lib.rs"
[dependencies.bitcoin_hashes]
version = "0.9.4"
features = ["alloc"]
default-features = false

[dependencies.rand]
version = "0.6.0"
optional = true

[dependencies.rand_core]
version = "0.4.0"

[dependencies.serde]
version = "1.0"
optional = true
default-features = false

[dependencies.unicode-normalization]
version = "=0.1.9"
optional = true
[dev-dependencies.rand]
version = "0.6.0"
optional = false

[features]
all-languages = ["chinese-simplified", "chinese-traditional", "czech", "french", "italian", "japanese", "korean", "spanish"]
chinese-simplified = []
chinese-traditional = []
czech = []
default = ["std"]
french = []
italian = []
japanese = []
korean = []
spanish = []
std = ["unicode-normalization", "serde/std"]