Cargo Features

[dependencies]
gmsol-programs = { version = "0.4.1-alpha.3", default-features = false, features = ["store", "treasury", "model", "wasm-bindgen"] }
default = store

The store feature is set by default whenever gmsol-programs is added without default-features = false somewhere in the dependency tree.

store default
treasury
model = bitmaps, gmsol-model, time

Affects gmsol-programs::model

wasm-bindgen

Enables wasm-bindgen of optional time

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.

gmsol-model model?
bitmaps model?
time model?