{
  "cksum": "4f3ff74905397c4c044937ab1e51263d714f149415f3583e79c0208e63a72289",
  "crate_file": "kalamdb-commons-0.5.2-rc.2.crate",
  "crate_url": "https://static.crates.io/crates/kalamdb-commons/kalamdb-commons-0.5.2-rc.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "arrow",
      "optional": true,
      "req": "^58.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-schema",
      "optional": true,
      "req": "^58.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4.44",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.8.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dashmap",
      "optional": false,
      "req": "^6.2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "datafusion-common",
      "optional": true,
      "req": "^54.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "flatbuffers",
      "optional": true,
      "req": "^25.12.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "flexbuffers",
      "optional": true,
      "req": "^25.9.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "kalamdb-observability",
      "optional": false,
      "req": "^0.5.2-rc.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": true,
      "req": "^0.4.30",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nanoid",
      "optional": true,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.21.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rmp",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rmp-serde",
      "optional": true,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "rc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.150",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "storekey",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4",
        "v7",
        "serde"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.23.3",
      "target": null
    }
  ],
  "features": {
    "traceability": [
      "kalamdb-observability/traceability"
    ]
  },
  "features2": {
    "arrow": [
      "serde",
      "dep:arrow",
      "dep:arrow-schema"
    ],
    "arrow-conversion": [
      "arrow"
    ],
    "arrow-utils": [
      "arrow",
      "rows"
    ],
    "conversions": [
      "rows",
      "schema-metadata",
      "dep:uuid"
    ],
    "default": [
      "full"
    ],
    "full": [
      "serde",
      "rows",
      "conversions",
      "serialization",
      "arrow-utils",
      "table-definition",
      "dep:chrono",
      "dep:uuid",
      "dep:nanoid",
      "dep:log",
      "websocket-auth",
      "dep:datafusion-common",
      "msgpack"
    ],
    "msgpack": [
      "serde",
      "dep:rmp",
      "dep:rmp-serde"
    ],
    "rows": [
      "scalar-values"
    ],
    "scalar-values": [
      "arrow",
      "dep:datafusion-common"
    ],
    "schema-metadata": [
      "arrow"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_json"
    ],
    "serialization": [
      "rows",
      "dep:flatbuffers",
      "dep:flexbuffers"
    ],
    "table-definition": [
      "schema-metadata",
      "arrow-conversion",
      "dep:chrono"
    ],
    "wasm": [
      "serde",
      "msgpack"
    ],
    "websocket-auth": [
      "serde"
    ]
  },
  "index_path": "ka/la/kalamdb-commons",
  "name": "kalamdb-commons",
  "pubtime": "2026-06-11T10:36:14Z",
  "rust_version": "1.92",
  "v": 2,
  "vers": "0.5.2-rc.2",
  "yanked": false
}
