# 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" name = "rllm" version = "1.1.0" authors = ["Tristan Granier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library unifying multiple LLM backends" homepage = "https://github.com/graniet/rllm" documentation = "https://docs.rs/rllm" readme = "README.md" license = "MIT" repository = "https://github.com/graniet/rllm" [lib] name = "rllm" path = "src/lib.rs" [[example]] name = "anthropic_example" path = "examples/anthropic_example.rs" [[example]] name = "chain_example" path = "examples/chain_example.rs" [[example]] name = "deepseek_example" path = "examples/deepseek_example.rs" [[example]] name = "embedding_example" path = "examples/embedding_example.rs" [[example]] name = "evaluation_example" path = "examples/evaluation_example.rs" [[example]] name = "multi_backend_example" path = "examples/multi_backend_example.rs" [[example]] name = "ollama_example" path = "examples/ollama_example.rs" [[example]] name = "openai_example" path = "examples/openai_example.rs" [[example]] name = "phind_example" path = "examples/phind_example.rs" [[example]] name = "validator_example" path = "examples/validator_example.rs" [[example]] name = "xai_example" path = "examples/xai_example.rs" [dependencies.reqwest] version = "0.12.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies] [features] anthropic = [] deepseek = [] default = [] ollama = [] openai = [] phind = [] xai = []