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