madsim 0.2.21

Deterministic Simulator for distributed systems.
Documentation
[[bench]]
harness = false
name = "rpc"

[[example]]
name = "erpc"
required-features = ["erpc"]
[dependencies.bincode]
optional = true
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

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

[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.spin]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.structopt]
version = "0.3"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[features]
default = ["macros", "rpc"]
macros = ["madsim-macros", "tokio/macros"]
rpc = ["bincode"]
ucx = ["async-ucx"]

[package]
authors = ["Runji Wang <wangrunji0408@163.com>"]
categories = ["asynchronous", "simulation"]
description = "Deterministic Simulator for distributed systems."
edition = "2021"
homepage = "https://github.com/madsim-rs/madsim"
keywords = ["distributed-systems", "async", "deterministic", "simulation"]
license = "Apache-2.0"
name = "madsim"
readme = "README.md"
repository = "https://github.com/madsim-rs/madsim"
resolver = "1"
version = "0.2.21"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "madsim"]
rustdoc-args = ["--cfg", "madsim", "--cfg", "docsrs"]
[target."cfg(madsim)".dependencies.ahash]
version = "0.7"

[target."cfg(madsim)".dependencies.async-channel]
version = "1.6"

[target."cfg(madsim)".dependencies.async-stream]
version = "0.3"

[target."cfg(madsim)".dependencies.async-task]
version = "4.4"

[target."cfg(madsim)".dependencies.downcast-rs]
version = "1.2"

[target."cfg(madsim)".dependencies.libc]
version = "0.2"

[target."cfg(madsim)".dependencies.naive-timer]
version = "0.2"

[target."cfg(madsim)".dependencies.rand_xoshiro]
version = "0.6"

[target."cfg(madsim)".dependencies.rustversion]
version = "1"

[target."cfg(madsim)".dependencies.tokio]
features = ["rt", "sync"]
version = "1"

[target."cfg(madsim)".dependencies.toml]
version = "0.7"
[target."cfg(not(madsim))".dependencies.async-ucx]
features = ["event"]
optional = true
version = "0.1"

[target."cfg(not(madsim))".dependencies.tokio]
features = ["rt", "fs", "net", "time", "io-util", "sync", "signal"]
version = "1"

[target."cfg(not(madsim))".dependencies.tokio-util]
features = ["codec"]
version = "0.7"