automation-structures 0.2.1

Reusable, formally specified building blocks for composing automation systems.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"

[[package]]
name = "automation-structures"
version = "0.2.1"
dependencies = [
 "vstd",
]

[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"

[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
 "autocfg",
 "hashbrown",
]

[[package]]
name = "proc-macro2"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "synstructure"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "verus_builtin"
version = "0.0.0-2026-05-17-0151"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab9266bfb5cf45a080f425c560b0e0be2bf81194f0e80258990c49c1829d8b9"

[[package]]
name = "verus_builtin_macros"
version = "0.0.0-2026-05-24-0157"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5028291963009f075fd4fbfa883d176ad108afbeef54e950bc74cef4e1f9e"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
 "verus_prettyplease",
 "verus_syn",
]

[[package]]
name = "verus_prettyplease"
version = "0.0.0-2026-05-24-0157"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6977d81af3e0f2454f24833f2e82f50a0650254190584399d5476587083e51"
dependencies = [
 "proc-macro2",
 "verus_syn",
]

[[package]]
name = "verus_state_machines_macros"
version = "0.0.0-2026-05-24-0157"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23036d788cacd25c4279130ef422124912bc199f351ef5f695d81009622a5458"
dependencies = [
 "indexmap",
 "proc-macro2",
 "quote",
 "verus_syn",
]

[[package]]
name = "verus_syn"
version = "0.0.0-2026-05-24-0157"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0adef4208f95cd6cd0f27404afd9ffbbe3e09677b619a52d3f505ca43fa8f0a2"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "vstd"
version = "0.0.0-2026-05-24-0157"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eef08139d238dfe8c1081513849f76136280c5699af0f88ad18dd95b3f72cfe0"
dependencies = [
 "verus_builtin",
 "verus_builtin_macros",
 "verus_state_machines_macros",
]