rust-yespower 0.2.0

Tidecoin yespower proof-of-work hashing.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"