cortiq-server 0.5.76

OpenAI-compatible HTTP serving for CMF models, built on the cortiq inference engine.
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"
rust-version = "1.85"
name = "cortiq-server"
version = "0.5.76"
authors = ["Oleg Kirichenko <urevich55@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAI-compatible HTTP serving for CMF models, built on the cortiq inference engine."
homepage = "https://github.com/infosave2007/cmf"
readme = "README.md"
keywords = [
    "llm",
    "inference",
    "quantization",
    "model-format",
    "gpu",
]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/infosave2007/cmf"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
features = ["ws"]

[dependencies.axum-extra]
version = "0.10"
features = ["typed-header"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.cortiq-core]
version = "0.5.65"

[dependencies.cortiq-engine]
version = "0.5.65"

[dependencies.cortiq-net]
version = "0.5.65"

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tower]
version = "0.5"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = ["v4"]