sova-ai 0.1.0

AISDK-powered language models for Sova (chat, tools, stream, fake)
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 = "sova-ai"
version = "0.1.0"
authors = ["Pavel Kuzmin <Virus191288@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AISDK-powered language models for Sova (chat, tools, stream, fake)"
homepage = "https://s00d.github.io/sova/"
documentation = "https://docs.rs/sova-ai"
readme = "README.md"
keywords = [
    "http",
    "web",
    "framework",
    "async",
    "ai",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/s00d/sova"

[features]
anthropic = ["aisdk/anthropic"]
deepseek = ["aisdk/deepseek"]
default = []
full = ["aisdk/full"]
google = ["aisdk/google"]
groq = ["aisdk/groq"]
mistral = ["aisdk/mistral"]
openai = ["aisdk/openai"]
openaicompatible = ["aisdk/openaicompatible"]
openrouter = ["aisdk/openrouter"]
prompt = ["aisdk/prompt"]
xai = ["aisdk/xai"]

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

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

[dependencies.aisdk]
version = "0.5.2"
default-features = true

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

[dependencies.futures-util]
version = "0.3"
features = [
    "std",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sova-core]
version = "0.1.5"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.http]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.sova-core]
version = "0.1.5"
features = ["testing"]

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