gate-contract 0.1.1

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.
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.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]