clawft-plugin 0.3.1

Plugin trait definitions for clawft
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"
rust-version = "1.93"
name = "clawft-plugin"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin trait definitions for clawft"
homepage = "https://github.com/weave-logic-ai/weftos"
readme = false
keywords = [
    "plugin",
    "traits",
    "ai",
    "agent",
    "extensibility",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/weave-logic-ai/weftos"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["native"]
native = ["dep:tokio-util"]
voice = [
    "voice-vad",
    "voice-wake",
    "dep:tokio",
]
voice-stt = []
voice-tts = []
voice-vad = []
voice-wake = []

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

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

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

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "default-tls",
    "json",
    "multipart",
]
default-features = false

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-util]
version = "0.7"
optional = true

[dependencies.tracing]
version = "0.1"

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