smc_scan_core 0.2.0

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

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

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

[[bench]]
name = "program_graph"
path = "benches/program_graph.rs"
harness = false

[dependencies.bumpalo]
version = "3.20.3"
features = ["collections"]

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

[dependencies.get-size2]
version = "0.10.1"
features = ["derive"]

[dependencies.log]
version = "0.4.33"

[dependencies.rand]
version = "0.10.2"

[dependencies.rayon]
version = "1.12.0"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.criterion]
version = "0.8.2"