agentic-server-core 0.1.0

Framework-agnostic core library for agentic-api
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 = "agentic-server-core"
version = "0.1.0"
build = false
exclude = [
    "agentic_api.db*",
    "benches/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework-agnostic core library for agentic-api"
readme = false
license = "Apache-2.0"
repository = "https://github.com/vllm-project/agentic-api"

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

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

[dependencies.bytes]
version = "1"

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

[dependencies.either]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.indexmap]
version = "2"

[dependencies.reqwest]
version = "0.12"
features = [
    "default-tls",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "any",
    "migrate",
    "sqlite",
    "postgres",
]

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v7",
    "serde",
]

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

[dev-dependencies.criterion]
version = "0.5"
features = ["async_tokio"]

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.serde_yml]
version = "0.0.12"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "full",
]

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"