# 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 = "pgde" version = "0.6.0" authors = ["Paul Caruso "] description = "A macro library for consuming PostgreSQL row data into structs." readme = "README.md" keywords = ["postgresql"] categories = [ "api-bindings", "development-tools::ffi", "rust-patterns", ] license = "MIT" repository = "https://github.com/crusopaul/pgde/" [dependencies.bit-vec] version = "0.6" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.eui48] version = "1.1" optional = true [dependencies.geo-types] version = "0.7" optional = true [dependencies.pgde_derive] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.time] version = "0.3" optional = true [dependencies.tokio-postgres] version = "0.7" [dependencies.uuid] version = "1.10" features = ["v4"] optional = true [dev-dependencies.time] version = "0.3" features = ["macros"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4" [features] bit = [ "dep:bit-vec", "tokio-postgres/with-bit-vec-0_6", ] chrono = [ "dep:chrono", "tokio-postgres/with-chrono-0_4", ] consume_json = [ "dep:serde", "dep:serde_json", ] geo = [ "dep:geo-types", "tokio-postgres/with-geo-types-0_7", ] json = [ "dep:serde_json", "tokio-postgres/with-serde_json-1", ] mac = [ "dep:eui48", "tokio-postgres/with-eui48-1", ] time = [ "dep:time", "tokio-postgres/with-time-0_3", ] uuid = [ "dep:uuid", "tokio-postgres/with-uuid-1", ]