# 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 = "timeout-macro" version = "0.10.0" authors = ["Spindel Ljungmark "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "modio-logger Dbus service" readme = "README.md" keywords = ["macro"] categories = [] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/ModioAB/modio-logger/" [lib] name = "timeout_macro" path = "src/lib.rs" proc-macro = true [dependencies.async-std] version = "1.10" features = ["attributes"] [dependencies.futures] version = "~0.3" [dependencies.futures-util] version = "0.3" [dependencies.quote] version = "~1" [dependencies.syn] version = "~2"