# 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 = "cooptex" version = "0.2.1" authors = ["Shelby Doolittle "] description = "Deadlock free Mutexes" documentation = "https://docs.rs/cooptex" readme = "README.md" keywords = ["mutex", "deadlock", "concurrency"] license = "MIT" repository = "https://github.com/shelbyd/cooptex" [dependencies.frunk] version = "0.4.0" [dependencies.itertools] version = "0.10.1" [dev-dependencies.crossbeam] version = "0.8.1" [dev-dependencies.loom] version = "0.5.2" [dev-dependencies.rand] version = "0.8.4" [features] loom-tests = [] [badges.maintenance] status = "experimental"