automation-structures 0.1.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.1.1"
authors = ["Brian Moore"]
build = false
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"
repository = "https://github.com/brian-c-moore/automation-structures"

[package.metadata.verus]
verify = true

[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-08-23-0033"

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

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