# 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 = "bastion-qutex" version = "0.2.4" 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.7" [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 = []