# 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 = "hanteker_lib" version = "0.4.0" description = "Library to interface with Hantek handheld osilloscope (Hantek 2D42 and 2D72)" license = "GPL-3.0" repository = "https://github.com/hkoosha/hanteker" [dependencies.clap] version = "3.1" features = ["derive"] optional = true [dependencies.druid] version = "0.7" optional = true [dependencies.libusb] version = "0.3" [dependencies.log] version = "0.4" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [features] cli = ["clap"] default = [] gui = ["druid"]