[package] name = "ruiden" version = "0.4.0" authors = ["Shayne Hartford "] edition = "2021" description = "Ruiden RD power supply modbus wrapper" readme = "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" clap = { version = "4", features = ["derive"] } tokio = { version = "1", features = ["macros", "rt"] } tokio-modbus = { version = "0.9", default-features = false, features = ["rtu"] } tokio-serial = "5" [lints.clippy] pedantic = "warn" nursery = "warn"