Cargo Features

[dependencies]
sikula = { version = "0.4.4", default-features = false, features = ["spill-stack", "sea-orm", "time"] }
default = spill-stack, time

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

spill-stack default

Enables spill-stack of chumsky

chumsky:

Allows deeper recursion by dynamically spilling stack state on to the heap.

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.

sea-orm implicit feature

Enables sea-orm

sea-orm:

🐚 An async & dynamic ORM for Rust

Affects sikula::sea_orm

time default