objectiveai-cli 2.2.11

ObjectiveAI CLI: a thin WebSocket client for the resident daemon
# 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 = "objectiveai-cli"
version = "2.2.11"
authors = ["ObjectiveAI <admin@objectiveai.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ObjectiveAI CLI: a thin WebSocket client for the resident daemon"
homepage = "https://objectiveai.dev"
documentation = "https://docs.rs/objectiveai-cli"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "swarm",
    "cli",
]
license = "MIT"
repository = "https://github.com/ObjectiveAI/objectiveai"

[[bin]]
name = "objectiveai"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.objectiveai-sdk]
version = "2.2.11"
features = [
    "cli-executor",
    "lockfile",
]

[dependencies.serde]
version = "1.0.228"

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

[dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
    "io-util",
]