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
somewhere in the dependency tree.default-features = false - 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
fusio-log has 7 features without comments.