# 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" rust-version = "1.67" name = "fire-postgres-types" version = "0.1.0-alpha.1" authors = ["Sören Meier "] description = "Common types when working with Postgres in Rust" homepage = "https://fire-lib.com/" license = "MIT OR Apache-2.0" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.30" [dependencies.fire-protobuf] version = "0.1.2" optional = true [dependencies.juniper] version = "0.16" optional = true default-features = false [dependencies.postgres-protocol] version = "0.6.6" [dependencies.postgres-types] version = "0.2" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0" [features] json = [ "dep:postgres-types", "postgres-types?/with-serde_json-1", ] juniper = ["dep:juniper"] postgres = ["dep:postgres-types"] protobuf = ["dep:fire-protobuf"] serde = ["dep:serde"]