MagicStateMachines 0.1.0

Ergonomic typestate wrappers for compiler-enforced state machines with separable contracts
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 = "MagicStateMachines"
version = "0.1.0"
build = false
exclude = [
    ".direnv/",
    ".envrc",
    "devel.nix",
    "flake.lock",
    "flake.nix",
    "test_def/",
    "test_use/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic typestate wrappers for compiler-enforced state machines with separable contracts"
homepage = "https://github.com/sirati/MagicStateMachines"
documentation = "https://docs.rs/MagicStateMachines"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sirati/MagicStateMachines"

[features]
decompose = []
decompose-rand = [
    "decompose",
    "dep:rand",
]
default = []
dynZST = ["dep:dynzst"]
nightly-random = []
tracing = []
unique-rc-arc = []

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

[dependencies.dynzst]
version = "0.1.2"
optional = true

[dependencies.paste]
version = "1.0.15"

[dependencies.rand]
version = "0.9.2"
features = ["os_rng"]
optional = true
default-features = false