adze-runtime-governance-api 0.1.0

Runtime API facade for parser governance, feature-flag profiles, and BDD reporting.
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 = "2024"
rust-version = "1.92.0"
name = "adze-runtime-governance-api"
version = "0.1.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime API facade for parser governance, feature-flag profiles, and BDD reporting."
homepage = "https://github.com/EffortlessMetrics/adze"
documentation = "https://docs.rs/adze-runtime-governance-api"
readme = "README.md"
keywords = [
    "governance",
    "parser",
    "metadata",
    "bdd",
    "policy",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/adze"
resolver = "2"

[features]
default = []
glr = [
    "pure-rust",
    "adze-runtime-governance/glr",
]
pure-rust = ["adze-runtime-governance/pure-rust"]
strict_api = ["adze-runtime-governance/strict_api"]
strict_docs = ["adze-runtime-governance/strict_docs"]
tree-sitter-c2rust = ["adze-runtime-governance/tree-sitter-c2rust"]
tree-sitter-standard = ["adze-runtime-governance/tree-sitter-standard"]

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

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

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

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

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

[dependencies.adze-runtime-governance]
version = "0.1.0"

[dev-dependencies.proptest]
version = "1.4"