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 whenever deepseek-api is added without default-features = false somewhere in the dependency tree.

is_async default = async-stream, futures-util, reqwest, tokio, tokio-stream, tokio-util
is_sync

Enables blocking of reqwest

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.

reqwest is_async is_sync?
tokio is_async
tokio-stream is_async
async-stream is_async
tokio-util is_async
futures-util is_async