madsim 0.1.3

Deterministic Simulator for distributed systems.
Documentation
[dependencies.async-task]
version = "4.0"

[dependencies.env_logger]
optional = true
version = "0.9"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.madsim-macros]
optional = true
version = "0.1.1"

[dependencies.naive-timer]
version = "0.2"

[dependencies.rand]
features = ["small_rng"]
version = "0.8"

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

[features]
logger = ["env_logger"]
macros = ["madsim-macros"]
rpc = ["serde"]

[package]
authors = ["Runji Wang <wangrunji0408@163.com>"]
categories = ["asynchronous", "simulation"]
description = "Deterministic Simulator for distributed systems."
edition = "2018"
homepage = "https://github.com/madsys-dev/madsim"
keywords = ["distributed-systems", "async", "deterministic", "simulation"]
license = "Apache-2.0"
name = "madsim"
readme = "../README.md"
repository = "https://github.com/madsys-dev/madsim"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true