# 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 = "deadpool-aykroyd" version = "0.3.1" authors = ["Andrew Dona-Couch "] description = "Aykroyd micro-ORM for the deadpool connection pool." documentation = "https://docs.rs/deadpool-aykroyd/latest/deadpool_aykroyd/" readme = "./README.md" license = "MIT" repository = "https://git.sr.ht/~couch/aykroyd" [dependencies.async-trait] version = "0.1" [dependencies.aykroyd] version = "0.3" [dependencies.deadpool] version = "0.9" [dependencies.deadpool-postgres] version = "0.10" optional = true [dependencies.tokio] version = "1" [dependencies.tokio-postgres] version = "0.7" optional = true [features] default = [] tokio-postgres = [ "aykroyd/tokio-postgres", "dep:deadpool-postgres", "dep:tokio-postgres", ]