# 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" name = "mnemonic39" version = "1.0.6" authors = ["ceca69ec8e1bcad6c6d79e1dcf7214ff67766580a62b7d19a6fb094c97b4f2dc"] include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "Implementation of bip-0039 for use on command line interface." documentation = "https://docs.rs/mnemonic39" readme = "README.md" keywords = [ "bip-0039", "bitcoin", "cli", "mnemonic", ] categories = [ "command-line-interface", "cryptography::cryptocurrencies", ] license = "Apache-2.0" repository = "https://github.com/ceca69ec/mnemonic39" [dependencies.bs58] version = "0.5.1" [dependencies.clap] version = "4.5.4" features = ["cargo"] [dependencies.hmac] version = "0.12.1" [dependencies.itertools] version = "0.12.1" [dependencies.pbkdf2] version = "0.12.2" default-features = false [dependencies.sha2] version = "0.10.8" [dependencies.strsim] version = "0.11.1" [dependencies.unicode-normalization] version = "0.1.23"