seedroller 0.2.0

Tool to generate a bitcoin seed from dice rolls and system entropy.
# 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 = "2024"
name = "seedroller"
version = "0.2.0"
authors = ["bubb1es71@proton.me"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool to generate a bitcoin seed from dice rolls and system entropy."
documentation = "https://docs.rs/seedroller"
readme = "README.md"
keywords = [
    "dice",
    "random",
    "seed",
    "BIP39",
    "bitcoin",
]
categories = [
    "cryptography::cryptocurrencies",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bubb1es71/bitcoin-key-tools"

[[bin]]
name = "seedroller"
path = "src/main.rs"

[dependencies.bip39]
version = "2.2.2"
features = [
    "alloc",
    "zeroize",
]
default-features = false

[dependencies.bitcoin]
version = "0.32"
default-features = false

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

[dependencies.getrandom]
version = "0.3"
default-features = false

[dependencies.zeroize]
version = "1"