# 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 = "parsql-postgres" version = "0.1.0" authors = ["Mehmet Burak Muştu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parsql için postgresql entegrasyonunu sağlayan küfedir." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/yazdostum-nettr/parsql" [lib] name = "parsql_postgres" path = "src/lib.rs" [dependencies.deadpool-postgres] version = "0.14.0" optional = true [dependencies.parsql] version = "0.1.0" features = ["tokio-postgres"] default-features = false [dependencies.parsql-macros] version = "0.1.0" optional = true [dependencies.postgres] version = "0.19.9" optional = true [dependencies.tokio-postgres] version = "0.7.12" optional = true [features] deadpool-postgres = [ "dep:postgres", "dep:tokio-postgres", "dep:deadpool-postgres", "dep:parsql-macros", ] default = [] postgres = ["dep:postgres"] tokio-postgres = [ "dep:postgres", "dep:tokio-postgres", "dep:parsql-macros", ]