Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
loom 0.2.1 - Docs.rs
[go: Go Back, main page]

loom 0.2.1

Permutation testing for concurrent code
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "loom"
version = "0.2.1"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Permutation testing for concurrent code"
homepage = "https://github.com/carllerche/loom"
documentation = "https://docs.rs/loom/0.2.1/loom"
readme = "README.md"
keywords = ["atomic", "lock-free"]
categories = ["concurrency", "data-structures"]
license = "MIT"
repository = "https://github.com/carllerche/loom"
[dependencies.cfg-if]
version = "0.1.6"

[dependencies.futures-util-preview]
version = "=0.3.0-alpha.18"
optional = true

[dependencies.generator]
version = "0.6.16"

[dependencies.scoped-tls]
version = "0.1.2"

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

[dependencies.serde_json]
version = "1.0.33"
optional = true

[features]
checkpoint = ["serde", "serde_json"]
default = []
futures = ["futures-util-preview"]