crabtalk-model 0.0.16

Crabtalk LLM provider implementations
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 = "crabtalk-model"
version = "0.0.16"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crabtalk LLM provider implementations"
documentation = "https://docs.rs/crabtalk-model"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "ai",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/crabtalk/crabtalk"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crabllm-core]
version = "0.0.10"

[dependencies.crabllm-provider]
version = "0.0.10"

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

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

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "stream",
    "rustls-no-provider",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "io-util",
    "io-std",
    "net",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.wcore]
version = "0.0.16"
package = "crabtalk-core"