# 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 = "sunspec_rs" version = "0.6.3" authors = ["Peter Grace"] description = "library for interacting with sunspec-compliant devices over modbus" readme = "README.md" license = "MIT" repository = "https://github.com/PeterGrace/sunspec_rs" [lib] name = "sunspec_rs" path = "src/lib/lib.rs" [[bin]] name = "sunspec_test" path = "src/bin/main.rs" [[bin]] name = "get_models" path = "src/bin/tools/get_models/main.rs" [[bin]] name = "scan_slaves" path = "src/bin/tools/scan_slaves/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.async-recursion] version = "1.0.4" [dependencies.async-trait] version = "0.1.73" [dependencies.bitvec] version = "1.0.1" [dependencies.clap] version = "4.3.24" features = [ "derive", "env", ] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.16" [dependencies.prometheus] version = "0.13.3" [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.27.0" features = [ "tracing", "macros", "rt-multi-thread", ] [dependencies.tokio-modbus] version = "0.9.0" features = ["tcp"] default-features = false [dependencies.tokio-retry] version = "0.3.0" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-log] version = "0.1.3" [dependencies.tracing-subscriber] version = "0.3.16"