{
  "cksum": "5482e558767bf6795f1c151c0e05312529414e3652d027c1a2e619294c87d128",
  "crate_file": "diffsol-0.13.1.crate",
  "crate_url": "https://static.crates.io/crates/diffsol/diffsol-0.13.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "bindgen",
      "optional": true,
      "req": "^0.72.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "cc",
      "optional": true,
      "req": "^1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "colog",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cuda-version-from-build-system",
        "cusolver",
        "dynamic-linking",
        "std",
        "cublas",
        "cublaslt",
        "curand",
        "driver",
        "runtime",
        "nvrtc"
      ],
      "kind": "normal",
      "name": "cudarc",
      "optional": true,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rayon"
      ],
      "kind": "normal",
      "name": "diffsl",
      "optional": true,
      "req": "^0.11.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "sparse-linalg",
        "rand",
        "npy",
        "rayon"
      ],
      "kind": "normal",
      "name": "faer",
      "optional": false,
      "req": "^0.24",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [
        "std",
        "sparse-linalg",
        "rand",
        "npy"
      ],
      "kind": "normal",
      "name": "faer",
      "optional": false,
      "req": "^0.24",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "faer-traits",
      "optional": false,
      "req": "^0.24",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "yaml"
      ],
      "kind": "dev",
      "name": "insta",
      "optional": false,
      "req": "^1.43",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.29",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nalgebra",
      "optional": false,
      "req": "^0.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "io"
      ],
      "kind": "normal",
      "name": "nalgebra-sparse",
      "optional": false,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-traits",
      "optional": false,
      "req": "^0.2.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "paste",
      "optional": false,
      "req": "^1.0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "petgraph",
      "optional": false,
      "req": "^0.8.3",
      "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": "skeptic",
      "optional": false,
      "req": "^0.13.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "suitesparse_sys",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.17",
      "target": null
    }
  ],
  "features": {
    "default": [
      "nalgebra",
      "faer"
    ],
    "diffsl-external": [],
    "diffsl-llvm": [],
    "faer": [],
    "nalgebra": [],
    "suitesparse": [
      "suitesparse_sys"
    ],
    "sundials": [
      "suitesparse_sys",
      "bindgen",
      "cc"
    ]
  },
  "features2": {
    "cuda": [
      "dep:cudarc"
    ],
    "diffsl": [
      "dep:diffsl"
    ],
    "diffsl-cranelift": [
      "diffsl/cranelift",
      "diffsl"
    ],
    "diffsl-external-dynamic": [
      "diffsl",
      "diffsl/external_dynamic"
    ],
    "diffsl-external-f32": [
      "diffsl-external",
      "diffsl/external_f32",
      "diffsl"
    ],
    "diffsl-external-f64": [
      "diffsl-external",
      "diffsl/external_f64",
      "diffsl"
    ],
    "diffsl-llvm15": [
      "diffsl/llvm15-0",
      "diffsl",
      "diffsl-llvm"
    ],
    "diffsl-llvm16": [
      "diffsl/llvm16-0",
      "diffsl",
      "diffsl-llvm"
    ],
    "diffsl-llvm17": [
      "diffsl/llvm17-0",
      "diffsl",
      "diffsl-llvm"
    ],
    "diffsl-llvm18": [
      "diffsl/llvm18-1",
      "diffsl",
      "diffsl-llvm"
    ],
    "diffsl-llvm19": [
      "diffsl/llvm19-1",
      "diffsl",
      "diffsl-llvm"
    ],
    "diffsl-llvm20": [
      "diffsl/llvm20-1",
      "diffsl",
      "diffsl-llvm"
    ],
    "diffsl-llvm21": [
      "diffsl/llvm21-1",
      "diffsl",
      "diffsl-llvm"
    ]
  },
  "index_path": "di/ff/diffsol",
  "name": "diffsol",
  "pubtime": "2026-05-09T22:17:29Z",
  "v": 2,
  "vers": "0.13.1",
  "yanked": false
}
