gaise-api 0.1.1

Axum HTTP server for GAISe — exposes /v1/instruct, /v1/instruct/stream, and /v1/embeddings
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 = "gaise-api"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Axum HTTP server for GAISe — exposes /v1/instruct, /v1/instruct/stream, and /v1/embeddings"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "genai",
    "openai",
    "anthropic",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/ikcore/gaise"
resolver = "2"

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

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

[[test]]
name = "api_tests"
path = "tests/api_tests.rs"

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

[dependencies.axum]
version = "0.7"
features = ["macros"]

[dependencies.axum-extra]
version = "0.9"

[dependencies.futures-util]
version = "0.3"

[dependencies.gaise-client]
version = "0.1.1"

[dependencies.gaise-core]
version = "0.1.1"
package = "gaise"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.http]
version = "1.1"

[dev-dependencies.mime]
version = "0.3"

[dev-dependencies.tower]
version = "0.4"
features = ["util"]