Cargo Features

[dependencies]
driftdb-worker = { version = "0.1.4", default-features = false, features = ["fetch-event", "console_error_panic_hook"] }
default = console_error_panic_hook, fetch-event

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

fetch-event default

Affects driftdb-worker::main

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.

console_error_panic_hook default