{
  "cksum": "1b5b7241a6ad9301154a8ecc5b000195251302c5e0aeaad8e0313012de1d5cd0",
  "crate_file": "feagi-io-0.0.1-beta.2.crate",
  "crate_url": "https://static.crates.io/crates/feagi-io/feagi-io-0.0.1-beta.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "std",
        "serde",
        "compile-time-rng"
      ],
      "kind": "normal",
      "name": "ahash",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bincode",
      "optional": true,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "feagi-brain-development",
      "optional": false,
      "req": "^0.0.1-beta.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "feagi-npu-burst-engine",
      "optional": false,
      "req": "^0.0.1-beta.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "feagi-npu-neural",
      "optional": false,
      "req": "^0.0.1-beta.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "feagi-serialization",
      "optional": false,
      "req": "=0.0.1-beta.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "feagi-services",
      "optional": false,
      "req": "^0.0.1-beta.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "feagi-structures",
      "optional": false,
      "req": "=0.0.1-beta.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lz4",
      "optional": false,
      "req": "^1.28",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num_cpus",
      "optional": true,
      "req": "^1.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tokio-test",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-tungstenite",
      "optional": true,
      "req": "^0.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "zmq",
      "optional": true,
      "req": "^0.10",
      "target": null
    }
  ],
  "features": {
    "connectome-compression": [],
    "connectome-serialization": [
      "bincode",
      "connectome-compression"
    ],
    "shm-transport": []
  },
  "features2": {
    "all-transports": [
      "zmq-transport",
      "udp-transport",
      "shm-transport",
      "websocket-transport"
    ],
    "default": [
      "zmq-transport",
      "udp-transport"
    ],
    "udp-transport": [
      "dep:tokio",
      "dep:async-trait",
      "dep:num_cpus"
    ],
    "websocket-transport": [
      "udp-transport",
      "dep:tokio-tungstenite",
      "dep:futures-util"
    ],
    "zmq-transport": [
      "dep:zmq"
    ]
  },
  "index_path": "fe/ag/feagi-io",
  "name": "feagi-io",
  "pubtime": "2026-01-19T15:57:20Z",
  "v": 2,
  "vers": "0.0.1-beta.2",
  "yanked": false
}
