# 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 = "lazy_async_promise" version = "0.6.0" authors = ["Christopher Regali "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Primitives for lazily getting data from futures with tokio for immediate mode guis" homepage = "https://github.com/ChrisRega/lazy_async_promise" documentation = "https://docs.rs/lazy_async_promise" readme = "README.md" license = "MIT" repository = "https://github.com/ChrisRega/lazy_async_promise" [lib] name = "lazy_async_promise" path = "src/lib.rs" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "sync", ] [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "sync", "time", "fs", "macros", ]