[package]
edition = "2024"
rust-version = "1.89"
name = "hns-mining"
version = "0.3.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-independent Handshake block commitments and immutable mining jobs"
documentation = "https://docs.rs/hns-mining"
readme = "README.md"
keywords = [
"handshake",
"hns",
"blockchain",
"protocol",
]
categories = [
"cryptography::cryptocurrencies",
"encoding",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/handshake-rs/hns-rs"
[lib]
name = "hns_mining"
path = "src/lib.rs"
[dependencies.blake2]
version = "0.10.6"
[dependencies.hns-covenants]
version = "0.3.0"
[dependencies.hns-encoding]
version = "0.3.0"
[dependencies.hns-header-consensus]
version = "0.3.0"
[dependencies.hns-primitives]
version = "0.3.0"
[dependencies.hns-transaction]
version = "0.3.0"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.hex]
version = "0.4.3"
[lints.clippy]
all = "warn"
[lints.rust]
unsafe_code = "forbid"