stack-engine 0.8.0

Pure execution facade for Stack diagram operations
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"
rust-version = "1.85"
name = "stack-engine"
version = "0.8.0"
build = false
include = [
    "src/**",
    "tests/fixtures/**",
    "tests/snapshots/**",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_LICENSES.md",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure execution facade for Stack diagram operations"
homepage = "https://stack-diagram.com/"
documentation = "https://docs.rs/stack-engine"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/stack-sh/engine"

[features]
conformance = []

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

[dependencies.roxmltree]
version = "=0.21.1"

[dependencies.serde_json]
version = "=1.0.151"

[dependencies.sha2]
version = "=0.11.0"

[dependencies.stack-compiler]
version = "=0.1.0"

[dependencies.stack-formatter]
version = "=0.1.0"

[dependencies.stack-theme]
version = "=0.6.0"

[dev-dependencies.serde]
version = "=1.0.229"
features = ["derive"]

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"