# 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-worm" version = "0.7.0" authors = ["Einliterflasche "] description = "An async, fully-typed and straightforward ORM for PostgreSQL databases" homepage = "https://github.com/Einliterflasche/pg-worm" readme = "README.md" keywords = [ "database", "postgresql", "postgres", "orm", "async", ] categories = [ "database", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Einliterflasche/pg-worm" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.deadpool-postgres] version = "0.10" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.pg-worm-derive] version = "0.7" [dependencies.thiserror] version = "1.0" [dependencies.tokio-postgres] version = "0.7" default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] [features] serde-json = [ "tokio-postgres/with-serde_json-1", "pg-worm-derive/serde-json", ] time = [ "tokio-postgres/with-time-0_3", "pg-worm-derive/time", ] uuid = [ "tokio-postgres/with-uuid-1", "pg-worm-derive/uuid", ]