Cargo Features

[dependencies]
shrimplang = { version = "0.1.0", default-features = false, features = ["with-file-history", "debug"] }
default = with-file-history

The with-file-history feature is set by default whenever shrimplang is added without default-features = false somewhere in the dependency tree.

with-file-history default
debug

shrimplang has 3 features without comments.