devboy-cli 0.27.0

Command-line interface for devboy-tools — `devboy` binary. Primary distribution is npm (@devboy-tools/cli); `cargo install devboy-cli` is the secondary channel.
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"
rust-version = "1.87"
name = "devboy-cli"
version = "0.27.0"
authors = ["Meteora <dev@meteora.pro>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for devboy-tools — `devboy` binary. Primary distribution is npm (@devboy-tools/cli); `cargo install devboy-cli` is the secondary channel."
homepage = "https://devboy.pro"
readme = "README.md"
keywords = [
    "devboy",
    "ai-agents",
    "cli",
    "mcp",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/meteora-pro/devboy-tools"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
sentry = [
    "devboy-core/sentry",
    "dep:sentry-tracing",
    "dep:sentry",
]

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap-markdown]
version = "0.1"

[dependencies.devboy-clickup]
version = "0.27.0"

[dependencies.devboy-confluence]
version = "0.27.0"

[dependencies.devboy-core]
version = "0.27.0"

[dependencies.devboy-executor]
version = "0.27.0"

[dependencies.devboy-fireflies]
version = "0.27.0"

[dependencies.devboy-format-pipeline]
version = "0.27.0"

[dependencies.devboy-github]
version = "0.27.0"

[dependencies.devboy-gitlab]
version = "0.27.0"

[dependencies.devboy-jira]
version = "0.27.0"

[dependencies.devboy-mcp]
version = "0.27.0"

[dependencies.devboy-skills]
version = "0.27.0"

[dependencies.devboy-slack]
version = "0.27.0"

[dependencies.devboy-storage]
version = "0.27.0"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6.0"

[dependencies.flate2]
version = "1.1"

[dependencies.futures]
version = "0.3"

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

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

[dependencies.sentry]
version = "0.35"
features = [
    "rustls",
    "reqwest",
    "tracing",
    "panic",
    "backtrace",
    "contexts",
]
optional = true
default-features = false

[dependencies.sentry-tracing]
version = "0.35"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tar]
version = "0.4"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.zip]
version = "8.4"

[dev-dependencies.httpmock]
version = "0.8"

[dev-dependencies.temp-env]
version = "0.3"
features = ["async_closure"]

[dev-dependencies.tempfile]
version = "3.15"

[dev-dependencies.tokio]
version = "1.43"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[build-dependencies.chrono]
version = "0.4"

[lints.rust]
unsafe_code = "forbid"