kobe 0.2.3

A multi-chain cryptocurrency wallet CLI tool
# 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 = "kobe"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A multi-chain cryptocurrency wallet CLI tool"
readme = false
keywords = [
    "crypto",
    "wallet",
    "bitcoin",
    "ethereum",
    "cli",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pyor/kobe"

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

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

[dependencies.colored]
version = "3.0"

[dependencies.hex]
version = "0.4"
default-features = false

[dependencies.kobe-btc]
version = "0.2.2"
features = [
    "std",
    "rand",
]
default-features = false

[dependencies.kobe-core]
version = "0.2.2"
features = [
    "std",
    "rand",
]
default-features = false

[dependencies.kobe-eth]
version = "0.2.2"
features = [
    "std",
    "rand",
]
default-features = false

[dependencies.zeroize]
version = "1.7"
features = ["derive"]
default-features = false