# 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 = "pg_sgr_from_row" version = "0.1.0" description = "Write asynchronous code, and synca will create a synchronous version." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sgr-team/rs_pg_sgr_from_row" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.29" [dependencies.syn] version = "2.0.23" [dev-dependencies.postgres] version = "0.19.7" features = ["with-serde_json-1"] [dev-dependencies.serde] version = "1.0.130" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.71" [dev-dependencies.synca] version = "0.4.0" [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.tokio-postgres] version = "0.7.10" features = ["with-serde_json-1"] [features] default = ["sync"] sync = [] tokio = []