[dependencies.bitcoin]
version = "0.32"
[dependencies.ciborium]
version = "0.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.xxhash-rust]
default-features = false
features = ["xxh64"]
version = "0.8"
[lib]
name = "mhinprotocol"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "algorithms"]
description = "Reference Rust implementation of the MY HASH IS NICE (MHIN) protocol."
documentation = "https://docs.rs/mhinprotocol"
edition = "2021"
homepage = "https://github.com/ouziel-slama/mhinprotocol"
keywords = ["bitcoin", "protocol", "mhin", "leading-zeros", "cryptocurrency"]
license = "MIT OR Apache-2.0"
name = "mhinprotocol"
readme = "README.md"
repository = "https://github.com/ouziel-slama/mhinprotocol"
rust-version = "1.63"
version = "0.2.1"