[package]
edition = "2021"
rust-version = "1.93"
name = "statum-core"
version = "0.6.6"
authors = ["Eran Boodnero <eran@eran.codes>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types for representing legal workflow and protocol states explicitly in Rust"
documentation = "https://docs.rs/statum-core"
readme = "README.md"
keywords = [
"typestate",
"correctness",
"workflow",
"protocol",
"state-machine",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/eboody/statum"
[package.metadata.modum]
weak_modules = [
"storage",
"transport",
"infra",
"common",
"misc",
"helpers",
"helper",
"types",
"util",
"utils",
"projection",
"can",
]
[lib]
name = "statum_core"
path = "src/lib.rs"
[dependencies.linkme]
version = "0.3"