Cargo Features

[dependencies]
comfy-color-backtrace = { version = "0.6.0", default-features = false, features = ["gimli-symbolize", "resolve-modules"] }
default = gimli-symbolize

The gimli-symbolize feature is set by default whenever comfy-color-backtrace is added without default-features = false somewhere in the dependency tree.

gimli-symbolize default

Enables gimli-symbolize of backtrace

resolve-modules = regex

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.

regex resolve-modules?