# 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 = "poll-persist" version = "0.0.1" description = "Poll a future multiple times" homepage = "https://github.com/panthios/rscore/tree/master/poll-persist" documentation = "https://docs.rs/poll-persist" readme = "README.md" keywords = [ "poll", "future", "async", "await", ] license = "MIT OR Apache-2.0" repository = "https://github.com/panthios/rscore" resolver = "1" [dependencies] [dev-dependencies.tokio] version = "1.28.1" features = [ "test-util", "macros", "time", ]