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 wheneverfurtif-core
is added without
somewhere in the dependency tree.default-features = false - 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
-
Enables rkyv ^0.7.44
- silx-types silx
-
Affects
types::f64slx
,types::u128slx
,types::u32slx
…