{
  "cksum": "cd422ae129779664fc219abadb0e3bcb71d6da2e3b3282470c479771cfb81598",
  "crate_file": "klieo-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/klieo/klieo-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bytes",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-a2a",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-bus-memory",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-bus-nats",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-core",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-embed-common",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-flows",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-llm-anthropic",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-llm-genai",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-llm-ollama",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-llm-openai",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-macros",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-memory-neo4j",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-memory-qdrant",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-memory-sqlite",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-otel",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-provenance",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-runlog",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-spec",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-tools",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klieo-tools-mcp",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "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": [
        "full",
        "macros",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt"
      ],
      "kind": "dev",
      "name": "tokio-util",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "wiremock",
      "optional": false,
      "req": "^0.6",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "test-utils": [
      "klieo-core/test-utils"
    ]
  },
  "features2": {
    "a2a": [
      "dep:klieo-a2a"
    ],
    "all-foundation": [
      "tools",
      "macros",
      "llm-ollama",
      "memory-sqlite",
      "bus-memory",
      "bus-nats",
      "mcp"
    ],
    "all-llm": [
      "llm-ollama",
      "llm-openai",
      "llm-anthropic",
      "llm-genai"
    ],
    "all-memory": [
      "memory-sqlite",
      "memory-neo4j",
      "memory-qdrant",
      "embed-common"
    ],
    "all-observability": [
      "runlog",
      "otel",
      "provenance"
    ],
    "bus-memory": [
      "dep:klieo-bus-memory"
    ],
    "bus-nats": [
      "dep:klieo-bus-nats"
    ],
    "embed-common": [
      "dep:klieo-embed-common"
    ],
    "flows": [
      "dep:klieo-flows"
    ],
    "full": [
      "all-foundation",
      "all-llm",
      "all-memory",
      "all-observability",
      "flows",
      "a2a",
      "spec"
    ],
    "llm-anthropic": [
      "dep:klieo-llm-anthropic"
    ],
    "llm-genai": [
      "dep:klieo-llm-genai"
    ],
    "llm-ollama": [
      "dep:klieo-llm-ollama"
    ],
    "llm-openai": [
      "dep:klieo-llm-openai"
    ],
    "macros": [
      "dep:klieo-macros"
    ],
    "mcp": [
      "dep:klieo-tools-mcp",
      "tools"
    ],
    "memory-fastembed": [
      "memory-sqlite",
      "klieo-memory-sqlite/fastembed"
    ],
    "memory-neo4j": [
      "dep:klieo-memory-neo4j"
    ],
    "memory-qdrant": [
      "dep:klieo-memory-qdrant"
    ],
    "memory-sqlite": [
      "dep:klieo-memory-sqlite"
    ],
    "memory-sqlite-vec": [
      "memory-sqlite",
      "klieo-memory-sqlite/sqlite-vec"
    ],
    "otel": [
      "dep:klieo-otel"
    ],
    "provenance": [
      "dep:klieo-provenance"
    ],
    "runlog": [
      "dep:klieo-runlog"
    ],
    "runlog-compaction-llm": [
      "runlog",
      "klieo-runlog/compaction-llm"
    ],
    "runlog-sqlite": [
      "runlog",
      "klieo-runlog/sqlite"
    ],
    "spec": [
      "dep:klieo-spec"
    ],
    "tools": [
      "dep:klieo-tools"
    ]
  },
  "index_path": "kl/ie/klieo",
  "name": "klieo",
  "pubtime": "2026-05-15T16:52:02Z",
  "rust_version": "1.83",
  "v": 2,
  "vers": "0.2.0",
  "yanked": false
}
