# 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 = "bp3d-threads" version = "2.0.0-pre.1.0.0" authors = ["Yuri Edward "] description = "Yet another threading library intended to simplify concurrency in BP3D." readme = "./README.MD" keywords = [ "threading", "thread", "pool", ] categories = ["asynchronous"] license = "BSD-3-Clause" repository = "https://gitlab.com/bp3d/threads" [dependencies.crossbeam] version = "0.8.1" optional = true [dependencies.crossbeam-deque] version = "0.8.2" optional = true [dependencies.crossbeam-queue] version = "0.3.8" optional = true [features] atomic-cell = [] crossbeam-scopes = ["crossbeam"] thread-pool = [ "crossbeam-deque", "crossbeam-queue", ]