quelch 0.12.0

Ingest data from Jira, Confluence, and more directly into Azure AI Search
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.95.0"
name = "quelch"
version = "0.12.0"
authors = ["Kristofer Liljeblad <kristofer@mklab.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ingest data from Jira, Confluence, and more directly into Azure AI Search"
readme = "README.md"
keywords = [
    "azure",
    "search",
    "jira",
    "confluence",
    "ingest",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/mklab-se/quelch"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/quelch-v{ version }-{ target }.{ archive-format }"
bin-dir = "quelch{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

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

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

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

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

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

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

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

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

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

[dependencies.ailloy]
version = "0.7.2"
features = ["config-tui"]
default-features = false

[dependencies.anyhow]
version = "1.0"

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

[dependencies.axum]
version = "0.8"
features = ["macros"]

[dependencies.azure_core]
version = "0.21"

[dependencies.azure_data_cosmos]
version = "0.21"

[dependencies.azure_identity]
version = "0.21"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.colored]
version = "2.1"

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.handlebars]
version = "6"

[dependencies.humantime]
version = "2"

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.inquire]
version = "0.7"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.reqwest-middleware]
version = "0.3"

[dependencies.reqwest-retry]
version = "0.6"

[dependencies.rigg-client]
version = "0.16.2"

[dependencies.rigg-core]
version = "0.16.2"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shellexpand]
version = "3"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.toml]
version = "0.8"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "trace",
    "cors",
]

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.assert_cmd]
version = "2"

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

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

[dev-dependencies.wiremock]
version = "0.6"