Cargo Features
[dependencies]
mouce = { version = "0.2.50", default-features = false, features = ["cli", "x11"] }
- default = x11
-
The
x11
feature is set by default whenevermouce
is added without
somewhere in the dependency tree.default-features = false - cli = clap
-
Required by the binary
- x11 default
-
Affects
nix::x11
…
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.8