kobe-core 0.2.1

Core wallet types for Kobe multi-chain wallet CLI
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 = "2024"
name = "kobe-core"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core wallet types for Kobe multi-chain wallet CLI"
readme = false
keywords = [
    "crypto",
    "wallet",
    "bip39",
    "mnemonic",
    "no_std",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pyor/kobe"

[features]
alloc = [
    "bip39/alloc",
    "zeroize/alloc",
]
default = ["std"]
rand = ["bip39/rand"]
std = [
    "alloc",
    "bip39/std",
    "zeroize/std",
]

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

[dependencies.bip39]
version = "2.1"
default-features = false

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