Cargo Features

[dependencies]
furtif-core = { version = "0.1.2", default-features = false, features = ["silx", "verbose1", "verbose2", "verbose3", "verbose4"] }
default = silx

The silx feature is set by default whenever furtif-core is added without default-features = false somewhere in the dependency tree.

silx default = rkyv, serde, silx-types
verbose1 verbose2?
verbose2 verbose3? = verbose1
verbose3 verbose4? = verbose2
verbose4 = verbose3

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.

serde silx
rkyv silx
silx-types silx

Affects types::f64slx, types::u128slx, types::u32slx