rigg-core 1.4.3

Core resource types, configuration, and JSON normalization for rigg
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.85"
name = "rigg-core"
version = "1.4.3"
authors = ["Kristofer Liljeblad <kristofer@mklab.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core resource types, configuration, and JSON normalization for rigg"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mklab-se/rigg"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "5.0"

[dependencies.glob]
version = "0.3"

[dependencies.handlebars]
version = "6.0"

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

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

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

[dependencies.serde_yaml]
version = "0.10"
package = "serde_yaml_ng"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2.5"

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