# 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 = "pgdb-lib-rs" version = "0.1.2" exclude = ["/.idea"] description = "A simple database wrapper for " readme = "README.md" keywords = [ "postgres", "database", "wrapper", "postgres-library", ] categories = [ "database-utilities", "database-wrapper", ] license = "MIT" resolver = "2" [dependencies.dotenvy] version = "0.15.5" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-async-std-native-tls", "postgres", "json", ] [dependencies.thiserror] version = "1.0.37" [dependencies.tokio-test] version = "0.4.2"