hyperinfer-core 0.1.1

Core types and traits for HyperInfer LLM Gateway
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 = "2021"
name = "hyperinfer-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for HyperInfer LLM Gateway"
homepage = "https://github.com/AndroZa0812/HyperInfer"
documentation = "https://docs.rs/hyperinfer-core"
readme = "README.md"
keywords = [
    "llm",
    "gateway",
    "ai",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/AndroZa0812/HyperInfer"
resolver = "3"

[features]
test-mocks = ["mockall"]

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

[[test]]
name = "rate_limiting-integration"
path = "tests/rate_limiting-integration.rs"

[[test]]
name = "telemetry-integration"
path = "tests/telemetry-integration.rs"

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

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

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

[dependencies.mockall]
version = "0.14"
optional = true

[dependencies.redis]
version = "1.2"
features = [
    "aio",
    "tokio-comp",
    "connection-manager",
]

[dependencies.reqwest]
version = "0.13.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.9"
features = ["postgres"]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.mockall]
version = "0.14"

[dev-dependencies.testcontainers]
version = "0.27"

[dev-dependencies.testcontainers-modules]
version = "0.15"
features = [
    "postgres",
    "redis",
]

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt-multi-thread",
]

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