76 lines
1.5 KiB
TOML
76 lines
1.5 KiB
TOML
# 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 are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "loom"
|
|
version = "0.5.6"
|
|
authors = ["Carl Lerche <me@carllerche.com>"]
|
|
description = "Permutation testing for concurrent code"
|
|
homepage = "https://github.com/tokio-rs/loom"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"atomic",
|
|
"lock-free",
|
|
]
|
|
categories = [
|
|
"concurrency",
|
|
"data-structures",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/tokio-rs/loom"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[dependencies.cfg-if]
|
|
version = "1.0.0"
|
|
|
|
[dependencies.generator]
|
|
version = "0.7"
|
|
|
|
[dependencies.pin-utils]
|
|
version = "0.1.0"
|
|
optional = true
|
|
|
|
[dependencies.scoped-tls]
|
|
version = "1.0.0"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.92"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0.33"
|
|
optional = true
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1.27"
|
|
|
|
[dependencies.tracing-subscriber]
|
|
version = "0.3"
|
|
features = ["env-filter"]
|
|
|
|
[dev-dependencies.futures-util]
|
|
version = "0.3.0"
|
|
|
|
[features]
|
|
checkpoint = [
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
default = []
|
|
futures = ["pin-utils"]
|