matter-clusters 0.1.0

Matter protocol cluster definitions (generated from the spec).
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.88"
name = "matter-clusters"
version = "0.1.0"
authors = ["matter-rust contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Matter protocol cluster definitions (generated from the spec)."
homepage = "https://github.com/phunapps/matter-rust"
readme = "README.md"
keywords = [
    "matter",
    "cluster",
    "smart-home",
    "iot",
]
categories = [
    "api-bindings",
    "embedded",
]
license = "Apache-2.0"
repository = "https://github.com/phunapps/matter-rust"

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

[[test]]
name = "byte_parity"
path = "tests/byte_parity.rs"

[[test]]
name = "decode_smoke"
path = "tests/decode_smoke.rs"

[[test]]
name = "forward_compat"
path = "tests/forward_compat.rs"

[[test]]
name = "proptest_roundtrip"
path = "tests/proptest_roundtrip.rs"

[dependencies.bitflags]
version = "2"

[dependencies.matter-codec]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
expect_used = "warn"
missing_const_for_fn = "allow"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
missing_safety_doc = "warn"
module_name_repetitions = "allow"
must_use_candidate = "allow"
undocumented_unsafe_blocks = "warn"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1