# 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-device-handler" version = "1.1.0" authors = ["LiorBuch"] description = "a crate to handle NI-VISA connections and simplify its use." readme = "README.md" keywords = [ "dll", "so", "visa", "ni-visa", ] license = "MIT" repository = "https://github.com/LiorBuch/VisaDeviceHandler" [dependencies.dlopen2] version = "0.7.0" [dependencies.mutex_logger] version = "1.0.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [features] all = [ "mutex_map", "map", ] core = [] default = ["core"] map = [] mutex_map = []