# 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 = "ka3005p" version = "0.5.0" authors = [ "Nicola Coretti ", "Daniel Hartig ", "Jack Newman ", ] autobins = false description = "cli tool to remote control a ka3005p power supply" homepage = "https://github.com/Nicoretti/ka3005p" readme = "README.md" keywords = [ "power-supply", "remote-control", "serial", "ka3000", "ka3005p", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Nicoretti/ka3005p" [profile.release] lto = true codegen-units = 1 strip = "symbols" [lib] name = "ka3005p" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "ka3005p" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.*" [dependencies.clap] version = "4.*" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.human-panic] version = "1.*" [dependencies.log] version = "0.4.21" [dependencies.pyo3] version = "0.21.2" optional = true [dependencies.serialport] version = "4.*" [features] python_module = ["pyo3"]