Cargo Features
[dependencies]
bugstalker = { version = "0.2.4", default-features = false, features = ["libunwind", "int_test"] }
- default = libunwind
-
The
libunwind
feature is set by default wheneverbugstalker
is added without
somewhere in the dependency tree.default-features = false - libunwind default = unwind
- int_test
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.