Cargo Features

[dependencies]
fusio-log = { version = "0.3.5", default-features = false, features = ["aws", "bytes", "tokio", "tokio-http", "web", "web-http"] }
default = aws, bytes, tokio, tokio-http

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

aws default

Enables aws of fusio and fusio-dispatch

bytes default

Enables bytes

tokio default

Enables tokio of fusio and fusio-dispatch

tokio-http default

Enables tokio-http of fusio

web

Enables opfs of fusio and fusio-dispatch

web-http

Enables wasm-http of fusio

fusio-log has 7 features without comments.