objectiveai-api 0.1.3

ObjectiveAI API Server
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 = "2024"
name = "objectiveai-api"
version = "0.1.3"
authors = ["ObjectiveAI <admin@objective-ai.io>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ObjectiveAI API Server"
homepage = "https://objective-ai.io"
documentation = "https://docs.rs/objectiveai-api"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "ensemble",
]
license = "MIT"
repository = "https://github.com/ObjectiveAI/objectiveai"
resolver = "1"

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

[[bin]]
name = "objectiveai-api"
path = "src/main.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.axum]
version = "0.8.4"

[dependencies.backoff]
version = "0.4.0"
features = ["tokio"]

[dependencies.dashmap]
version = "6.1.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.either]
version = "1.15.0"

[dependencies.envconfig]
version = "0.11.0"

[dependencies.eventsource-stream]
version = "0.2.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.indexmap]
version = "2.2.3"
features = ["serde"]

[dependencies.json-escape]
version = "0.3.1"

[dependencies.objectiveai]
version = "0.1.3"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "charset",
    "http2",
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.reqwest-eventsource]
version = "0.6.0"

[dependencies.rust_decimal]
version = "1.39.0"
features = [
    "macros",
    "serde-float",
    "rand",
    "maths",
]

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

[dependencies.serde_json]
version = "1.0.140"
features = ["preserve_order"]

[dependencies.serde_path_to_error]
version = "0.1.17"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.45.0"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
]

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.tower-http]
version = "0.6.4"
features = ["cors"]

[dependencies.uuid]
version = "1.16.0"
features = [
    "v4",
    "serde",
]