Cargo Features

[dependencies]
ohkami = { version = "0.17.1", default-features = false, features = ["rt_tokio", "rt_async-std", "rt_worker", "nightly", "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 ^0.1.0

Affects request::Request.env, request::Request.ctx, ohkami::testing

nightly
DEBUG

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

testing default

Affects ohkami::testing