Cargo Features

[dependencies]
darklua = { version = "0.13.0", default-features = false, features = ["tracing", "stacker"] }
default = stacker

The stacker feature is set by default whenever darklua is added without default-features = false somewhere in the dependency tree.

tracing

Enables tracing

stacker default

Enables stacker of full_moon

darklua has 3 features without comments.