kobe 0.1.0

A lightweight, no_std compatible multi-chain wallet core library
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"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, no_std compatible multi-chain wallet core library"
homepage = "https://github.com/pyroth/kobe"
documentation = "https://docs.rs/kobe"
readme = false
keywords = [
    "crypto",
    "wallet",
    "blockchain",
    "no_std",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pyroth/kobe"

[features]
alloc = ["k256/alloc"]
default = ["std"]
std = [
    "alloc",
    "k256/std",
    "sha3/std",
    "hmac/std",
    "pbkdf2/std",
    "rand/std",
]

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

[dependencies.bech32]
version = "0.11"
features = ["alloc"]
default-features = false

[dependencies.bs58]
version = "0.5"
features = [
    "alloc",
    "check",
]
default-features = false

[dependencies.hex-literal]
version = "1.1.0"

[dependencies.hmac]
version = "0.12"
default-features = false

[dependencies.k256]
version = "0.13"
features = [
    "ecdsa",
    "schnorr",
]
default-features = false

[dependencies.pbkdf2]
version = "0.12"
features = ["hmac"]
default-features = false

[dependencies.rand]
version = "0.9.2"
optional = true
default-features = false

[dependencies.rand_core]
version = "0.9.5"
default-features = false

[dependencies.ripemd]
version = "0.1"
default-features = false

[dependencies.sha2]
version = "0.10"
default-features = false

[dependencies.sha3]
version = "0.10"
default-features = false

[dependencies.subtle]
version = "2.5"
default-features = false

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

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.rand]
version = "0.9.2"
default-features = false