hotmint-api 0.4.0

JSON-RPC API for external interaction with Hotmint nodes
Documentation
[package]
name = "hotmint-api"
description = "JSON-RPC API for external interaction with Hotmint nodes"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true

[dependencies]
hotmint-types = { workspace = true }
hotmint-consensus = { workspace = true }
hotmint-mempool = { workspace = true }
hotmint-network = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
ruc = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }