# 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 = "waiter" version = "0.2.0" authors = ["Dmitry Tantsur "] description = "Simple waiter trait for synchronous events" homepage = "https://github.com/dtantsur/rust-waiter" documentation = "https://docs.rs/waiter" readme = "README.md" categories = ["development-tools"] license = "MIT/Apache-2.0" repository = "https://github.com/dtantsur/rust-waiter" resolver = "2" [lib] name = "waiter" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.58" [dependencies.tokio] version = "1.21.2" features = ["time"] default-features = false [badges.travis-ci] repository = "dtantsur/rust-waiter"