kobe-eth 0.2.2

Ethereum wallet utilities for Kobe 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-eth"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ethereum wallet utilities for Kobe CLI"
readme = false
keywords = [
    "ethereum",
    "wallet",
    "crypto",
    "no_std",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pyor/kobe"

[features]
alloc = [
    "kobe-core/alloc",
    "hex/alloc",
    "zeroize/alloc",
]
default = ["std"]
rand = ["std"]
std = [
    "alloc",
    "kobe-core/std",
    "k256/std",
    "hex/std",
    "zeroize/std",
]

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

[dependencies.alloy-primitives]
version = "1.5"
features = ["k256"]
default-features = false

[dependencies.bip32]
version = "0.5"
features = [
    "secp256k1",
    "alloc",
]
default-features = false

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

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

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

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