rigg 0.16.2

Configuration-as-code CLI for Azure AI Search and Microsoft Foundry
# 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 = "rigg"
version = "0.16.2"
authors = ["Kristofer Liljeblad <kristofer@mklab.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration-as-code CLI for Azure AI Search and Microsoft Foundry"
readme = "README.md"
keywords = [
    "azure",
    "search",
    "ai",
    "configuration",
    "devops",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mklab-se/rigg"
resolver = "2"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.colored]
version = "2.1"

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

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

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

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

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

[dependencies.rmcp]
version = "0.16"
features = [
    "server",
    "transport-io",
]

[dependencies.schemars]
version = "1.2"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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