Cargo Features
[dependencies]
framehop = { version = "0.13.2", default-features = false, features = ["std", "macho", "pe"] }
- default = macho, pe, std
-
These default features are set whenever
framehop
is added without
somewhere in the dependency tree.default-features = false - std default
- macho default = macho-unwind-info
- pe default = pe-unwind-info
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.