hyperinfer-router 0.1.0

Intelligent request routing engine for HyperInfer
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-router"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intelligent request routing engine for HyperInfer"
homepage = "https://github.com/AndroZa0812/HyperInfer"
documentation = "https://docs.rs/hyperinfer-router"
readme = "README.md"
keywords = [
    "llm",
    "gateway",
    "routing",
    "load-balancing",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/AndroZa0812/HyperInfer"
resolver = "3"

[features]
default = []

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

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

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

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

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.hex]
version = "0.4"

[dependencies.hyperinfer-core]
version = "0.1.1"

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = [
    "sync",
    "rt",
    "macros",
    "time",
]

[dependencies.tracing]
version = "0.1"

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

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

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

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