Cargo Features

hanteker_lib has no features set by default.

[dependencies]
hanteker_lib = { version = "0.4.0", features = ["gui", "cli"] }
gui = druid
cli = clap

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

clap cli?

Enables clap ^3.1

druid gui?

Enables druid ^0.7