des-sim 0.1.0

Classical Event-Driven Simple Simulator Crate for Discrete Event System.
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 = "des-sim"
version = "0.1.0"
authors = ["ogata-k"]
build = false
exclude = [
    ".github/",
    ".idea/",
    "target/",
    "Makefile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Classical Event-Driven Simple Simulator Crate for Discrete Event System."
homepage = "https://ogata-k.github.io/des-sim/"
documentation = "https://docs.rs/des-sim"
readme = "README.md"
keywords = [
    "simulation",
    "discrete-event",
    "event-driven",
    "deterministic",
    "framework",
]
categories = [
    "simulation",
    "science",
]
license = "MIT"
repository = "https://github.com/ogata-k/des-sim"

[features]
default = []
des_sim_test_mode = []
verbose_debug = []

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

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

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

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

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

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

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

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

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

[dependencies.log]
version = "0.4.33"

[dependencies.rand]
version = "0.10.1"

[dependencies.rand_distr]
version = "0.6.0"

[dependencies.rayon]
version = "1.12.0"

[dev-dependencies.chrono]
version = "0.4.45"

[dev-dependencies.env_logger]
version = "0.11.10"