automation-structures 0.2.1

Reusable, formally specified building blocks for composing automation systems.
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.95"
name = "automation-structures"
version = "0.2.1"
authors = ["Brian Moore"]
build = false
include = [
    "/src/**",
    "/examples/**",
    "/tests/**",
    "/verification/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/CHANGELOG.md",
    "/CONTRIBUTING.md",
    "/MAINTAINER_ARCHITECTURE.md",
    "/SECURITY.md",
    "/LICENSE-MIT",
    "/LICENSE-APACHE",
    "/deny.toml",
    "/rust-toolchain.toml",
    "/.crate-quality.toml",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable, formally specified building blocks for composing automation systems."
documentation = "https://docs.rs/automation-structures"
readme = "README.md"
keywords = [
    "automation",
    "composition",
    "state-machine",
    "formal-methods",
    "verification",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/brian-c-moore/automation-structures"

[package.metadata.verus]
verify = true

[package.metadata.docs.rs]
all-features = true

[features]
default = []
proof-api = []

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

[[example]]
name = "catalog"
path = "examples/catalog.rs"

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

[dependencies.vstd]
version = "=0.0.0-2026-05-24-0157"

[lints.clippy]
assign_op_pattern = "allow"
if_same_then_else = "allow"
len_zero = "allow"
manual_range_contains = "allow"
missing_errors_doc = "deny"
missing_panics_doc = "deny"
new_without_default = "allow"
ptr_arg = "allow"
redundant_pattern_matching = "allow"
vec_init_then_push = "allow"

[lints.rust]
unsafe_code = "forbid"
warnings = "deny"