a3s-code-core 0.7.1

A3S Code Core - Embeddable AI agent library with tool execution
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 = "a3s-code-core"
version = "0.7.1"
authors = ["A3S Lab Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A3S Code Core - Embeddable AI agent library with tool execution"
readme = false
license = "MIT"
repository = "https://github.com/A3S-Lab/Code"

[features]
context-store = ["walkdir"]
default = []

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

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

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

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

[dependencies.a3s-common]
version = "0.1"

[dependencies.a3s-cron]
version = "0.1"

[dependencies.a3s-lane]
version = "0.2"

[dependencies.a3s-search]
version = "0.6"
default-features = false

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.base64]
version = "0.21"

[dependencies.bytes]
version = "1.5"

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

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.hcl-rs]
version = "0.18"

[dependencies.ignore]
version = "0.4"

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

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shell-words]
version = "1.1"

[dependencies.similar]
version = "2.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "io-util",
    "process",
    "fs",
    "macros",
]

[dependencies.tokio-stream]
version = "0.1"
features = ["net"]

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

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.walkdir]
version = "2.4"
optional = true

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