cindy-cli 0.2.0

Managing infrastructure at breakneck speed.
# 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.98.0"
name = "cindy-cli"
version = "0.2.0"
authors = ["Martin Kröner <crates.io@kroner.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Managing infrastructure at breakneck speed."
homepage = "https://cindy.rs"
readme = "README.md"
keywords = [
    "ansible",
    "infrastructure",
    "iac",
    "management",
    "provisioning",
]
license = "GPL-3.0-only"
repository = "https://github.com/cindy-rs/cindy"

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

[dependencies.ansi-to-tui]
version = "8.0.1"

[dependencies.base64]
version = "0.22"

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.cindy]
version = "0.2.0"

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

[dependencies.color-eyre]
version = "0.6"

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

[dependencies.eyre]
version = "0.6"

[dependencies.futures-util]
version = "0.3"

[dependencies.nom]
version = "8.0"

[dependencies.nucleo-matcher]
version = "0.3.1"

[dependencies.openssh]
version = "0.11"

[dependencies.platforms]
version = "3.10"

[dependencies.postcard]
version = "1.1"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.rand]
version = "0.10"

[dependencies.ratatui]
version = "0.30.1"
features = ["crossterm"]
default-features = false

[dependencies.roaring]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

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

[dependencies.tracing]
version = "0.1"

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