# 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_cli" version = "0.4.0" description = "CLI tool to interface with Hantek handheld osilloscope (Hantek 2D42 and 2D72)" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/hkoosha/hanteker" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.1" features = ["derive", "suggestions", "wrap_help"] [dependencies.clap_complete] version = "3.1" [dependencies.hanteker_lib] version = "0.4.0" features = ["cli"] [dependencies.libusb] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4"