sskr-tool 0.1.2

A tool for splitting and recovering BIP-39 mnemonics according to the SSKR standard
[[bin]]
name = "sskr-tool"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.72"

[dependencies.clap]
features = ["derive"]
version = "4.3.19"

[dependencies.crc]
version = "3.0.1"

[dependencies.dcbor]
version = "0.7.4"

[dependencies.hex]
version = "0.4.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rand]
features = ["alloc"]
version = "0.8.5"

[dependencies.regex]
version = "1.9.1"

[dependencies.sskr]
version = "0.1.2"

[dependencies.tiny-bip39]
version = "1.0.0"

[package]
authors = ["Kevin Smith <ksmithbaylor@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "command-line-utilities"]
description = "A tool for splitting and recovering BIP-39 mnemonics according to the SSKR standard"
edition = "2021"
keywords = ["sskr", "bip39", "bitcoin", "crypto", "mnemonic"]
license = "MIT"
name = "sskr-tool"
readme = "README.md"
repository = "https://github.com/ksmithbaylor/sskr-tool"
version = "0.1.2"