Cargo Features

[dependencies]
bugstalker = { version = "0.1.5", default-features = false, features = ["libunwind", "int_test"] }
default = libunwind

The libunwind feature is set by default whenever bugstalker is added without default-features = false somewhere in the dependency tree.

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.

unwind libunwind