Cargo Features

[dependencies]
basyx-rs = { version = "0.2.1", default-features = false, features = ["explorer", "clap"] }
default = clap

The clap feature is set by default whenever basyx-rs is added without default-features = false somewhere in the dependency tree.

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