# 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 = "synca" version = "0.5.3" authors = ["Dmitry Balakov "] description = "Write asynchronous code, and synca will create a synchronous version." readme = "README.md" keywords = [ "synca", "sgr", "async", "sync", "tokio", ] categories = [ "asynchronous", "development-tools::procedural-macro-helpers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sgr-team/rs_synca" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.29" [dependencies.syn] version = "2.0.23" features = [ "full", "fold", "extra-traits", ] [dev-dependencies.async-trait] version = "0.1.77" [dev-dependencies.postgres] version = "0.19.7" [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.tokio-postgres] version = "0.7.10"