# 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 = "co_managed" version = "0.1.0" authors = ["Xudong Huang "] description = "Create managed sub coroutines. Managed sub coroutines will be cancelled when the parent exit" homepage = "https://github.com/Xudong-Huang/co_managed.git" documentation = "https://docs.rs/co_managed" readme = "README.md" keywords = [ "http", "server", "may", ] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/Xudong-Huang/co_managed.git" [dependencies.may] version = "0.3" [dependencies.parking_lot] version = "0.12"