[package] name = "gemini_sdk" version = "0.1.0" edition = "2021" authors = ["paoloposso "] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/paoloposso/gemini_rs" description = "Types and functions to interact with Gemini AI API" [dependencies] reqwest = { version = "0.12.9", features = ["json"] } tokio = { version = "1.41.0", features = ["full"] } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" anyhow = "1.0.91" dotenv = "0.15.0"