sykli 0.5.3

CI pipelines defined in Rust instead of YAML
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 = "2021"
rust-version = "1.80"
name = "sykli"
version = "0.5.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CI pipelines defined in Rust instead of YAML"
homepage = "https://github.com/yairfalse/sykli"
documentation = "https://docs.rs/sykli"
readme = "README.md"
keywords = [
    "ci",
    "pipeline",
    "build",
    "automation",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/yairfalse/sykli"

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

[[example]]
name = "01-basic"
path = "examples/01-basic/main.rs"

[[example]]
name = "02-caching"
path = "examples/02-caching/main.rs"

[[example]]
name = "03-containers"
path = "examples/03-containers/main.rs"

[[example]]
name = "04-templates"
path = "examples/04-templates/main.rs"

[[example]]
name = "05-composition"
path = "examples/05-composition/main.rs"

[[example]]
name = "06-matrix"
path = "examples/06-matrix/main.rs"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"