dscale 0.5.2

A fast & deterministic simulation framework for benchmarking and testing distributed systems
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 = "dscale"
version = "0.5.2"
authors = ["Konstantin Shprenger <konstantin@shprenger.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast & deterministic simulation framework for benchmarking and testing distributed systems"
homepage = "https://codeberg.org/kshprenger/dscale"
documentation = "https://docs.rs/dscale"
readme = "README.md"
keywords = [
    "simulation",
    "distributed-systems",
    "testing",
    "network",
    "deterministic",
]
categories = [
    "simulation",
    "development-tools::testing",
    "network-programming",
]
license = "MIT"
repository = "https://codeberg.org/kshprenger/dscale"

[package.metadata.release]
tag-name = "v{{version}}"

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

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_info"]

[dependencies.mimalloc]
version = "0.1.48"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_distr]
version = "0.5.1"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.smallvec]
version = "1"
features = ["union"]