# 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 = "psu" version = "1.0.0" description = "A command line tool to control lab bench power supplies." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/IamTheCarl/psu" [dependencies.anyhow] version = "1.0.69" [dependencies.argh] version = "0.1.10" [dependencies.async-trait] version = "0.1.64" [dependencies.home] version = "0.5.4" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_yaml] version = "0.9.17" [dependencies.simple_logger] version = "4.0.0" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tokio-serial] version = "5.4.4"