tiy-core 0.1.1-rc.26031910

Unified LLM API and stateful Agent runtime in Rust
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 = "tiy-core"
version = "0.1.1-rc.26031910"
authors = ["TiyAgents Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified LLM API and stateful Agent runtime in Rust"
homepage = "https://github.com/TiyAgents/tiy-core"
documentation = "https://docs.rs/tiy-core"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "agent",
    "openai",
    "anthropic",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/TiyAgents/tiy-core"

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

[[bin]]
name = "tiy-catalog-sync"
path = "src/bin/tiy-catalog-sync.rs"

[[example]]
name = "agent_example"
path = "examples/agent_example.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arc-swap]
version = "1.7"

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

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

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

[dependencies.futures]
version = "0.3"

[dependencies.jsonschema]
version = "0.18"

[dependencies.once_cell]
version = "1.19"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
]

[dependencies.reqwest-eventsource]
version = "0.6"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

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

[dev-dependencies.tokio-test]
version = "0.4"

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

[dev-dependencies.wiremock]
version = "0.6"