# 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 = "qutex" version = "0.2.6" authors = ["Nick Sanders "] description = "Synchronization mechanisms that rely on lock-free and other non-(thread)blocking techniques, such as Rust futures, to guarantee mutually exclusive or shared exclusive access to data." homepage = "https://github.com/cogciprocate/qutex" documentation = "https://docs.rs/qutex" readme = "README.md" keywords = [ "futures", "async", "data-structures", "mutex", "lock", ] categories = [ "asynchronous", "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/cogciprocate/qutex" [dependencies.crossbeam] version = "0.8" [dependencies.futures] version = "0.1" [dependencies.futures03] version = "0.3.0-alpha.14" features = ["compat"] optional = true package = "futures-preview" [features] async_await = ["futures03"] default = []