Cargo Features

[dependencies]
stv-rs = { version = "0.3.0", default-features = false, features = ["checked_i64"] }
default = checked_i64

The checked_i64 feature is set by default whenever stv-rs is added without default-features = false somewhere in the dependency tree.

checked_i64 default

STV-rs has 2 features without comments.