tidecoin-node-parity 0.1.0

Shared Tidecoin node-backed parity harness support.
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 = "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)",
]