{
  "cksum": "c4862f21411c5e2ece3fc4ac8ece1f5998917c502870efda1148f8e33ead6c43",
  "crate_file": "thinkinglanguage-0.3.2.crate",
  "crate_url": "https://static.crates.io/crates/thinkinglanguage/thinkinglanguage-0.3.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossterm",
      "optional": true,
      "req": "^0.28",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ratatui",
      "optional": true,
      "req": "^0.29",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustyline",
      "optional": false,
      "req": "^15",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-ai",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-ast",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-compiler",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-errors",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-interpreter",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-lexer",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-lsp",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-package",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-parser",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-stream",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tl-types",
      "optional": false,
      "package": "thinkinglanguage-types",
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml_edit",
      "optional": false,
      "req": "^0.22",
      "target": null
    }
  ],
  "features": {
    "async-runtime": [
      "tl-compiler/async-runtime",
      "tl-interpreter/async-runtime"
    ],
    "bigquery": [
      "tl-compiler/bigquery",
      "tl-interpreter/bigquery"
    ],
    "clickhouse": [
      "tl-compiler/clickhouse",
      "tl-interpreter/clickhouse"
    ],
    "databricks": [
      "tl-compiler/databricks",
      "tl-interpreter/databricks"
    ],
    "duckdb": [
      "tl-compiler/duckdb",
      "tl-interpreter/duckdb"
    ],
    "gpu": [
      "tl-compiler/gpu"
    ],
    "kafka": [
      "tl-stream/kafka"
    ],
    "mcp": [
      "tl-compiler/mcp",
      "tl-interpreter/mcp"
    ],
    "mongodb": [
      "tl-compiler/mongodb",
      "tl-interpreter/mongodb"
    ],
    "mssql": [
      "tl-compiler/mssql",
      "tl-interpreter/mssql"
    ],
    "mysql": [
      "tl-compiler/mysql",
      "tl-interpreter/mysql"
    ],
    "python": [
      "tl-compiler/python",
      "tl-interpreter/python"
    ],
    "redis": [
      "tl-compiler/redis",
      "tl-interpreter/redis"
    ],
    "registry": [
      "tl-package/registry"
    ],
    "s3": [
      "tl-compiler/s3",
      "tl-interpreter/s3"
    ],
    "sftp": [
      "tl-compiler/sftp",
      "tl-interpreter/sftp"
    ],
    "snowflake": [
      "tl-compiler/snowflake",
      "tl-interpreter/snowflake"
    ],
    "sqlite": [
      "tl-compiler/sqlite",
      "tl-interpreter/sqlite"
    ]
  },
  "features2": {
    "notebook": [
      "dep:ratatui",
      "dep:crossterm"
    ]
  },
  "index_path": "th/in/thinkinglanguage",
  "name": "thinkinglanguage",
  "pubtime": "2026-05-24T18:16:02Z",
  "v": 2,
  "vers": "0.3.2",
  "yanked": false
}
