Cargo Features

[dependencies]
framehop = { version = "0.11.1", default-features = false, features = ["std", "macho", "pe", "object"] }
default = macho, pe, std

These default features are set whenever framehop is added without default-features = false somewhere in the dependency tree.

std default = thiserror

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.

object implicit feature

Enables object

object:

A unified interface for reading and writing object file formats

thiserror std
macho-unwind-info macho
pe-unwind-info pe