# 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" rust-version = "1.63" name = "f289ctrl" version = "0.1.0" description = "Communication library for Fluke 289 digital multimeter" homepage = "https://github.com/cytrinox/f289ctrl" readme = "README.md" keywords = [ "fluke", "dmm", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/cytrinox/f289ctrl" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.3.0" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.4" features = [ "cargo", "string", ] [dependencies.futures] version = "0.3.25" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.24.2" features = ["full"] [dependencies.tokio-serial] version = "5.4.1" [dependencies.tokio-util] version = "0.7.4" features = ["codec"]