# 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] edition = "2018" name = "concurrency_traits" version = "0.7.2" authors = ["buzzec "] exclude = [".idea/*"] description = "Traits for concurrent primitives." homepage = "https://github.com/Buzzec/concurrency_traits" readme = "README.md" keywords = ["multithread"] license = "MIT OR Apache-2.0" repository = "https://github.com/Buzzec/concurrency_traits" [dependencies.async-trait] version = "0.1.50" [dependencies.atomic_swapping] version = "0.1.0" default-features = false [dependencies.crossbeam] version = "0.8.0" optional = true default-features = false [dependencies.num] version = "0.4.0" default-features = false [dependencies.parking_lot] version = "0.11.1" optional = true [dependencies.simple_futures] version = "0.1.2" features = ["alloc"] optional = true default-features = false [dev-dependencies.rand] version = "0.8.3" [features] alloc = ["simple_futures"] default = ["std", "simple_futures/std"] impl_crossbeam = ["alloc", "crossbeam", "crossbeam/alloc"] impl_parking_lot = ["std", "parking_lot"] nightly = [] std = ["alloc"]