Cargo Features

[dependencies]
deepseek-api = { version = "0.1.1", 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 = futures-util, reqwest
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?
futures-util is_async