{
  "cksum": "31eb888aacd641e88e6f7877ff47bb249705c2b28a7e943c7f226ff7bc4c482f",
  "crate_file": "concision-core-0.1.16.crate",
  "crate_url": "https://static.crates.io/crates/concision-core/concision-core-0.1.16.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "approx",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "concision-math",
      "optional": false,
      "req": "^0.1.16",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "lazy_static",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ndarray",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-complex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num-traits",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "paste",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand_distr",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-derive",
      "optional": false,
      "req": "^0.2.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_derive",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smart-default",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "strum",
      "optional": false,
      "req": "^0.27",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "blas": [
      "concision-math/blas",
      "ndarray/blas"
    ]
  },
  "features2": {
    "alloc": [
      "concision-math/alloc",
      "num/alloc",
      "serde?/alloc"
    ],
    "anyhow": [
      "dep:anyhow"
    ],
    "approx": [
      "concision-math/approx",
      "dep:approx",
      "ndarray/approx"
    ],
    "default": [
      "std"
    ],
    "full": [
      "approx",
      "default",
      "json",
      "rand",
      "serde",
      "tracing"
    ],
    "json": [
      "dep:serde_json",
      "serde_json?/alloc",
      "serde"
    ],
    "rand": [
      "concision-math/rand",
      "dep:rand",
      "dep:rand_distr",
      "num/rand",
      "rng"
    ],
    "rayon": [
      "dep:rayon",
      "concision-math/rayon",
      "ndarray/rayon"
    ],
    "rng": [
      "dep:getrandom",
      "rand?/small_rng",
      "rand?/thread_rng"
    ],
    "serde": [
      "concision-math/serde",
      "dep:serde",
      "dep:serde_derive",
      "ndarray/serde",
      "num/serde",
      "rand?/serde",
      "rand_distr?/serde",
      "serde?/derive"
    ],
    "std": [
      "alloc",
      "anyhow?/std",
      "concision-math/std",
      "ndarray/std",
      "num/std",
      "num-complex/std",
      "num-traits/std",
      "rand?/std",
      "rand?/std_rng",
      "serde/std",
      "strum/std",
      "thiserror/std"
    ],
    "tracing": [
      "concision-math/tracing",
      "dep:tracing"
    ]
  },
  "index_path": "co/nc/concision-core",
  "name": "concision-core",
  "pubtime": "2025-04-24T02:32:00Z",
  "v": 2,
  "vers": "0.1.16",
  "yanked": false
}
