statum-graph 0.7.0

Static graph export for Statum machine introspection
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-graph"
version = "0.7.0"
authors = ["Eran Boodnero <eran@eran.codes>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static graph export for Statum machine introspection"
documentation = "https://docs.rs/statum-graph"
readme = "README.md"
keywords = [
    "typestate",
    "graph",
    "mermaid",
    "workflow",
    "state-machine",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/eboody/statum"

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

[[test]]
name = "codebase"
path = "tests/codebase.rs"

[[test]]
name = "codebase_ambiguity"
path = "tests/codebase_ambiguity.rs"

[[test]]
name = "codebase_attested_relations"
path = "tests/codebase_attested_relations.rs"

[[test]]
name = "codebase_attested_route_grouping"
path = "tests/codebase_attested_route_grouping.rs"

[[test]]
name = "codebase_detached_handoffs"
path = "tests/codebase_detached_handoffs.rs"

[[test]]
name = "codebase_reexported_machine_targets"
path = "tests/codebase_reexported_machine_targets.rs"

[[test]]
name = "codebase_relations"
path = "tests/codebase_relations.rs"

[[test]]
name = "codebase_validators"
path = "tests/codebase_validators.rs"

[[test]]
name = "export"
path = "tests/export.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.statum]
version = "0.7.0"

[dev-dependencies.insta]
version = "1.43"

[dev-dependencies.tempfile]
version = "3"