crabtalk 0.0.21

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

[features]
default = ["native-tls"]
native-tls = [
    "reqwest/native-tls",
    "crabllm-provider/native-tls",
]
rustls = [
    "reqwest/rustls",
    "crabllm-provider/rustls",
]

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.command]
version = "0.0.21"
package = "crabtalk-command"

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

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

[dependencies.cron]
version = "0.16"

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

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

[dependencies.memory]
version = "0.0.21"
package = "crabtalk-memory"

[dependencies.parking_lot]
version = "0.12"

[dependencies.plugin]
version = "0.0.21"
package = "crabtalk-plugins"

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "stream",
    "native-tls",
]
default-features = false

[dependencies.runtime]
version = "0.0.21"
package = "crabtalk-runtime"

[dependencies.schemars]
version = "1.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0.12"

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

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.transport]
version = "0.0.21"
package = "crabtalk-transport"

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

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

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.wcore]
version = "0.0.21"
features = ["testing"]
package = "crabtalk-core"