# 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 = "may_waiter" version = "0.1.16" authors = ["Xudong Huang "] build = false exclude = [ ".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple coroutine communication blocker" homepage = "https://github.com/Xudong-Huang/may_waiter.git" documentation = "https://docs.rs/may_waiter" readme = "README.md" keywords = [ "coroutine", "multi-thread", ] categories = ["concurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/Xudong-Huang/may_waiter.git" [lib] name = "may_waiter" path = "src/lib.rs" [[bin]] name = "main" path = "src/bin/main.rs" [dependencies.may] version = "0.3" [dependencies.scc] version = "2.1" [dependencies.sharded-slab] version = "0.1"