[dev-dependencies.tokio]
features = ["full"]
version = "1.0"
[lib]
name = "awaitility"
path = "src/lib.rs"
[package]
authors = ["Cause Chung <cuzfrog@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Awaitility for Rust"
edition = "2018"
homepage = "https://github.com/cuzfrog/awaitility"
keywords = ["awaitility", "async", "test"]
license = "Apache-2.0"
name = "awaitility"
readme = "README.md"
repository = "https://github.com/cuzfrog/awaitility"
version = "0.4.1"
[[test]]
name = "tests"
path = "tests/tests.rs"