hotmint-light 0.8.0

Light client verification for Hotmint BFT consensus
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 = "hotmint-light"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Light client verification for Hotmint BFT consensus"
readme = false
keywords = [
    "consensus",
    "tendermint",
    "hotstuff",
    "hotstuff2",
    "bft",
]
license = "GPL-3.0-only"
repository = "https://github.com/rust-util-collections/hotmint"
resolver = "2"

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

[dependencies.hotmint-crypto]
version = "0.8.0"

[dependencies.hotmint-types]
version = "0.8.0"

[dependencies.ruc]
version = "9.3"

[dev-dependencies.ed25519-dalek]
version = "2.2"
features = [
    "serde",
    "rand_core",
    "batch",
]

[dev-dependencies.rand]
version = "0.8"