{
  "cksum": "b45f476b2f11d62a2cf973cffd4b5f9ebd87e4d0fd47aca91b713e52a115cf53",
  "crate_file": "scirs2-core-0.1.0-alpha.3.crate",
  "crate_url": "https://static.crates.io/crates/scirs2-core/scirs2-core-0.1.0-alpha.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "approx",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bincode",
      "optional": true,
      "req": "^1.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cached",
      "optional": true,
      "req": "^0.48.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2.153",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lz4",
      "optional": true,
      "req": "^1.24.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memmap2",
      "optional": true,
      "req": "^0.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "rayon"
      ],
      "kind": "normal",
      "name": "ndarray",
      "optional": false,
      "req": "^0.16.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "openblas-system"
      ],
      "kind": "normal",
      "name": "ndarray-linalg",
      "optional": true,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-complex",
      "optional": false,
      "req": "^0.4.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-traits",
      "optional": false,
      "req": "^0.2.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num_cpus",
      "optional": true,
      "req": "^1.16.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand_distr",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "snap",
      "optional": true,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tempfile",
      "optional": true,
      "req": "^3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wide",
      "optional": true,
      "req": "^0.7.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "zstd",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    }
  ],
  "features": {
    "all": [
      "simd",
      "parallel",
      "cache",
      "validation",
      "logging",
      "gpu",
      "memory_management",
      "memory_efficient",
      "memory_compression",
      "array",
      "profiling",
      "random",
      "types",
      "linalg",
      "ufuncs"
    ],
    "array": [],
    "cache": [
      "cached"
    ],
    "cuda": [
      "gpu"
    ],
    "default": [
      "array",
      "serialization"
    ],
    "gpu": [],
    "intel-mkl": [
      "ndarray-linalg/intel-mkl"
    ],
    "linalg": [
      "ndarray-linalg"
    ],
    "logging": [],
    "memory_call_stack": [
      "memory_metrics"
    ],
    "memory_compression": [
      "memory_efficient",
      "lz4",
      "zstd",
      "snap",
      "serde",
      "serde_json",
      "libc",
      "num_cpus"
    ],
    "memory_efficient": [
      "tempfile",
      "bincode",
      "memmap2",
      "rayon"
    ],
    "memory_management": [],
    "memory_metrics": [
      "memory_management",
      "serde",
      "serde_json"
    ],
    "memory_visualization": [
      "memory_metrics"
    ],
    "netlib": [
      "ndarray-linalg/netlib"
    ],
    "openblas": [
      "ndarray-linalg/openblas-system"
    ],
    "parallel": [
      "rayon",
      "ndarray/rayon"
    ],
    "profiling": [],
    "random": [],
    "serialization": [
      "serde",
      "serde_json"
    ],
    "simd": [
      "wide"
    ],
    "types": [],
    "ufuncs": [],
    "validation": []
  },
  "index_path": "sc/ir/scirs2-core",
  "name": "scirs2-core",
  "pubtime": "2025-05-19T03:44:35Z",
  "vers": "0.1.0-alpha.3",
  "yanked": true
}
