[package]
name = "loom"
version = "0.4.1"
edition = "2018"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Permutation testing for concurrent code"
documentation = "https://docs.rs/loom/0.4.1/loom"
homepage = "https://github.com/tokio-rs/loom"
repository = "https://github.com/tokio-rs/loom"
readme = "README.md"
keywords = ["atomic", "lock-free"]
categories = ["concurrency", "data-structures"]
[features]
default = []
checkpoint = ["serde", "serde_json"]
futures = ["futures-util"]
[dependencies]
cfg-if = "1.0.0"
scoped-tls = "1.0.0"
generator = "0.6.18"
serde = { version = "1.0.92", features = ["derive"], optional = true }
serde_json = { version = "1.0.33", optional = true }
futures-util = { version = "0.3.0", optional = true }