[package] name = "wiredsensor-core" description = "Pure protocol framing, dispatch and SHT4x data-sheet math for the wiredsensor RS485 node" version.workspace = true edition.workspace = true license.workspace = true [dependencies] defmt = { workspace = true, optional = true } [features] default = [] # Derive `defmt::Format` on the public error/data types. defmt = ["dep:defmt"]