Cargo Features
[dependencies]
rabbit-digger = { version = "0.1.1", default-features = false, features = ["local_log", "rd-std"] }
- default = rd-std
-
The
rd-std
feature is set by default wheneverrabbit-digger
is added without
somewhere in the dependency tree.default-features = false - local_log
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.
- rd-std default