tidecoin-consensus-core 0.1.0

Shared Tidecoin consensus-validation core types.
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-consensus-core"
version = "0.1.0"
authors = ["Tidecoin Foundation <falcon1024@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Tidecoin consensus-validation core types."
documentation = "https://docs.rs/tidecoin-consensus-core/"
readme = false
keywords = [
    "crypto",
    "tidecoin",
    "consensus",
]
categories = ["cryptography::cryptocurrencies"]
license = "CC0-1.0"
repository = "https://github.com/tidecoin/rust-tidecoin"

[features]
default = ["std"]
hex = ["hashes/hex"]
serde = [
    "hashes/serde",
    "hex",
    "internals/serde",
]
std = [
    "encoding/std",
    "hashes/std",
    "internals/std",
    "io/std",
    "primitives/std",
]

[lib]
name = "tidecoin_consensus_core"
path = "src/lib.rs"

[dependencies.encoding]
version = "0.1.0"
default-features = false
package = "tidecoin-consensus-encoding"

[dependencies.fips204]
version = "0.4"
features = [
    "ml-dsa-44",
    "ml-dsa-65",
    "ml-dsa-87",
]
default-features = false

[dependencies.hashes]
version = "0.20.0"
default-features = false
package = "tidecoin_hashes"

[dependencies.internals]
version = "0.5.0"
default-features = false
package = "tidecoin-internals"

[dependencies.io]
version = "0.5.0"
features = ["hashes"]
default-features = false
package = "tidecoin-io"

[dependencies.primitives]
version = "0.102.0"
features = ["alloc"]
default-features = false
package = "tidecoin-primitives"

[dependencies.tide-fn-dsa-vrfy]
version = "0.4.0"
default-features = false

[lints.clippy]
redundant_clone = "warn"
use_self = "warn"

[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
check-cfg = [
    "cfg(fuzzing)",
    "cfg(kani)",
]