Cargo Features

[dependencies]
peekbufread = { version = "0.2.0", default-features = false, features = ["checkpoint"] }
default = checkpoint

The checkpoint feature is set by default whenever peekbufread is added without default-features = false somewhere in the dependency tree.

checkpoint default

peekbufread has 2 features without comments.