[package] name = "hanteker_cli" description = "CLI tool to interface with Hantek handheld osilloscope (Hantek 2D42 and 2D72)" version = "0.4.0" edition = "2021" license = "GPL-3.0" repository = "https://github.com/hkoosha/hanteker" categories = ["command-line-utilities"] readme = "README.md" [dependencies] log = "0.4" pretty_env_logger = "0.4" anyhow = "1.0" clap = { version = "3.1", features = ["derive", "suggestions", "wrap_help"] } clap_complete = "3.1" libusb = "0.3" hanteker_lib = { version = "0.4.0", features = ["cli"] } # hanteker_lib = { path = "../hanteker_lib", version = "0.4.0", features = ["cli"] }