read39 0.1.0

Util for securely reading a BIP39 Mnemonic from stdin
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]
edition = "2021"
name = "read39"
version = "0.1.0"
authors = ["Alexander Nutz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Util for securely reading a BIP39 Mnemonic from stdin"
readme = "README.md"
keywords = [
    "console",
    "cli",
    "bip39",
    "mnemonic",
    "crypto",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/alex-s168/read39"

[features]
default = ["console"]

[lib]
name = "read39"
path = "src/lib.rs"

[dependencies.bip0039]
version = "0.12.0"
features = ["std"]
default-features = false

[dependencies.console]
version = "0.15.11"
features = []
optional = true
default-features = false

[dependencies.readpass]
version = "1.0.2"

[dependencies.zeroize]
version = "1.8.1"