anysystem 0.1.2

A framework for deterministic simulation and testing of distributed systems
Documentation
[dependencies.colored]
version = "2"

[dependencies.downcast-rs]
version = "1.2"

[dependencies.dyn-clone]
version = "1"

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
version = "0.4"

[dependencies.ordered-float]
features = ["serde"]
version = "4.2"

[dependencies.pyo3]
features = ["auto-initialize"]
version = "0.19"

[dependencies.rand]
version = "0.8"

[dependencies.rand_pcg]
version = "0.3"

[dependencies.regex]
version = "1.10"

[dependencies.rstest]
version = "0.21"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simcore]
version = "0.1"

[dependencies.sugars]
version = "3"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["simulation", "development-tools::testing"]
description = "A framework for deterministic simulation and testing of distributed systems"
edition = "2021"
homepage = "https://github.com/systems-group/anysystem"
include = ["/src", "/python", "/tests", "/examples", "LICENSE*", "changelog.md"]
keywords = ["distributed-systems", "message-passing", "simulation", "testing", "model-checking"]
license = "MIT OR Apache-2.0"
name = "anysystem"
readme = "readme.md"
repository = "https://github.com/systems-group/anysystem"
version = "0.1.2"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

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

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

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