Cargo Features
Saft-sdf has no features set by default.
[dependencies]
saft-sdf = { version = "0.2.1", features = ["with_opcode_derives", "with_arbitrary", "with_serde", "with_speedy", "libm"] }
- default
-
These default features are set whenever
saft-sdf
is added without
somewhere in the dependency tree.default-features = false - with_opcode_derives = num_enum
- with_arbitrary = arbitrary
- with_serde = serde
-
Enables with_serde of macaw
- with_speedy = speedy
- libm
-
Enables libm of macaw and num-traits
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.