[dependencies.commonware-conformance-macros]
version = "0.0.64"
[dependencies.commonware-macros]
version = "0.0.64"
[dependencies.futures]
version = "0.3.31"
[dependencies.serde]
features = ["derive"]
version = "1.0.218"
[dependencies.sha2]
default-features = false
version = "0.10.8"
[dependencies.toml]
version = "0.9.8"
[lib]
name = "commonware_conformance"
path = "src/lib.rs"
[lints.clippy]
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
suspicious_op_assign_impl = "allow"
undocumented_unsafe_blocks = "deny"
use-self = "warn"
[lints.rust]
rust-2018-idioms = "deny"
unused-must-use = "deny"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(full_bench)", "cfg(generate_conformance_tests)"]
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Automatically assert the stability of encoding and mechanisms over time."
edition = "2021"
homepage = "https://commonware.xyz"
license = "MIT OR Apache-2.0"
name = "commonware-conformance"
publish = true
readme = "README.md"
repository = "https://github.com/commonwarexyz/monorepo/tree/main/conformance"
version = "0.0.64"