# 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 = "cornucopia_client" version = "0.2.3" description = "Generic client trait for Cornucopia users" homepage = "https://github.com/LouisGariepy/cornucopia" readme = "README.md" keywords = [ "postgresql", "query", "generator", "sql", "tokio-postgres", ] categories = ["database"] license = "MIT" repository = "https://github.com/LouisGariepy/cornucopia" resolver = "2" [dependencies.async-trait] version = "0.1.53" [dependencies.deadpool-postgres] version = "0.10.2" [dependencies.tokio] version = "1.18.1" features = ["full"] [dependencies.tokio-postgres] version = "0.7.6"