# 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 = "ruiden" version = "0.4.0" authors = ["Shayne Hartford "] description = "Ruiden RD power supply modbus wrapper" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.tokio] version = "1" features = [ "macros", "rt", ] [dependencies.tokio-modbus] version = "0.9" features = ["rtu"] default-features = false [dependencies.tokio-serial] version = "5" [lints.clippy] nursery = "warn" pedantic = "warn"