{
  "cksum": "45296a25596684607bcff972e12f03d7247e4ef4d202b1f57b12fb26693cfc5a",
  "crate_file": "god-gragh-0.5.0.crate",
  "crate_url": "https://static.crates.io/crates/god-gragh/god-gragh-0.5.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "bitvec",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bumpalo",
      "optional": true,
      "req": "^3.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytemuck",
      "optional": false,
      "req": "^1.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "candle-core",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam-queue",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "cuda"
      ],
      "kind": "normal",
      "name": "dfdx",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "num-traits"
      ],
      "kind": "normal",
      "name": "half",
      "optional": false,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nalgebra",
      "optional": true,
      "req": "^0.33",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ndarray",
      "optional": true,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "petgraph",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand_chacha",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand_chacha",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand_distr",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand_xorshift",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "safetensors",
      "optional": true,
      "req": "^0.4",
      "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": "normal",
      "name": "smallvec",
      "optional": false,
      "req": "^1.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokenizers",
      "optional": true,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wide",
      "optional": true,
      "req": "^0.7",
      "target": null
    }
  ],
  "features": {
    "dot": [],
    "rand": [],
    "serde": [],
    "std": [],
    "unstable": []
  },
  "features2": {
    "cad-llm": [
      "tensor",
      "safetensors"
    ],
    "default": [
      "std",
      "parallel"
    ],
    "llm": [
      "transformer",
      "safetensors",
      "tokenizer",
      "tensor-pool"
    ],
    "matrix": [
      "dep:nalgebra"
    ],
    "parallel": [
      "dep:rayon",
      "dep:crossbeam-queue"
    ],
    "rand_chacha": [
      "dep:rand_chacha"
    ],
    "rayon-support": [
      "dep:rayon"
    ],
    "safetensors": [
      "dep:safetensors",
      "transformer"
    ],
    "simd": [
      "dep:wide"
    ],
    "tensor": [
      "dep:ndarray"
    ],
    "tensor-autograd": [
      "tensor",
      "dep:dfdx"
    ],
    "tensor-batch": [
      "tensor",
      "tensor-sparse"
    ],
    "tensor-candle": [
      "tensor",
      "dep:candle-core"
    ],
    "tensor-full": [
      "tensor",
      "tensor-sparse",
      "tensor-gnn",
      "tensor-pool",
      "tensor-batch"
    ],
    "tensor-gnn": [
      "tensor",
      "tensor-sparse",
      "dep:rand_distr"
    ],
    "tensor-gpu": [
      "tensor",
      "dep:dfdx"
    ],
    "tensor-inference": [
      "tensor",
      "tensor-sparse",
      "tensor-gnn"
    ],
    "tensor-ml": [
      "tensor",
      "tensor-sparse",
      "tensor-gnn",
      "tensor-autograd",
      "tensor-pool"
    ],
    "tensor-pool": [
      "tensor",
      "dep:bitvec",
      "dep:bumpalo"
    ],
    "tensor-serde": [
      "tensor"
    ],
    "tensor-sparse": [
      "tensor"
    ],
    "tokenizer": [
      "dep:tokenizers"
    ],
    "transformer": [
      "tensor",
      "tensor-sparse"
    ]
  },
  "index_path": "go/d-/god-gragh",
  "name": "god-gragh",
  "pubtime": "2026-03-29T04:07:54Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.5.0",
  "yanked": false
}
