{
  "cksum": "ac36da5918a5610421789b38de49c2787295f0832f3b3d6bdaa5deebe8ce07c7",
  "crate_file": "behaviortree-0.8.0.crate",
  "crate_url": "https://static.crates.io/crates/behaviortree/behaviortree-0.8.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.89",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "behaviortree-behaviors",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "behaviortree-core",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "behaviortree-derive",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "behaviortree-factory",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "databoard",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dataport",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "doc-comment",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json"
      ],
      "kind": "dev",
      "name": "nanoserde",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "portable-atomic-util",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rstest",
      "optional": false,
      "req": "^0.26",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "portable-atomic",
        "rwlock",
        "use_ticket_mutex"
      ],
      "kind": "normal",
      "name": "spin",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tinyscript",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "macros",
        "time"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.50",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "woxml",
      "optional": false,
      "req": "^0.6",
      "target": null
    }
  ],
  "features": {
    "all_behaviors": [
      "mock_behavior",
      "simple_behavior",
      "behaviortree-factory/all_behaviors"
    ],
    "always_failure": [
      "behaviortree-factory/always_failure"
    ],
    "always_running": [
      "behaviortree-factory/always_running"
    ],
    "always_success": [
      "behaviortree-factory/always_success"
    ],
    "default": [
      "std",
      "factory",
      "groot",
      "observer",
      "all_behaviors"
    ],
    "delay": [
      "behaviortree-factory/delay"
    ],
    "factory": [],
    "force_failure": [
      "behaviortree-factory/force_failure"
    ],
    "force_running": [
      "behaviortree-factory/force_running"
    ],
    "force_success": [
      "behaviortree-factory/force_success"
    ],
    "groot": [
      "behaviortree-core/groot"
    ],
    "if_then_else": [
      "behaviortree-factory/if_then_else"
    ],
    "inverter": [
      "behaviortree-factory/inverter"
    ],
    "keep_running_until_failure": [
      "behaviortree-factory/keep_running_until_failure"
    ],
    "loop_bool": [
      "behaviortree-factory/loop_bool"
    ],
    "loop_double": [
      "behaviortree-factory/loop_double"
    ],
    "loop_int": [
      "behaviortree-factory/loop_int"
    ],
    "loop_queue": [
      "behaviortree-factory/loop_queue"
    ],
    "loop_string": [
      "behaviortree-factory/loop_string"
    ],
    "mock_behavior": [
      "behaviortree-core/mock_behavior",
      "behaviortree-factory/mock_behavior"
    ],
    "observer": [
      "behaviortree-core/observer"
    ],
    "pop_bool": [
      "behaviortree-factory/pop_bool"
    ],
    "pop_double": [
      "behaviortree-factory/pop_double"
    ],
    "pop_int": [
      "behaviortree-factory/pop_int"
    ],
    "pop_string": [
      "behaviortree-factory/pop_string"
    ],
    "precondition": [
      "behaviortree-factory/precondition"
    ],
    "repeat": [
      "behaviortree-factory/repeat"
    ],
    "retry_until_successful": [
      "behaviortree-factory/retry_until_successful"
    ],
    "run_once": [
      "behaviortree-factory/run_once"
    ],
    "script": [
      "behaviortree-factory/script"
    ],
    "script_condition": [
      "behaviortree-factory/script_condition"
    ],
    "set_blackboard": [
      "behaviortree-factory/set_blackboard"
    ],
    "simple_behavior": [
      "behaviortree-core/simple_behavior",
      "behaviortree-factory/simple_behavior"
    ],
    "skip_unless_updated": [
      "behaviortree-factory/skip_unless_updated"
    ],
    "sleep": [
      "behaviortree-factory/sleep"
    ],
    "std": [
      "behaviortree-behaviors/std",
      "behaviortree-core/std",
      "behaviortree-factory/std",
      "databoard/std",
      "dataport/std",
      "tinyscript/std",
      "woxml/std"
    ],
    "switch2": [
      "behaviortree-factory/switch2"
    ],
    "switch3": [
      "behaviortree-factory/switch3"
    ],
    "switch4": [
      "behaviortree-factory/switch4"
    ],
    "switch5": [
      "behaviortree-factory/switch5"
    ],
    "switch6": [
      "behaviortree-factory/switch6"
    ],
    "timeout": [
      "behaviortree-factory/timeout"
    ],
    "unset_blackboard": [
      "behaviortree-factory/unset_blackboard"
    ],
    "wait_value_updated": [
      "behaviortree-factory/wait_value_updated"
    ],
    "was_entry_updated": [
      "behaviortree-factory/was_entry_updated"
    ],
    "while_do_else": [
      "behaviortree-factory/while_do_else"
    ]
  },
  "index_path": "be/ha/behaviortree",
  "name": "behaviortree",
  "pubtime": "2026-05-21T11:10:02Z",
  "rust_version": "1.95.0",
  "vers": "0.8.0",
  "yanked": false
}
