# 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-rs" version = "0.6.2" authors = ["ITOAR "] build = false exclude = [ "/expand.rs", "/fetch-doc", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Safe rust bindings for VISA(Virtual Instrument Software Architecture) library" homepage = "https://github.com/TsuITOAR/visa-rs" readme = "README_Crates_io.MD" keywords = [ "control", "visa", "instrument", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/TsuITOAR/visa-rs" [lib] name = "visa_rs" path = "src/lib.rs" [[test]] name = "io" path = "tests/io.rs" [dependencies.bitflags] version = "^2.6" [dependencies.log] version = "^0.4" [dependencies.num_enum] version = "^0.7" [dependencies.visa-rs-proc] version = "^0.6.1" [dependencies.visa-sys] version = "^0.1.7" [dev-dependencies.anyhow] version = "^1" [dev-dependencies.env_logger] version = "^0.10" [dev-dependencies.tokio] version = "^1" features = ["rt-multi-thread"]