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 default-features = false somewhere in the dependency tree.

std default

Enables std of arrayvec and gimli

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.

macho-unwind-info macho
pe-unwind-info pe