Cargo Features

[dependencies]
ohkami = { version = "0.19.0", default-features = false, features = ["rt_tokio", "rt_async-std", "rt_worker", "nightly", "sse", "DEBUG", "testing"] }
default = testing

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

rt_tokio

Enables tokio

Affects ohkami::testing

rt_async-std

Enables async-std

Affects ohkami::testing

rt_worker

Enables worker, worker of ohkami_macros

Affects ohkami::utils.unix_timestamp, ohkami::testing

nightly
sse

Enables stream of ohkami_lib

DEBUG

Enables attributes of optional async-std, macros and rt-multi-thread of optional tokio

testing default

Affects ohkami::testing