rust-genai-types 0.2.0

Shared types for the Rust Gemini SDK
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88"
name = "rust-genai-types"
version = "0.2.0"
authors = ["Rust Gemini SDK Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types for the Rust Gemini SDK"
homepage = "https://github.com/rust-genai/rust-genai"
documentation = "https://docs.rs/rust-genai-types"
readme = "README.md"
keywords = [
    "gemini",
    "ai",
    "google",
    "llm",
    "api",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/rust-genai/rust-genai"

[features]
default = []
mcp = ["dep:rmcp"]

[lib]
name = "rust_genai_types"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.rmcp]
version = "0.12"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"