interweave 0.1.0

Stateless model checker for concurrent programs: watch Optimal DPOR explore interleavings of async processes on a deterministic from-scratch executor.
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.96"
name = "interweave"
version = "0.1.0"
authors = ["Sergey Yakovlev <3gnees@gmail.com>"]
build = false
exclude = [
    "/.github",
    "/.claude",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stateless model checker for concurrent programs: watch Optimal DPOR explore interleavings of async processes on a deterministic from-scratch executor."
homepage = "https://github.com/egnees/interweave"
documentation = "https://docs.rs/interweave"
readme = "README.md"
keywords = [
    "dpor",
    "model-checking",
    "concurrency",
    "interleaving",
    "stateless",
]
categories = [
    "concurrency",
    "simulation",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/egnees/interweave"

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

[[example]]
name = "bank"
path = "examples/bank.rs"

[[example]]
name = "custom_object"
path = "examples/custom_object.rs"

[[example]]
name = "indexer"
path = "examples/indexer.rs"

[[example]]
name = "lastzero"
path = "examples/lastzero.rs"

[[example]]
name = "publish"
path = "examples/publish.rs"

[[example]]
name = "readers"
path = "examples/readers.rs"

[[example]]
name = "rpc_mux"
path = "examples/rpc_mux.rs"

[dependencies.thiserror]
version = "2"