Cargo Features

[dependencies]
asimov-brightdata-module = { version = "0.0.2", default-features = false, features = ["std", "all", "tracing", "unstable"] }
default = all, std

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

std default

Enables fmt and std of optional tracing-subscriber and std of asimov-module, clientele, and serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

all default = tracing
tracing all

Enables tracing-subscriber

unstable

asimov-brightdata-module has 5 features without comments.