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 default-features = false somewhere in the dependency tree.

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