# 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 = "2018" name = "hybridfutex" version = "0.1.0" authors = ["Khashayar Fereidani"] description = "An efficient hybrid wait queue futex designed for high-contention scenarios, supporting both synchronous and asynchronous waiting and notification. It supports notify and notify_many on all targets." documentation = "https://docs.rs/hybridfutex" readme = "README.md" keywords = [ "futex", "async", "signals", "queue", ] categories = [ "data-structures", "concurrency", "system-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/fereidani/hybridfutex" [dependencies.crossbeam-queue] version = "0.3" [dev-dependencies.futures] version = "0.3"