# 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.48" name = "async-lock" version = "2.8.0" authors = ["Stjepan Glavina "] exclude = ["/.*"] description = "Async synchronization primitives" readme = "README.md" keywords = [ "lock", "mutex", "rwlock", "semaphore", "barrier", ] categories = [ "asynchronous", "concurrency", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/async-lock" [dependencies.event-listener] version = "2.5.1" [dev-dependencies.async-channel] version = "1.5.0" [dev-dependencies.fastrand] version = "2.0.0" [dev-dependencies.futures-lite] version = "1.12.0" [dev-dependencies.waker-fn] version = "1.1.0" [target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dev-dependencies.wasm-bindgen-test] version = "0.3"