[package]
name = "matter-interaction"
version = "0.4.0"
description = "Matter Interaction Model message framing: invoke, read, and write request/response encoding."
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords = ["matter", "iot", "smart-home", "interaction-model"]
categories = ["network-programming", "embedded"]
readme = "README.md"
[lints]
workspace = true
[dependencies]
matter-codec = { path = "../matter-codec", version = "0.3.0" }
thiserror = { workspace = true }
[dev-dependencies]
base64 = { workspace = true }
hex = { workspace = true }
proptest = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
criterion = { workspace = true }
[[bench]]
name = "report_parse"
harness = false
[[bench]]
name = "write_chunks"
harness = false