cindy 0.2.1

Managing infrastructure at breakneck speed.
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.98.0"
name = "cindy"
version = "0.2.1"
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"

[features]
orchestrator = []
remote = []

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

[dependencies.anyhow_serde]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.cindy-macros]
version = "0.2.1"

[dependencies.flate2]
version = "1.1.9"
features = ["rust_backend"]
default-features = false

[dependencies.inventory]
version = "0.3"

[dependencies.lzma-rs]
version = "0.3.0"

[dependencies.nix]
version = "0.31"
features = [
    "fs",
    "user",
]

[dependencies.postcard]
version = "1.1"
features = ["alloc"]

[dependencies.ruzstd]
version = "0.8.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sevenz-rust2]
version = "0.21.0"

[dependencies.sha2]
version = "0.11"

[dependencies.similar]
version = "3.1"

[dependencies.tar]
version = "0.4.46"

[dependencies.tempfile]
version = "3.27"

[dependencies.tokio]
version = "1.52"
features = [
    "io-std",
    "io-util",
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.ureq]
version = "3"
features = ["rustls"]
default-features = false

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "serde",
]

[dependencies.zbus_systemd]
version = "0.26000"
features = [
    "systemd1",
    "zbus-async-tokio",
]
default-features = false

[dependencies.zeroize]
version = "1.8"

[dependencies.zip]
version = "8.6.0"
features = ["deflate"]
default-features = false