Cargo Features

[dependencies]
dittolive-ditto = { version = "4.7.1", default-features = false, features = ["fs-storage", "in-memory-storage", "timeseries"] }

Note: you'll probably need to update internal/Cargo.toml as well.

default = timeseries

These default features are set whenever dittolive-ditto is added without default-features = false somewhere in the dependency tree.

Enables dittolive-ditto-sys

fs-storage

Enables fs-storage of dittolive-ditto-sys

in-memory-storage

Enables in-memory-storage of dittolive-ditto-sys

timeseries default = chrono

Affects store::timeseries

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.

Note: you'll probably need to update internal/Cargo.toml as well.

chrono timeseries