[package]
edition = "2021"
rust-version = "1.94.1"
name = "tidecoin-node-parity"
version = "0.1.0"
authors = ["Tidecoin Foundation <falcon1024@protonmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Tidecoin node-backed parity harness support."
documentation = "https://docs.rs/tidecoin-node-parity/"
readme = false
keywords = [
"crypto",
"tidecoin",
"parity",
"testing",
]
categories = ["cryptography::cryptocurrencies"]
license = "CC0-1.0"
repository = "https://github.com/tidecoin/rust-tidecoin"
[features]
default = ["std"]
std = []
[lib]
name = "tidecoin_node_parity"
path = "src/lib.rs"
[dependencies]
[build-dependencies.cc]
version = "1.2.41"
[lints.clippy]
redundant_clone = "warn"
use_self = "warn"
[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
check-cfg = [
"cfg(fuzzing)",
"cfg(kani)",
]