1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "sync_wrapper"
15version = "1.0.1"
16authors = ["Actyx AG <[email protected]>"]
17description = "A tool for enlisting the compiler's help in proving the absence of concurrency"
18homepage = "https://docs.rs/sync_wrapper"
19documentation = "https://docs.rs/sync_wrapper"
20readme = "README.md"
21keywords = ["concurrency"]
22categories = ["concurrency"]
23license = "Apache-2.0"
24repository = "https://github.com/Actyx/sync_wrapper"
25
26[package.metadata.docs.rs]
27features = ["futures"]
28
29[dependencies.futures-core]
30version = "0.3"
31optional = true
32default-features = false
33
34[dev-dependencies.futures]
35version = "0.3"
36
37[dev-dependencies.pin-project-lite]
38version = "0.2.7"
39
40[features]
41futures = ["futures-core"]
42