[package]
edition = "2021"
name = "benchgecko"
version = "0.1.2"
authors = ["BenchGecko <hello@benchgecko.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for BenchGecko -- compare LLM benchmarks, estimate inference costs, and explore AI model performance data across hundreds of providers."
homepage = "https://benchgecko.ai"
documentation = "https://docs.rs/benchgecko"
readme = "README.md"
keywords = [
"ai",
"benchmarks",
"llm",
"pricing",
"models",
]
categories = [
"data-structures",
"web-programming",
]
license = "MIT"
repository = "https://github.com/BenchGecko/benchgecko-rust"
[lib]
name = "benchgecko"
path = "src/lib.rs"