dscale 0.1.0

A fast & deterministic simulation framework for testing and benchmarking 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.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"