[package]
edition = "2024"
name = "dscale"
version = "0.1.0"
authors = ["Konstantin Shprenger <konstantin@shprenger.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast & deterministic simulation framework for testing and benchmarking distributed systems"
homepage = "https://github.com/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://github.com/kshprenger/dscale"
[lib]
name = "dscale"
path = "src/lib.rs"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.indicatif]
version = "0.18.3"
[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"