crabtalk-command 0.0.15

High-level service command layer for Crabtalk
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-command"
version = "0.0.15"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level service command layer for Crabtalk"
documentation = "https://docs.rs/crabtalk-command"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crabtalk/crabtalk"

[features]
default = []
mcp = [
    "dep:axum",
    "dep:schemars",
    "dep:serde_json",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "query",
    "tokio",
]
optional = true
default-features = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crabtalk-command-codegen]
version = "0.0.15"

[dependencies.dirs]
version = "6"

[dependencies.schemars]
version = "1.1.0"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

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