{
  "cksum": "aa60532b2ee9d8eee57580d6eb3a8106632426751b309bc9f2857aeda04b07b0",
  "crate_file": "sea-query-1.0.0.crate",
  "crate_url": "https://static.crates.io/crates/sea-query/sea-query-1.0.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bigdecimal",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "clock"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4.40",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ipnetwork",
      "optional": true,
      "req": "^0.21.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "itoa",
      "optional": true,
      "req": "^1.0.15",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "perf-inline"
      ],
      "kind": "normal",
      "name": "jiff",
      "optional": true,
      "req": "^0.2.15",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mac_address",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ordered-float",
      "optional": true,
      "req": "^4.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pgvector",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_assertions",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rust_decimal",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sea-query-derive",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sea-query-postgres-types",
      "optional": true,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "derive",
        "rc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "formatting"
      ],
      "kind": "normal",
      "name": "time",
      "optional": true,
      "req": "^0.3.47",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "all-types": [
      "postgres-array",
      "postgres-interval",
      "postgres-vector",
      "postgres-range",
      "with-chrono",
      "with-json",
      "with-rust_decimal",
      "with-bigdecimal",
      "with-uuid",
      "with-time",
      "with-jiff",
      "with-ipnetwork",
      "with-mac_address"
    ],
    "attr": [
      "sea-query-derive"
    ],
    "audit": [],
    "backend-mysql": [],
    "backend-postgres": [],
    "backend-sqlite": [],
    "derive": [
      "sea-query-derive"
    ],
    "hashable-value": [
      "ordered-float"
    ],
    "option-more-parentheses": [],
    "option-postgres-use-serial": [],
    "option-sqlite-exact-column-type": [],
    "postgres-array": [],
    "postgres-interval": [],
    "postgres-range": [
      "sea-query-postgres-types/range"
    ],
    "postgres-vector": [
      "pgvector"
    ],
    "sea-orm": [
      "sea-query-derive"
    ],
    "sqlx-utils": [
      "derive"
    ],
    "tests-cfg": [],
    "thread-safe": [],
    "with-bigdecimal": [
      "bigdecimal"
    ],
    "with-chrono": [
      "chrono"
    ],
    "with-ipnetwork": [
      "ipnetwork"
    ],
    "with-jiff": [
      "jiff"
    ],
    "with-json": [
      "serde_json"
    ],
    "with-mac_address": [
      "mac_address"
    ],
    "with-rust_decimal": [
      "rust_decimal"
    ],
    "with-time": [
      "time"
    ],
    "with-uuid": [
      "uuid"
    ]
  },
  "features2": {
    "all-features": [
      "all-types",
      "attr",
      "audit",
      "backend-mysql",
      "backend-postgres",
      "backend-sqlite",
      "derive",
      "hashable-value",
      "serde",
      "sqlx-utils",
      "thread-safe"
    ],
    "default": [
      "derive",
      "audit",
      "backend-mysql",
      "backend-postgres",
      "backend-sqlite",
      "itoa"
    ],
    "itoa": [
      "dep:itoa"
    ],
    "serde": [
      "dep:serde",
      "chrono?/serde",
      "time?/serde",
      "jiff?/serde",
      "uuid?/serde",
      "bigdecimal?/serde",
      "rust_decimal?/serde",
      "ipnetwork?/serde",
      "mac_address?/serde",
      "pgvector?/serde",
      "sea-query-postgres-types?/serde"
    ]
  },
  "index_path": "se/a-/sea-query",
  "name": "sea-query",
  "pubtime": "2026-05-28T21:54:51Z",
  "rust_version": "1.88.0",
  "v": 2,
  "vers": "1.0.0",
  "yanked": false
}
