heddle-ci-engine 0.12.0

Local check executor for Heddle CI
# 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"
name = "heddle-ci-engine"
version = "0.12.0"
authors = ["Luke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local check executor for Heddle CI"
readme = false
license = "Apache-2.0"
repository = "https://github.com/HeddleCo/heddle"
resolver = "2"

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

[[test]]
name = "executor"
path = "tests/executor.rs"

[[test]]
name = "result_cache"
path = "tests/result_cache.rs"

[[test]]
name = "result_cache_identity"
path = "tests/result_cache_identity.rs"

[[test]]
name = "service"
path = "tests/service.rs"

[dependencies.blake3]
version = "1"

[dependencies.ci-config]
version = "0.12"
package = "heddle-ci-config"

[dependencies.crypto]
version = "0.12"
package = "heddle-crypto"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.wait-timeout]
version = "0.2"

[target."cfg(unix)".dependencies.libc]
version = "0.2"