kobe 0.7.7

Multi-chain HD wallet derivation — umbrella crate
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.7.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-chain HD wallet derivation — umbrella crate"
readme = "README.md"
keywords = [
    "crypto",
    "wallet",
    "bitcoin",
    "ethereum",
    "solana",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/qntx/kobe"

[features]
all-chains = [
    "btc",
    "evm",
    "svm",
    "cosmos",
    "tron",
    "spark",
    "fil",
    "ton",
    "sui",
    "xrpl",
]
alloc = [
    "kobe-primitives/alloc",
    "kobe-btc?/alloc",
    "kobe-evm?/alloc",
    "kobe-svm?/alloc",
    "kobe-cosmos?/alloc",
    "kobe-tron?/alloc",
    "kobe-spark?/alloc",
    "kobe-fil?/alloc",
    "kobe-ton?/alloc",
    "kobe-sui?/alloc",
    "kobe-xrpl?/alloc",
]
bip32 = ["kobe-primitives/bip32"]
btc = ["dep:kobe-btc"]
camouflage = ["kobe-primitives/camouflage"]
cosmos = [
    "dep:kobe-cosmos",
    "bip32",
]
default = [
    "std",
    "btc",
    "evm",
    "svm",
]
evm = [
    "dep:kobe-evm",
    "bip32",
]
fil = [
    "dep:kobe-fil",
    "bip32",
]
rand = ["kobe-primitives/rand"]
rand_core = ["kobe-primitives/rand_core"]
slip10 = ["kobe-primitives/slip10"]
spark = [
    "dep:kobe-spark",
    "bip32",
]
std = [
    "alloc",
    "kobe-primitives/std",
    "kobe-btc?/std",
    "kobe-evm?/std",
    "kobe-svm?/std",
    "kobe-cosmos?/std",
    "kobe-tron?/std",
    "kobe-spark?/std",
    "kobe-fil?/std",
    "kobe-ton?/std",
    "kobe-sui?/std",
    "kobe-xrpl?/std",
]
sui = [
    "dep:kobe-sui",
    "slip10",
]
svm = [
    "dep:kobe-svm",
    "slip10",
]
ton = [
    "dep:kobe-ton",
    "slip10",
]
tron = [
    "dep:kobe-tron",
    "bip32",
]
xrpl = [
    "dep:kobe-xrpl",
    "bip32",
]

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

[dependencies.kobe-btc]
version = "0.7"
optional = true
default-features = false

[dependencies.kobe-cosmos]
version = "0.7"
optional = true
default-features = false

[dependencies.kobe-evm]
version = "0.7"
optional = true
default-features = false

[dependencies.kobe-fil]
version = "0.7"
optional = true
default-features = false

[dependencies.kobe-primitives]
version = "0.7"
features = ["alloc"]
default-features = false

[dependencies.kobe-spark]
version = "0.7"
optional = true
default-features = false

[dependencies.kobe-sui]
version = "0.7"
optional = true
default-features = false

[dependencies.kobe-svm]
version = "0.7"
optional = true
default-features = false

[dependencies.kobe-ton]
version = "0.7"
optional = true
default-features = false

[dependencies.kobe-tron]
version = "0.7"
optional = true
default-features = false

[dependencies.kobe-xrpl]
version = "0.7"
optional = true
default-features = false

[lints.clippy]
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
doc_markdown = "allow"
exhaustive_enums = "warn"
exhaustive_structs = "warn"
expect_used = "warn"
fn_params_excessive_bools = "allow"
future_not_send = "allow"
implicit_hasher = "allow"
missing_docs_in_private_items = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
option_if_let_else = "allow"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
shadow_reuse = "warn"
shadow_same = "warn"
shadow_unrelated = "warn"
significant_drop_tightening = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
todo = "warn"
too_many_lines = "allow"
unimplemented = "warn"
unwrap_in_result = "warn"
unwrap_used = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
single_use_lifetimes = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unsafe_code = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"
variant_size_differences = "warn"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1