# 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 = "rusturnate" version = "0.0.9" authors = ["Pascal G "] exclude = [ "*.sh", ".gitlab-ci.yml", "art/*", ] description = "A sync or async mutex, with or without timeouts." readme = "README.md" keywords = [ "async", "sync", "mutex", "condvar", "result", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/in2vd-open/rusturnate" [package.metadata.docs.rs] all-features = true [dependencies.futures-timer] version = "3.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.core_affinity] version = "0.8" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] anytime_poisoning = ["manual_poisoning"] blocking = ["std"] default = [ "std", "blocking", "suspending", ] manual_poisoning = [] std = [] suspending = [] suspending_with_timeout = [ "std", "suspending", "futures-timer", ]