stave 0.1.0

A compile-time typestate validation macro for type-safe builders.
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"
name = "stave"
version = "0.1.0"
authors = ["konni332"]
build = false
exclude = ["**/*.stderr"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compile-time typestate validation macro for type-safe builders."
documentation = "https://docs.rs/stave"
readme = "README.md"
keywords = [
    "builder",
    "typestate",
    "proc-macro",
    "compile-time",
    "validation",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/konni332/stave"

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

[dependencies.stave-macros]
version = "0.1"

[dev-dependencies.trybuild]
version = "1"