[package]
edition = "2024"
rust-version = "1.89"
name = "hns-primitives"
version = "0.3.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strongly typed primitive values shared by Rust Handshake components"
documentation = "https://docs.rs/hns-primitives"
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_primitives"
path = "src/lib.rs"
[dependencies.hex]
version = "0.4.3"
[dependencies.thiserror]
version = "2.0.12"
[lints.clippy]
all = "warn"
[lints.rust]
unsafe_code = "forbid"