# 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 = "cpc-bip39" version = "0.1.0" include = [ "**/*.rs", "Cargo.toml", "src/langs/*.txt", "README.md", ] description = "A Rust implementation of BIP-0039" homepage = "https://github.com/cpchain/cpchain-rust-sdk" documentation = "https://docs.rs/bip39" readme = "README.md" keywords = [ "bip39", "bitcoin", "mnemonic", ] license = "MIT/Apache-2.0" repository = "https://github.com/cpchain/cpchain-rust-sdk" [lib] name = "bip39" path = "src/lib.rs" [dependencies.failure] version = "0.1.3" [dependencies.hashbrown] version = "0.1.7" [dependencies.hmac] version = "0.7.0" [dependencies.once_cell] version = "0.1.6" features = ["parking_lot"] [dependencies.pbkdf2] version = "0.3.0" features = ["parallel"] default-features = false [dependencies.rand] version = "0.6.1" [dependencies.sha2] version = "0.8.0" [features] chinese-simplified = [] chinese-traditional = [] default = [ "chinese-simplified", "chinese-traditional", "french", "italian", "japanese", "korean", "spanish", ] french = [] italian = [] japanese = [] korean = [] spanish = []