{
  "cksum": "925b8a60f938b333b93ddd6a189df42f158418e61e4626dc4d981d56e96fbaac",
  "crate_file": "fanuc_ucl-1.0.2.crate",
  "crate_url": "https://static.crates.io/crates/fanuc_ucl/fanuc_ucl-1.0.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bincode",
      "optional": true,
      "req": "^2.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": true,
      "req": "^2.9.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg_mixin",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "event-listener",
      "optional": true,
      "req": "^5.4.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "flume",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "impls",
      "optional": true,
      "req": "^1.0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "inherent",
      "optional": true,
      "req": "^1.0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "int-enum",
      "optional": true,
      "req": "^1.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "inventory",
      "optional": true,
      "req": "^0.3.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "os-poll",
        "os-ext",
        "net"
      ],
      "kind": "normal",
      "name": "mio",
      "optional": false,
      "req": "^1.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "monostate",
      "optional": true,
      "req": "^1.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "openport",
      "optional": true,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "paste",
      "optional": true,
      "req": "^1.0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "abi3-py310",
        "multiple-pymethods"
      ],
      "kind": "normal",
      "name": "pyo3",
      "optional": true,
      "req": "^0.28.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "extension-module",
        "auto-initialize",
        "multiple-pymethods",
        "generate-import-lib"
      ],
      "kind": "normal",
      "name": "pyo3",
      "optional": true,
      "req": "^0.28.0",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [
        "alloc",
        "derive",
        "std"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "preserve_order"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "1.0.*",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_repr",
      "optional": true,
      "req": "^0.1.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "spin_sleep",
      "optional": true,
      "req": "^1.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "0.1.*",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "0.3.*",
      "target": null
    }
  ],
  "features": {
    "async": [],
    "default": [
      "stmo",
      "rmi",
      "hspo",
      "hmi"
    ],
    "hmi": [
      "joint_conv",
      "bincode",
      "int-enum",
      "libc",
      "bitflags",
      "impls",
      "inherent"
    ],
    "hspo": [
      "joint_conv",
      "bincode",
      "libc"
    ],
    "joint_conv": [
      "paste"
    ],
    "py": [
      "pyo3",
      "stmo",
      "rmi",
      "hspo",
      "hmi",
      "serde_json",
      "tracing-subscriber"
    ],
    "rmi": [
      "joint_conv",
      "serde_json",
      "serde_repr",
      "monostate",
      "inventory",
      "int-enum",
      "libc",
      "event-listener",
      "inherent"
    ],
    "stmo": [
      "joint_conv",
      "bincode",
      "spin_sleep",
      "libc",
      "bitflags",
      "openport"
    ]
  },
  "index_path": "fa/nu/fanuc_ucl",
  "name": "fanuc_ucl",
  "pubtime": "2026-02-21T08:02:23Z",
  "vers": "1.0.2",
  "yanked": false
}
