kudu 0.2.0

Library for interacting with Antelope blockchains
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"
rust-version = "1.87"
name = "kudu"
version = "0.2.0"
authors = ["Nicolas Wack <wackou@digitalgaia.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for interacting with Antelope blockchains"
homepage = "https://github.com/digigaia/kudu"
readme = "README.md"
keywords = [
    "blockchain",
    "antelope",
    "eos",
    "vaulta",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
    "encoding",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/digigaia/kudu"
resolver = "2"

[features]
cli = ["clap"]
default = ["cli"]
detailed-error = ["kudu-macros/detailed-error"]
float128 = ["bytemuck/nightly_float"]
hardened = []

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

[[bin]]
name = "kuduconv"
path = "src/bin/kuduconv.rs"
required-features = ["cli"]

[[example]]
name = "apiclient"
path = "examples/apiclient.rs"

[[test]]
name = "abieos_test"
path = "tests/abieos_test.rs"

[[test]]
name = "serialization"
path = "tests/serialization.rs"

[[test]]
name = "spring_abi_test"
path = "tests/spring_abi_test.rs"

[dependencies.bs58]
version = "0.5"

[dependencies.bytemuck]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.embed-doc-image]
version = "0.1.4"

[dependencies.flate2]
version = "1.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.kudu-macros]
version = "0.2.0"

[dependencies.num]
version = "0.4"

[dependencies.ripemd]
version = "0.2"

[dependencies.secp256k1]
version = "0.31"
features = [
    "global-context",
    "recovery",
]

[dependencies.serde]
version = "1.0.200"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.11"

[dependencies.snafu]
version = "0.9.0"
features = ["backtrace"]

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[dependencies.ureq]
version = "3.0.2"
features = ["json"]