Cargo Features

AOpt has no features set by default.

[dependencies]
aopt = { version = "0.12.1", features = ["sync", "shell", "log", "serde"] }
sync

Affects ser::Value, aopt::ARef, storer::StoreHandler, validator::ValidatorHandler

shell

Affects aopt::shell

log = tracing
serde

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.

tracing log?