[package] name = "mbusparse" version = "0.1.3" edition = "2018" authors = ["Markus Reiter "] license = "MIT OR Apache-2.0" readme = "ReadMe.md" description = "A `no_std` library for parsing M-Bus telegrams." documentation = "https://docs.rs/mbusparse" repository = "https://github.com/reitermarkus/mbusparse" homepage = "https://github.com/reitermarkus/mbusparse" [dependencies] nom = { version = "7.1", default-features = false } [features] default = ["std"] std = ["nom/std"]