# 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" rust-version = "1.60.0" name = "bip0039" version = "0.12.0" authors = ["koushiro "] exclude = ["words"] description = "Another Rust implementation of BIP-0039 standard" documentation = "https://docs.rs/bip0039" readme = "README.md" keywords = [ "bip39", "bitcoin", "crypto", "mnemonic", ] categories = [ "cryptography", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/koushiro/rust-bips" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.hmac] version = "0.12" default-features = false [dependencies.pbkdf2] version = "0.12" default-features = false [dependencies.rand] version = "0.8" optional = true [dependencies.sha2] version = "0.10" default-features = false [dependencies.unicode-normalization] version = "0.1" default-features = false [dependencies.zeroize] version = "1.2" [dev-dependencies.hex] version = "0.4" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] all-languages = [ "chinese-simplified", "chinese-traditional", "czech", "french", "italian", "japanese", "korean", "portuguese", "spanish", ] chinese-simplified = [] chinese-traditional = [] czech = [] default = [ "std", "rand", ] french = [] italian = [] japanese = [] korean = [] portuguese = [] spanish = [] std = [ "hmac/std", "pbkdf2/std", "sha2/std", "unicode-normalization/std", ]