# 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 = "suspend_fn" version = "0.1.0" authors = ["Tomas Vallotton "] description = "macro for implicit await" keywords = ["async", "macro"] license = "Apache-2.0" repository = "https://github.com/tvallotton/suspend_fn" [dependencies.suspend_fn_proc_macro] version = "0.1" [dev-dependencies.tokio] version = "1.15.0" features = ["macros", "rt-multi-thread"] [features]