# 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 = "tokio-wrap" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "run asynchronous code within synchronous functions" readme = "README.md" license = "MIT" repository = "https://github.com/themackabu/tokio-wrap" [lib] name = "tokio_wrap" path = "src/lib.rs" proc-macro = true [[test]] name = "01-basic-usage" path = "tests/01-basic-usage.rs" [[test]] name = "02-with-arguments" path = "tests/02-with-arguments.rs" [[test]] name = "03-different-return-types" path = "tests/03-different-return-types.rs" [[test]] name = "04-public-function" path = "tests/04-public-function.rs" [[test]] name = "05-block-usage" path = "tests/05-block-usage.rs" [[test]] name = "06-closure-usage" path = "tests/06-closure-usage.rs" [[test]] name = "07-closure-style" path = "tests/07-closure-style.rs" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.77" features = ["full"] [dev-dependencies.tokio] version = "1.40.0" features = [ "full", "test-util", ] [dev-dependencies.trybuild] version = "1.0.99"