Cargo Features
[dependencies]
deepseek-api = { version = "0.1.0-alpha.3", default-features = false, features = ["is_async", "is_sync"] }
- default = is_async
-
The
is_async
feature is set by default wheneverdeepseek-api
is added without
somewhere in the dependency tree.default-features = false - is_async default = async-stream, futures-util, reqwest, tokio, tokio-stream, tokio-util
- is_sync
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.