# 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" rust-version = "1.71" name = "async-sema" version = "0.1.4" description = "Async semaphore library" homepage = "https://github.com/fawdlstty/async-sema-rs" readme = "README.md" keywords = [ "async", "semaphore", "lock", ] categories = [] license = "MIT" repository = "https://github.com/fawdlstty/async-sema-rs" [dependencies.event-listener] version = "5.3.1" [dev-dependencies.tokio] version = "1.38.1" features = ["full"]