# 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" name = "smart_meter" version = "0.2.0" authors = ["Markus Reiter "] description = "A library for reading smart meters." homepage = "https://github.com/reitermarkus/smart-meter-rs" documentation = "https://docs.rs/smart_meter" readme = "ReadMe.md" license = "MIT OR Apache-2.0" repository = "https://github.com/reitermarkus/smart-meter-rs" resolver = "2" [[example]] name = "logger" required-features = ["serialport", "hex"] [dependencies.dlms_cosem] version = "0.2" [dependencies.either] version = "1.6" [dependencies.hex] version = "0.4" optional = true [dependencies.mbusparse] version = "0.1" [dependencies.nom] version = "7.1" [dependencies.serialport] version = "4.0" optional = true default-features = false