{
  "cksum": "f58c1e693351e0fa04ad7fa3bd0b0444687ac6eb7ddc6f2fda5bed676e6ae1c2",
  "crate_file": "api_xai-0.6.1.crate",
  "crate_url": "https://static.crates.io/crates/api_xai/api_xai-0.6.1.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "api_openai_compatible",
      "optional": true,
      "req": "=0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "error_typed"
      ],
      "kind": "normal",
      "name": "error_tools",
      "optional": true,
      "req": "^0.40",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "eventsource-stream",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "former",
      "optional": true,
      "req": "^2.48",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-core",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lru",
      "optional": true,
      "req": "^0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mod_interface",
      "optional": true,
      "req": "^0.64",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prometheus",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json",
        "rustls",
        "stream"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "secrecy",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "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",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tiktoken-rs",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.52",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "macros"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.52",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "secrets"
      ],
      "kind": "normal",
      "name": "workspace_tools",
      "optional": true,
      "req": "^0.14",
      "target": null
    }
  ],
  "features": {
    "batch_operations": [
      "tokio/sync"
    ],
    "circuit_breaker": [],
    "curl_diagnostics": [],
    "enhanced_tools": [],
    "failover": [],
    "health_checks": [],
    "input_validation": [],
    "integration": [],
    "rate_limiting": [
      "tokio/time"
    ],
    "retry": [],
    "sync_api": [
      "tokio/rt-multi-thread"
    ],
    "tool_calling": []
  },
  "features2": {
    "caching": [
      "dep:lru"
    ],
    "count_tokens": [
      "dep:tiktoken-rs"
    ],
    "default": [
      "full"
    ],
    "enabled": [
      "dep:api_openai_compatible",
      "api_openai_compatible/enabled",
      "dep:mod_interface",
      "dep:error_tools",
      "dep:workspace_tools",
      "dep:serde",
      "dep:serde_json",
      "dep:secrecy",
      "dep:former",
      "dep:futures-core",
      "dep:futures-util",
      "dep:tokio",
      "dep:reqwest",
      "dep:url"
    ],
    "full": [
      "enabled",
      "integration",
      "streaming",
      "tool_calling",
      "retry",
      "circuit_breaker",
      "rate_limiting",
      "failover",
      "enhanced_tools",
      "health_checks",
      "structured_logging",
      "count_tokens",
      "caching",
      "input_validation",
      "curl_diagnostics",
      "batch_operations",
      "performance_metrics",
      "sync_api"
    ],
    "performance_metrics": [
      "dep:prometheus"
    ],
    "streaming": [
      "dep:eventsource-stream",
      "dep:bytes",
      "api_openai_compatible/streaming"
    ],
    "structured_logging": [
      "dep:tracing"
    ]
  },
  "index_path": "ap/i_/api_xai",
  "name": "api_xai",
  "pubtime": "2026-06-17T07:12:01Z",
  "rust_version": "1.70",
  "v": 2,
  "vers": "0.6.1",
  "yanked": false
}
