crabtalk-client 0.0.11

Minimal Discord bot 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-client"
version = "0.0.11"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal Discord bot for crabtalk"
documentation = "https://docs.rs/crabtalk-client"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "ai",
    "discord",
]
license = "GPL-3.0"
repository = "https://github.com/crabtalk/crabtalk"

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

[[bin]]
name = "crabtalk-client"
path = "src/bin/main.rs"

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

[dependencies.crabtalk-command]
version = "0.0.11"

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

[dependencies.serenity]
version = "0.12"
features = [
    "client",
    "gateway",
    "model",
    "rustls_backend",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

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

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