Cargo Features

[dependencies]
eval-stack = { version = "0.3.2", default-features = false, features = ["engine", "serde"] }
default = engine

The engine feature is set by default whenever eval-stack is added without default-features = false somewhere in the dependency tree.

engine default = chrono, futures, serde, surrealdb

Affects eval-stack::engine

serde engine

Enables serde

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.

surrealdb engine
chrono engine
futures engine