Cargo Features
[dependencies]
wit_owo = { version = "0.1.8", default-features = false, features = ["blocking", "async", "server", "lingua"] }
- default = async
-
The
async
feature is set by default wheneverwit_owo
is added without
somewhere in the dependency tree.default-features = false - blocking
-
Enables blocking of reqwest ^0.11.22
Affects
client::blocking
,dictation::blocking
,language::blocking
,message::blocking
,entities::blocking
,server::blocking
… - async default
-
Enables tokio
- server
-
Affects
model::server
… - lingua
-
Enables lingua
Affects
client::MultiLingualClient
…