{
  "cksum": "8a6f7b9fc17943b578d70def33921aca348c59dd4fd33b56b1659b9ac966ed03",
  "crate_file": "kite_sql-0.3.2.crate",
  "crate_url": "https://static.crates.io/crates/kite_sql/kite_sql-0.3.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "collections"
      ],
      "kind": "normal",
      "name": "bumpalo",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "comfy-table",
      "optional": true,
      "req": "^7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "csv",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "indicatif",
      "optional": false,
      "req": "^0.17",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3.83",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kite_sql_serde_macros",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "librocksdb-sys",
      "optional": true,
      "req": "^0.17.1",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lmdb",
      "optional": true,
      "req": "^0.8.0",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lmdb-sys",
      "optional": true,
      "req": "^0.8.0",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ordered-float",
      "optional": false,
      "req": "^4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "paste",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "flamegraph",
        "criterion"
      ],
      "kind": "dev",
      "name": "pprof",
      "optional": false,
      "req": "^0.15",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [
        "auto-initialize"
      ],
      "kind": "normal",
      "name": "pyo3",
      "optional": true,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "bindgen-runtime"
      ],
      "kind": "normal",
      "name": "rocksdb",
      "optional": true,
      "req": "^0.23",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "rust_decimal",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustyline",
      "optional": true,
      "req": "^14",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "sqlite",
      "optional": false,
      "req": "^0.34",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "sqlparser",
      "optional": true,
      "req": "^0.61",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.10",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2.106",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "wasm-bindgen-test",
      "optional": false,
      "req": "^0.3.56",
      "target": "cfg(target_arch = \"wasm32\")"
    }
  ],
  "features": {
    "macros": [],
    "orm": [
      "macros"
    ],
    "pprof": [
      "pprof/criterion",
      "pprof/flamegraph"
    ]
  },
  "features2": {
    "copy": [
      "dep:csv"
    ],
    "decimal": [
      "dep:rust_decimal"
    ],
    "default": [
      "time",
      "macros",
      "parser",
      "rocksdb"
    ],
    "lmdb": [
      "dep:lmdb",
      "dep:lmdb-sys"
    ],
    "parser": [
      "dep:sqlparser"
    ],
    "python": [
      "parser",
      "dep:pyo3"
    ],
    "rocksdb": [
      "dep:rocksdb"
    ],
    "shell": [
      "parser",
      "dep:comfy-table",
      "dep:rustyline"
    ],
    "time": [
      "dep:chrono"
    ],
    "unsafe_txdb_checkpoint": [
      "rocksdb",
      "dep:librocksdb-sys"
    ],
    "wasm": [
      "dep:js-sys",
      "dep:wasm-bindgen",
      "parser"
    ]
  },
  "index_path": "ki/te/kite_sql",
  "name": "kite_sql",
  "pubtime": "2026-06-21T08:21:47Z",
  "v": 2,
  "vers": "0.3.2",
  "yanked": false
}
