{
  "cksum": "a2db08701985f7ada51256ceac606a7975d4a91c2fa2a4be46f8cbad1fb270b9",
  "crate_file": "faer-0.17.0.crate",
  "crate_url": "https://static.crates.io/crates/faer/faer-0.17.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "assert_approx_eq",
      "optional": false,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytemuck",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "coe-rs",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dbgf",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dyn-stack",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "faer-cholesky",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "faer-core",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "faer-evd",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "faer-lu",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "faer-qr",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "faer-sparse",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "faer-svd",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "matrixcompare",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nalgebra",
      "optional": true,
      "req": "^0.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "nalgebra",
      "optional": false,
      "req": "^0.32",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ndarray",
      "optional": true,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ndarray",
      "optional": false,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "npyz",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num-complex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "lazy"
      ],
      "kind": "normal",
      "name": "polars",
      "optional": true,
      "req": "^0.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "lazy",
        "parquet"
      ],
      "kind": "dev",
      "name": "polars",
      "optional": false,
      "req": "^0.37",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pulp",
      "optional": false,
      "req": "^0.18.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "reborrow",
      "optional": false,
      "req": "^0.5",
      "target": null
    }
  ],
  "features": {
    "nightly": [
      "faer-core/nightly",
      "faer-cholesky/nightly",
      "faer-lu/nightly",
      "faer-qr/nightly",
      "faer-svd/nightly",
      "faer-evd/nightly",
      "faer-sparse/nightly",
      "pulp/nightly"
    ],
    "perf-warn": [
      "log",
      "faer-core/perf-warn",
      "faer-cholesky/perf-warn",
      "faer-lu/perf-warn",
      "faer-qr/perf-warn",
      "faer-svd/perf-warn",
      "faer-evd/perf-warn",
      "faer-sparse/perf-warn"
    ],
    "serde": [
      "faer-core/serde"
    ]
  },
  "features2": {
    "default": [
      "std",
      "rayon",
      "matrixcompare"
    ],
    "matrixcompare": [
      "dep:matrixcompare"
    ],
    "nalgebra": [
      "dep:nalgebra"
    ],
    "ndarray": [
      "dep:ndarray"
    ],
    "npy": [
      "std",
      "dep:npyz"
    ],
    "polars": [
      "dep:polars"
    ],
    "rayon": [
      "std",
      "faer-core/rayon",
      "faer-cholesky/rayon",
      "faer-lu/rayon",
      "faer-qr/rayon",
      "faer-svd/rayon",
      "faer-evd/rayon",
      "faer-sparse/rayon"
    ],
    "std": [
      "faer-core/std",
      "faer-cholesky/std",
      "faer-lu/std",
      "faer-qr/std",
      "faer-svd/std",
      "faer-evd/std",
      "faer-sparse/std",
      "matrixcompare"
    ]
  },
  "index_path": "fa/er/faer",
  "name": "faer",
  "pubtime": "2024-02-18T01:16:28Z",
  "v": 2,
  "vers": "0.17.0",
  "yanked": false
}
