[package]
name = "gate-contract"
version = "0.1.1"
edition = "2021"
rust-version = "1.63"
description = "Fail-closed gate contracts for staged build pipelines: a blocking gate that fails halts the run, and one that cannot be evaluated halts it too."
license = "MIT OR Apache-2.0"
homepage = "https://aiwebsitepipeline.com/"
documentation = "https://docs.rs/gate-contract"
repository = "https://github.com/theluckystrike/gate-contract-rs"
readme = "README.md"
keywords = ["pipeline", "gate", "fail-closed", "contract", "validation"]
categories = ["development-tools", "data-structures"]
[dependencies]