# 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 = "2021" name = "syncthreads" version = "0.7.0" authors = ["sarah <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe thread synchronization" readme = "README.md" keywords = [ "synchronization", "multithreading", "barrier", ] license = "MIT" repository = "https://github.com/sarah-ek/syncthreads/" [lib] name = "syncthreads" path = "src/lib.rs" [[bench]] name = "barrier" path = "benches/barrier.rs" harness = false [dependencies.aligned-vec] version = "0.5.0" [dependencies.crossbeam] version = "0.8.4" [dependencies.equator] version = "0.2.1" [dependencies.parking_lot_core] version = "0.9.10" [dependencies.reborrow] version = "0.5.5" [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", ] [dev-dependencies.core_affinity] version = "0.8.1" [dev-dependencies.diol] version = "0.8.3" default-features = false [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.threadpool] version = "1.8.1" [dev-dependencies.threadpool_scope] version = "0.1.0" [dev-dependencies.tokio] version = "1.37.0" features = [ "test-util", "rt", "rt-multi-thread", "tokio-macros", "macros", ] [dev-dependencies.tokio-scoped] version = "0.2.0"