Cargo Features
[dependencies]
basyx-rs = { version = "0.2.1", default-features = false, features = ["explorer", "clap"] }
- default = clap
-
The
clap
feature is set by default wheneverbasyx-rs
is added without
somewhere in the dependency tree.default-features = false - explorer
-
Affects
range::Range.min
,range::Range.max
…
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 default
-
Enables clap ^3.0.0-beta.5