{
  "cksum": "f829438ee779bab1126a5e927ef2f518248478db23c4e5404f00dcf02ed097cc",
  "crate_file": "saola-postgres-types-0.2.9.crate",
  "crate_url": "https://static.crates.io/crates/saola-postgres-types/saola-postgres-types-0.2.9.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "array-init",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bit-vec-06",
      "optional": true,
      "package": "bit-vec",
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "clock"
      ],
      "kind": "normal",
      "name": "chrono-04",
      "optional": true,
      "package": "chrono",
      "req": "^0.4.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cidr-02",
      "optional": true,
      "package": "cidr",
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cidr-03",
      "optional": true,
      "package": "cidr",
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "eui48-04",
      "optional": true,
      "package": "eui48",
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "eui48-1",
      "optional": true,
      "package": "eui48",
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fallible-iterator",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "geo-types-06",
      "optional": true,
      "package": "geo-types",
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "geo-types-0_7",
      "optional": true,
      "package": "geo-types",
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "jiff-01",
      "optional": true,
      "package": "jiff",
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "postgres-derive",
      "optional": true,
      "package": "saola-postgres-derive",
      "req": "^0.4.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "postgres-protocol",
      "optional": false,
      "package": "saola-postgres-protocol",
      "req": "^0.6.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde-1",
      "optional": true,
      "package": "serde",
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json-1",
      "optional": true,
      "package": "serde_json",
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "smol_str-01",
      "optional": true,
      "package": "smol_str",
      "req": "^0.1.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "time-02",
      "optional": true,
      "package": "time",
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "time-03",
      "optional": true,
      "package": "time",
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uuid-08",
      "optional": true,
      "package": "uuid",
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uuid-1",
      "optional": true,
      "package": "uuid",
      "req": "^1.0",
      "target": null
    }
  ],
  "features": {
    "array-impls": [
      "array-init"
    ],
    "derive": [
      "postgres-derive"
    ],
    "js": [
      "postgres-protocol/js"
    ],
    "with-bit-vec-0_6": [
      "bit-vec-06"
    ],
    "with-chrono-0_4": [
      "chrono-04"
    ],
    "with-cidr-0_2": [
      "cidr-02"
    ],
    "with-cidr-0_3": [
      "cidr-03"
    ],
    "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-jiff-0_1": [
      "jiff-01"
    ],
    "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"
    ]
  },
  "index_path": "sa/ol/saola-postgres-types",
  "name": "saola-postgres-types",
  "pubtime": "2026-04-19T02:47:47Z",
  "vers": "0.2.9",
  "yanked": false
}
