Cargo Features
[dependencies]
gemini-ai = { version = "0.1.1676", default-features = false, features = ["async", "sync"] }
- default = sync
-
The
sync
feature is set by default whenevergemini-ai
is added without
somewhere in the dependency tree.default-features = false - async = anyhow, async-std, async-tls, tokio
-
Affects
forgetful::forgetFul
,memory::memory
,rag_search::search
… - sync default = native-tls
-
Affects
forgetful::forgetFul
,memory::memory
,rag_search::search
…
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.