objectiveai-cli 2.0.5

ObjectiveAI command-line interface and embeddable library
# 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.0.5"
authors = ["ObjectiveAI <admin@objectiveai.dev>"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ObjectiveAI command-line interface and embeddable library"
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"

[features]
claude-agent-sdk = ["objectiveai-api/claude-agent-sdk"]
default = [
    "viewer",
    "rustpython",
    "systempython",
    "claude-agent-sdk",
    "updater",
]
rustpython = ["dep:rustpython"]
systempython = []
updater = ["dep:semver"]
viewer = []

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

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

[[test]]
name = "agent_completion_snapshots"
path = "tests/agent_completion_snapshots.rs"

[[test]]
name = "cli_test_util"
path = "tests/cli_test_util.rs"

[[test]]
name = "function_execution_snapshots"
path = "tests/function_execution_snapshots.rs"

[[test]]
name = "function_invention_recursive_snapshots"
path = "tests/function_invention_recursive_snapshots.rs"

[[test]]
name = "plugin_dispatch_e2e"
path = "tests/plugin_dispatch_e2e.rs"

[dependencies.base62]
version = "2.2.4"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.dotenv]
version = "0.15.0"

[dependencies.envconfig]
version = "0.11.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.objectiveai-api]
version = "2.0.5"
features = ["orchestrator-bollard"]
default-features = false

[dependencies.objectiveai-cli-sdk]
version = "2.0.5"

[dependencies.objectiveai-sdk]
version = "2.0.5"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "charset",
    "http2",
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.rustpython]
version = "0.4.0"
optional = true

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

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.thiserror]
version = "2.0.18"

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

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