fox-core 0.2.0

Modern Ansible replacement
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 = "fox-core"
version = "0.2.0"
authors = ["Martin Kröner"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modern Ansible replacement"
homepage = "https://git.kroner.dev/kroner/fox"
readme = false
keywords = [
    "ansible",
    "infrastructure",
    "iac",
    "management",
    "provisioning",
]
license = "MIT OR Apache-2.0"
repository = "https://git.kroner.dev/kroner/fox"

[features]
orchestrator = []
remote = []

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

[dependencies.anyhow_serde]
version = "1.0"

[dependencies.askama]
version = "0.16"

[dependencies.fox-macros]
version = "0.2.0"

[dependencies.inventory]
version = "0.3"

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

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

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

[dependencies.tempfile]
version = "3.27"

[dependencies.thiserror]
version = "2.0"

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

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