# 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 = "sskr-tool" version = "0.1.2" authors = ["Kevin Smith "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for splitting and recovering BIP-39 mnemonics according to the SSKR standard" readme = "README.md" keywords = [ "sskr", "bip39", "bitcoin", "crypto", "mnemonic", ] categories = [ "cryptography::cryptocurrencies", "command-line-utilities", ] license = "MIT" repository = "https://github.com/ksmithbaylor/sskr-tool" [[bin]] name = "sskr-tool" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = ["derive"] [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] version = "0.8.5" features = ["alloc"] [dependencies.regex] version = "1.9.1" [dependencies.sskr] version = "0.1.2" [dependencies.tiny-bip39] version = "1.0.0"