[package]
edition = "2021"
rust-version = "1.63"
name = "gate-contract"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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."
homepage = "https://aiwebsitepipeline.com/"
documentation = "https://docs.rs/gate-contract"
readme = "README.md"
keywords = [
"pipeline",
"gate",
"fail-closed",
"contract",
"validation",
]
categories = [
"development-tools",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/theluckystrike/gate-contract-rs"
[lib]
name = "gate_contract"
path = "src/lib.rs"
[dependencies]