# 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 = "sqlx-pgrow-serde" version = "0.2.0" description = "serde-compatible newtype wrapper for sqlx::postgres::PgRow" documentation = "https://docs.rs/sqlx-pgrow-serde" readme = "README.md" license = "MIT" repository = "https://github.com/kurtbuilds/sqlx-pgrow-serde" [dependencies.futures] version = "0.3.28" [dependencies.serde] version = "1.0.178" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.sqlx] version = "0.7.1" [dependencies.sqlx-core] version = "0.7.1" [dependencies.tokio] version = "1.29.1" features = ["full"] [features] chrono = ["sqlx/chrono"] decimal = ["sqlx/rust_decimal"] json = ["sqlx/json"] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"] sqlite = ["sqlx/sqlite"] uuid = ["sqlx/uuid"]