Cargo Features

secret-toolkit-incubator has no features set by default.

[dependencies]
secret-toolkit-incubator = { version = "0.10.0", features = ["generational-store", "maxheap"] }
generational-store = cosmwasm-std, secret-toolkit-serialization, serde

Affects secret-toolkit-incubator::generational_store

maxheap = cosmwasm-std, secret-toolkit-serialization, serde

Affects secret-toolkit-incubator::maxheap

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.

serde generational-store? maxheap?
cosmwasm-std generational-store? maxheap?

Enables secret-cosmwasm-std

secret-toolkit-serialization generational-store? maxheap?