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 whenever ferrunix is added without default-features = false somewhere in the dependency tree.

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.