[package] name = "visa-api" version = "0.3.2" edition = "2021" description = "A collection of common VISA commands and a high-level interface to create instrument libraries." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] visa-rs = "0.5.0" thiserror = "1.0.56" strum = { version = "0.26.1", features = ["derive"] } [profile.dev] opt-level = 0 [profile.release] opt-level = 3