# 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 = "2018" name = "xxai-postgres-types" version = "0.2.9" authors = ["Steven Fackler "] description = "Conversions between Rust and Postgres values" readme = "README.md" keywords = [ "database", "postgres", "postgresql", "sql", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/aier-art/rust-postgres" resolver = "2" [dependencies.array-init] version = "2" optional = true [dependencies.bit-vec-06] version = "0.6" optional = true package = "bit-vec" [dependencies.bytes] version = "1.0" [dependencies.chrono-04] version = "0.4.16" features = ["clock"] optional = true default-features = false package = "chrono" [dependencies.cidr-02] version = "0.2" optional = true package = "cidr" [dependencies.eui48-04] version = "0.4" optional = true package = "eui48" [dependencies.eui48-1] version = "1.0" optional = true package = "eui48" [dependencies.fallible-iterator] version = "0.2" [dependencies.geo-types-06] version = "0.6" optional = true package = "geo-types" [dependencies.geo-types-0_7] version = "0.7" optional = true package = "geo-types" [dependencies.postgres-derive] version = "0.4.2" optional = true [dependencies.postgres-protocol] version = "0.6.4" [dependencies.serde-1] version = "1.0" optional = true package = "serde" [dependencies.serde_json-1] version = "1.0" optional = true package = "serde_json" [dependencies.smol_str-01] version = "0.1.23" optional = true default-features = false package = "smol_str" [dependencies.time-02] version = "0.2" optional = true package = "time" [dependencies.time-03] version = "0.3" optional = true default-features = false package = "time" [dependencies.uuid-08] version = "0.8" optional = true package = "uuid" [dependencies.uuid-1] version = "1.0" optional = true package = "uuid" [features] array-impls = ["array-init"] derive = ["postgres-derive"] with-bit-vec-0_6 = ["bit-vec-06"] with-chrono-0_4 = ["chrono-04"] with-cidr-0_2 = ["cidr-02"] with-eui48-0_4 = ["eui48-04"] with-eui48-1 = ["eui48-1"] with-geo-types-0_6 = ["geo-types-06"] with-geo-types-0_7 = ["geo-types-0_7"] with-serde_json-1 = [ "serde-1", "serde_json-1", ] with-smol_str-01 = ["smol_str-01"] with-time-0_2 = ["time-02"] with-time-0_3 = ["time-03"] with-uuid-0_8 = ["uuid-08"] with-uuid-1 = ["uuid-1"]