[package] name = "dlms_cosem" version = "0.2.0" edition = "2018" authors = ["Markus Reiter "] license = "MIT OR Apache-2.0" readme = "ReadMe.md" description = "A `no_std` library for parsing DLMS/COSEM messages." documentation = "https://docs.rs/dlms_cosem" repository = "https://github.com/reitermarkus/dlms-cosem-rs" homepage = "https://github.com/reitermarkus/dlms-cosem-rs" [dependencies] aes = "0.8" aes-gcm = "0.9" cipher = "0.4" derive-try-from-primitive = "1.0" mbusparse = { version = "0.1" } nom = "7.1" serde = { version = "1.0", features = ["derive"], optional = true }