gh-workflow 0.9.0

A type-safe GitHub Actions workflow generator
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"
name = "gh-workflow"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A type-safe GitHub Actions workflow generator"
homepage = "https://github.com/tailcallhq/gh-workflow"
documentation = "https://docs.rs/gh-workflow"
readme = "README.md"
keywords = [
    "github",
    "actions",
    "workflow",
    "generator",
]
license = "Apache-2.0"
repository = "https://github.com/tailcallhq/gh-workflow"

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

[[test]]
name = "test-workflow"
path = "tests/test-workflow.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.derive_more]
version = "2.0.1"
features = [
    "from",
    "deref",
    "deref_mut",
]

[dependencies.derive_setters]
version = "0.1.8"

[dependencies.gh-workflow-macros]
version = "0.9.0"

[dependencies.indexmap]
version = "2.12.0"
features = ["serde"]

[dependencies.merge]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yml]
version = "0.0.13"

[dependencies.strum_macros]
version = "0.28.0"

[dev-dependencies.insta]
version = "1.43.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[lints.clippy]
use_self = "warn"