Cargo Features
[dependencies]
tallystick = { version = "0.4.3", default-features = false, features = ["nightly", "rational", "serde"] }
- default = nightly, serde
-
These default features are set whenever
tallystick
is added without
somewhere in the dependency tree.default-features = false - nightly default
-
Affects
tallystick::stv
,tallystick::schulze
,tallystick::borda
,tallystick::irv
… - rational = num-rational
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.
- num-rational rational?
- serde default