rsclaw-cap 0.1.0

Cap crate for RsClaw — internal workspace crate, not for direct use
# 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"
rust-version = "1.91"
name = "rsclaw-cap"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cap crate for RsClaw — internal workspace crate, not for direct use"
readme = false
license = "MIT OR Apache-2.0"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.cap-rs]
version = "0.1.1"
features = [
    "stream-json",
    "codex",
    "acp",
]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.rsclaw-config]
version = "0.1.0"

[dependencies.rsclaw-events]
version = "0.1.0"

[dependencies.rsclaw-i18n]
version = "0.1.0"

[dependencies.rsclaw-memory]
version = "0.1.0"

[dependencies.rsclaw-types]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

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

[dependencies.tracing]
version = "0.1"

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