# 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 = "also_sync" version = "0.1.0" authors = ["Julian Büttner "] description = "Macros to automatically wrap async functions as sync" readme = "README.md" license = "MIT" repository = "https://github.com/julianbuettner/also-sync" [lib] [dependencies.also_sync_macros] version = "0.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.tokio] version = "1.36.0" features = ["full"] optional = true [dev-dependencies.async-dns] version = "0.1.0" [dev-dependencies.reqwest] version = "0.11" [features] default = ["tokio"] tokio = [ "dep:tokio", "also_sync_macros/tokio", ]