# 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" rust-version = "1.63" name = "async_cell" version = "0.2.2" authors = ["Sam Sartor "] description = "A Cell> that you can await on." documentation = "https://docs.rs/async_cell/" readme = "README.md" keywords = [ "futures", "resolve", "callback", "watch", "mvar", ] categories = ["asynchronous"] license = "MIT" repository = "https://gitlab.com/samsartor/async_cell" [dependencies.parking_lot] version = "0.12" optional = true [dev-dependencies.loom] version = "0.5" [features] deadlock_detection = [ "parking_lot", "parking_lot/deadlock_detection", ] no_std = [] [badges.gitlab] branch = "master" repository = "samsartor/async_cell"