# 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" name = "async_progress" version = "0.2.1" authors = ["Naja Melan "] description = "Create sync points across async tasks" documentation = "https://docs.rs/async_progress" readme = "README.md" keywords = ["synchronization"] categories = [ "asynchronous", "concurrency", "development-tools::testing", ] license = "Unlicense" repository = "https://github.com/najamelan/async_progress" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [] [dependencies.futures] version = "^0.3" [dependencies.log] version = "^0.4" [dependencies.pharos] version = "^0.5" [dev-dependencies.pretty_assertions] version = "^1" [build-dependencies.rustc_version] version = "^0.4" [features] external_doc = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "najamelan/async_progress"