# 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 = "db-helpers" version = "1.5.0" authors = ["Nikos Efthias"] description = "Various macros to help with database queries and tables" license = "GPL-2.0" repository = "https://github.com/NikosEfthias/db-helpers" resolver = "2" [dependencies.db-helpers-derive] version = "0.5.0" [dependencies.tokio-postgres] version = "0.7" optional = true [features] default = ["pg"] pg = [ "tokio-postgres", "db-helpers-derive/pg", ]