# 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 = "async-metronome" version = "0.3.1" authors = ["Alexey Aristov "] description = "Unit testing framework for async Rust" readme = "README.md" keywords = [ "tests", "unit", "assert", "futures", "async", ] categories = [ "development-tools", "development-tools::testing", "asynchronous", "concurrency", ] license = "Apache-2.0/MIT" repository = "https://github.com/suprematic/async-metronome" [dependencies.async-metronome-attributes] version = "0.1" [dependencies.async-task] version = "4.7" [dependencies.derive_builder] version = "0.13" [dependencies.flume] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.pin-project] version = "1.1" [dependencies.threadpool] version = "1.8" [dev-dependencies.async-std] version = "1.12"