Cargo Features

[dependencies]
twiggy-parser = { version = "0.7.0", default-features = false, features = ["dwarf"] }
default = dwarf

The dwarf feature is set by default whenever twiggy-parser is added without default-features = false somewhere in the dependency tree.

dwarf default = fallible-iterator, gimli, object, typed-arena

Enables dwarf of twiggy-traits

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.

fallible-iterator dwarf

Enables fallible-iterator ^0.2.0

gimli dwarf

Enables gimli ^0.25.0

object dwarf

Enables object ^0.17.0

typed-arena dwarf