{
  "cksum": "9810bd0e849e21ad3a75b8a0e6fc57cc84408183a5cd7086d43f9dd7b8fab006",
  "crate_file": "brainwires-tool-runtime-0.11.0.crate",
  "crate_url": "https://static.crates.io/crates/brainwires-tool-runtime/brainwires-tool-runtime-0.11.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "brainwires-core",
      "optional": false,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "brainwires-rag",
      "optional": true,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "brainwires-sandbox",
      "optional": true,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "session"
      ],
      "kind": "normal",
      "name": "brainwires-stores",
      "optional": true,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "openapiv3",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "json",
        "stream"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde",
        "std"
      ],
      "kind": "normal",
      "name": "rhai",
      "optional": true,
      "req": "^1.23",
      "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": "normal",
      "name": "serde_yml",
      "optional": true,
      "req": "^0.0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.43",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full",
        "test-util"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.43",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4",
        "serde"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "web-time",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "default": [
      "native"
    ],
    "native": [
      "tokio/process",
      "tokio/fs",
      "brainwires-core/native"
    ],
    "wasm": [
      "brainwires-core/wasm"
    ]
  },
  "features2": {
    "full": [
      "orchestrator",
      "oauth",
      "openapi",
      "sandbox",
      "sessions",
      "rag"
    ],
    "oauth": [
      "native",
      "dep:getrandom",
      "dep:zeroize",
      "dep:reqwest"
    ],
    "openapi": [
      "dep:openapiv3",
      "dep:serde_yml",
      "dep:reqwest"
    ],
    "orchestrator": [
      "dep:rhai",
      "rhai/sync"
    ],
    "orchestrator-wasm": [
      "dep:rhai",
      "dep:web-time"
    ],
    "rag": [
      "dep:brainwires-rag"
    ],
    "sandbox": [
      "native",
      "dep:brainwires-sandbox"
    ],
    "sessions": [
      "native",
      "dep:brainwires-stores",
      "dep:chrono"
    ]
  },
  "index_path": "br/ai/brainwires-tool-runtime",
  "name": "brainwires-tool-runtime",
  "pubtime": "2026-05-20T11:15:52Z",
  "rust_version": "1.91",
  "v": 2,
  "vers": "0.11.0",
  "yanked": false
}
