# 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 = "visa-api" version = "0.3.2" description = "A collection of common VISA commands and a high-level interface to create instrument libraries." license = "MIT" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dependencies.visa-rs] version = "0.5.0"