# 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 = "vedirect_rs" version = "0.2.3" description = "Parse Victron VE.Direct serial output to a well-formed struct" license = "MIT" repository = "https://github.com/PeterGrace/vedirect_rs.git" [lib] name = "vedirect_rs" path = "src/lib.rs" [dependencies.bevy_reflect] version = "0.14.0" [dependencies.nom] version = "7.1.3" [dependencies.num] version = "0.4.3" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.strum] version = "0.26.3" features = [ "derive", "strum_macros", ] [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dev-dependencies.simple-base64] version = "0.23.2"