openclaw-cli 0.1.0

Command-line interface for OpenClaw
# 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.85"
name = "openclaw-cli"
version = "0.1.0"
authors = ["OpenClaw Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for OpenClaw"
homepage = "https://github.com/openclaw/openclaw-rs"
documentation = "https://docs.rs/openclaw-cli"
readme = false
keywords = [
    "cli",
    "ai",
    "agents",
    "terminal",
    "assistant",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/openclaw/openclaw-rs"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"
features = ["fuzzy-select"]

[dependencies.dirs]
version = "5"

[dependencies.indicatif]
version = "0.17"

[dependencies.json5]
version = "0.4"

[dependencies.openclaw-agents]
version = "0.1.0"

[dependencies.openclaw-core]
version = "0.1.0"

[dependencies.openclaw-gateway]
version = "0.1.0"

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.which]
version = "7"

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"