{
  "cksum": "c47d57c6856aaf61b6b24a8325907d03f782d61272818007ad7b2ad6531b7ac2",
  "crate_file": "gelx-0.3.0.crate",
  "crate_url": "https://static.crates.io/crates/gelx/gelx-0.3.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "assert2",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bigdecimal",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "document-features",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gel-derive",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gel-errors",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "all-types"
      ],
      "kind": "normal",
      "name": "gel-protocol",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "unstable",
        "derive"
      ],
      "kind": "normal",
      "name": "gel-tokio",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "with_all"
      ],
      "kind": "dev",
      "name": "gelx_core",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gelx_macros",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ron",
        "yaml",
        "redactions"
      ],
      "kind": "dev",
      "name": "insta",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-bigint",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-traits",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proc-macro2",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rstest",
      "optional": false,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rustversion",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_bytes",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "log",
        "trace"
      ],
      "kind": "dev",
      "name": "test-log",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "time",
        "test-util",
        "fs"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "trybuild",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "typed-builder",
      "optional": true,
      "req": "^0.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "builder": [
      "dep:typed-builder"
    ],
    "default": [
      "with_all"
    ],
    "query": [
      "gelx_macros/query",
      "dep:gel-tokio",
      "dep:gel-derive"
    ],
    "serde": [
      "gelx_macros/serde",
      "gel-protocol/with-serde",
      "dep:serde",
      "dep:serde_bytes",
      "uuid/serde",
      "chrono/serde"
    ],
    "with_all": [
      "gelx_macros/with_all",
      "with_bigint",
      "with_bigdecimal",
      "with_chrono",
      "gel-protocol/all-types"
    ],
    "with_bigdecimal": [
      "gelx_macros/with_bigdecimal",
      "dep:bigdecimal",
      "dep:num-bigint",
      "dep:num-traits",
      "gel-protocol/with-bigdecimal"
    ],
    "with_bigint": [
      "gelx_macros/with_bigint",
      "dep:num-bigint",
      "dep:num-traits",
      "gel-protocol/with-num-bigint"
    ],
    "with_chrono": [
      "gelx_macros/with_chrono",
      "dep:chrono",
      "gel-protocol/with-chrono"
    ]
  },
  "index_path": "ge/lx/gelx",
  "name": "gelx",
  "pubtime": "2025-05-16T08:55:29Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.3.0",
  "yanked": false
}
