smc_scan_scxml 0.1.0

SCXML frontend for the Scan model checker.
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 = "smc_scan_scxml"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SCXML frontend for the Scan model checker."
homepage = "https://convince-project.github.io/scan/"
documentation = "https://convince-project.github.io/scan/crates/scan_scxml/index.html"
readme = "README.md"
keywords = [
    "verification",
    "model-checking",
    "scxml",
]
categories = [
    "compilers",
    "concurrency",
    "parser-implementations",
    "science::robotics",
    "simulation",
]
license = "Apache-2.0"
repository = "https://github.com/convince-project/scan"

[lib]
name = "scan_scxml"
crate-type = ["lib"]
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.boa_ast]
version = "0.21.1"

[dependencies.boa_interner]
version = "0.21.1"

[dependencies.boa_parser]
version = "0.21.1"

[dependencies.chumsky]
version = "0.12.0"

[dependencies.csv]
version = "1.4.0"

[dependencies.flate2]
version = "1.1.9"
features = ["zlib-rs"]
default-features = false

[dependencies.log]
version = "0.4.29"

[dependencies.logos]
version = "0.16.1"

[dependencies.quick-xml]
version = "0.39.2"

[dependencies.rand]
version = "0.10.0"

[dependencies.smc_scan_core]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.18"