Cargo Features

[dependencies]
gemini-ai = { version = "0.1.1682", default-features = false, features = ["async", "sync"] }
default = sync

The sync feature is set by default whenever gemini-ai is added without default-features = false somewhere in the dependency tree.

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.

native-tls sync
tokio async?
async-std async?
anyhow async?
async-tls async?