Cargo Features
[dependencies]
ferrunix = { version = "0.3.2", default-features = false, features = ["multithread", "derive", "tokio", "tracing"] }
- default = derive
-
The
derive
feature is set by default wheneverferrunix
is added without
somewhere in the dependency tree.default-features = false - multithread
-
Enables multithread of ferrunix-core
- derive default
-
Enables ferrunix-macros
- tokio
-
Enables tokio of ferrunix-core and optional ferrunix-macros
- tracing
-
Enables tracing of ferrunix-core
Ferrunix has 5 features without comments.