# 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 = "ve_direct" version = "0.1.7" authors = ["Bartosz Nowak"] description = "Victron Energy Direct protocol parser and units converter" documentation = "https://docs.rs/ve_direct/" readme = "README.md" keywords = [ "parser", "converter", "translator", ] categories = [ "parsing", "value-formatting", "text-processing", "development-tools", ] license = "MIT" repository = "https://github.com/Okm165/ve_direct" [dependencies.chrono] version = "0.4.21" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3"