# 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 = "hackdose-sml-parser" version = "0.10.0" authors = ["Philipp Vollmer"] description = "a parser for the smart message language spoken by smart meters" homepage = "https://github.com/torfmaster/hackdose" readme = "README.md" license = "MIT OR Apache-2.0" resolver = "1" [[example]] name = "serial-stream" crate-type = ["bin"] [dependencies.byteorder] version = "1.4.3" [dependencies.enum-iterator] version = "1.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.peg] version = "0.8.1" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.tokio] version = "1.23.0" features = [ "sync", "io-util", "rt", ] [dependencies.tokio-stream] version = "0.1.11" features = ["sync"] [dev-dependencies.tokio] version = "1.23.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-serial] version = "5.4.3"