pr4xis 0.6.0

Prove your domain is correct — ontology-driven rule enforcement with category theory, logical composition, and runtime state machines
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"
name = "pr4xis"
version = "0.6.0"
authors = ["i-am-logger"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prove your domain is correct — ontology-driven rule enforcement with category theory, logical composition, and runtime state machines"
homepage = "https://github.com/i-am-logger/pr4xis"
readme = false
keywords = [
    "ontology",
    "category-theory",
    "enforcement",
    "state-machine",
    "formal-methods",
]
license = "CC-BY-NC-SA-4.0"
repository = "https://github.com/i-am-logger/pr4xis"

[features]
codegen = ["dep:quick-xml"]

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

[dependencies.pr4xis-derive]
version = "0.1.0"

[dependencies.quick-xml]
version = "0.37"
features = ["serialize"]
optional = true

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