statum 0.8.10

Represent workflow and protocol state correctly in Rust by making invalid states unrepresentable
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 = "2021"
rust-version = "1.93"
name = "statum"
version = "0.8.10"
authors = ["Eran Boodnero <eran@eran.codes>"]
build = false
include = [
    "/src/**",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Represent workflow and protocol state correctly in Rust by making invalid states unrepresentable"
documentation = "https://docs.rs/statum"
readme = "README.md"
keywords = [
    "typestate",
    "correctness",
    "workflow",
    "protocol",
    "state-machine",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/eboody/statum"

[package.metadata.modum]
generic_nouns = [
    "Id",
    "Repository",
    "Service",
    "Command",
    "Request",
    "Response",
]
weak_modules = ["can"]

[features]
default = []
strict-introspection = ["statum-macros/strict-introspection"]

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

[dependencies.statum-core]
version = "0.8.10"

[dependencies.statum-macros]
version = "0.8.10"

[dev-dependencies.tokio]
version = "1"
features = ["full"]