Cargo Features

[dependencies]
externref-cli = { version = "0.3.0-beta.1", default-features = false, features = ["tracing"] }
default = tracing

The tracing feature is set by default whenever externref-cli is added without default-features = false somewhere in the dependency tree.

tracing default = tracing-subscriber

Enables tracing output during program execution.

Enables tracing of externref

Internal dependencies

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.

tracing-subscriber tracing