problems99 0.4.0

AI-native CLI for issue/PR context retrieval across Jira, GitLab, GitHub, and Bitbucket, with structured output for humans and AI agents.
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 = "problems99"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-native CLI for issue/PR context retrieval across Jira, GitLab, GitHub, and Bitbucket, with structured output for humans and AI agents."
readme = "README.md"
license = "Apache-2.0"

[features]
default = ["telemetry-otel"]
telemetry-otel = [
    "dep:opentelemetry",
    "dep:opentelemetry-otlp",
    "dep:opentelemetry_sdk",
    "dep:tracing-opentelemetry",
    "dep:reqwest-tracing",
]

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

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

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.opentelemetry]
version = "0.31"
optional = true

[dependencies.opentelemetry-otlp]
version = "0.31"
features = [
    "trace",
    "http-proto",
    "reqwest-client",
]
optional = true
default-features = false

[dependencies.opentelemetry_sdk]
version = "0.31"
features = [
    "rt-tokio",
    "experimental_trace_batch_span_processor_with_async_runtime",
]
optional = true

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "rustls",
    "http2",
    "gzip",
    "brotli",
    "zstd",
]
default-features = false

[dependencies.reqwest-middleware]
version = "0.5.1"
features = [
    "json",
    "query",
]

[dependencies.reqwest-tracing]
version = "0.7.0"
features = ["opentelemetry_0_31"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.toml]
version = "1.0.3"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.32"
optional = true

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

[dev-dependencies.serde_json]
version = "1"