loom 0.1.1

Model checker 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]
name = "loom"
version = "0.1.1"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Model checker for concurrent code"
homepage = "https://github.com/carllerche/loom"
documentation = "https://docs.rs/loom/0.1.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]
version = "0.1.25"
optional = true

[dependencies.generator]
version = "0.6.10"
optional = true

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

[dependencies.serde]
version = "1.0.80"
optional = true

[dependencies.serde_derive]
version = "1.0.80"
optional = true

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

[features]
checkpoint = ["serde", "serde_derive", "serde_json"]
default = []