[package]
edition = "2021"
rust-version = "1.94.1"
name = "rust-yespower"
version = "0.2.0"
authors = ["Yar <idquantum@gmail.com>"]
build = "build.rs"
exclude = [
"/target",
"/Cargo.lock",
"**/*.a",
"**/*.o",
"**/*.obj",
"**/*.lib",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tidecoin yespower proof-of-work hashing."
readme = "README.md"
keywords = [
"yespower",
"tidecoin",
"pow",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT AND BSD-2-Clause"
repository = "https://github.com/yarsawyer/rust-yespower"
[features]
default = []
std = []
[lib]
name = "rust_yespower"
path = "src/lib.rs"
[dev-dependencies.hex]
version = "0.4.3"
[build-dependencies.cc]
version = "1.0"
[lints.clippy]
undocumented_unsafe_blocks = "deny"
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"