{
  "cksum": "ab2b7ed406ee7b73edb63531f8e5ffe2f1c8230f75d5623a046ba5af7790915a",
  "crate_file": "concision-neural-0.2.8.crate",
  "crate_url": "https://static.crates.io/crates/concision-neural/concision-neural-0.2.8.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "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-core",
      "optional": false,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "concision-data",
      "optional": false,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "concision-params",
      "optional": false,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "either",
      "optional": false,
      "req": "^1",
      "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.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num-complex",
      "optional": true,
      "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": true,
      "features": [],
      "kind": "normal",
      "name": "rustfft",
      "optional": true,
      "req": "^6",
      "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": false,
      "features": [
        "attributes",
        "log"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "variants",
      "optional": false,
      "req": "^0.0.1",
      "target": null
    }
  ],
  "features": {
    "blas": [
      "concision-core/blas",
      "concision-data/blas",
      "ndarray/blas"
    ],
    "init": [
      "concision-core/init"
    ],
    "nightly": [
      "concision-core/nightly",
      "concision-data/nightly",
      "concision-params/nightly",
      "variants/nightly"
    ],
    "rng": [
      "concision-core/rng",
      "concision-data/rng"
    ],
    "wasi": [
      "concision-core/wasi",
      "concision-data/wasi",
      "concision-params/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "concision-core/alloc",
      "concision-data/alloc",
      "serde?/alloc",
      "serde_json?/alloc",
      "num/alloc",
      "variants/alloc"
    ],
    "approx": [
      "concision-core/approx",
      "concision-data/approx",
      "dep:approx",
      "ndarray/approx"
    ],
    "complex": [
      "dep:num-complex",
      "concision-core/complex",
      "concision-data/complex"
    ],
    "default": [
      "std"
    ],
    "full": [
      "default",
      "approx",
      "complex",
      "init",
      "rand",
      "rustfft",
      "serde",
      "tracing"
    ],
    "json": [
      "alloc",
      "concision-core/json",
      "concision-data/json",
      "concision-params/json",
      "serde_json"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_distr",
      "concision-core/rand",
      "concision-data/rand",
      "num/rand",
      "rng"
    ],
    "rayon": [
      "concision-core/rayon",
      "concision-data/rayon",
      "dep:rayon",
      "ndarray/rayon"
    ],
    "serde": [
      "concision-core/serde",
      "concision-data/serde",
      "dep:serde",
      "dep:serde_derive",
      "ndarray/serde",
      "num/serde"
    ],
    "serde_json": [
      "dep:serde_json"
    ],
    "std": [
      "concision-core/std",
      "concision-data/std",
      "concision-params/std",
      "ndarray/std",
      "num/std",
      "num-traits/std",
      "num-complex?/std",
      "rand?/std",
      "rand?/std_rng",
      "serde?/std",
      "serde_json?/std",
      "strum/std",
      "thiserror/std",
      "tracing?/std",
      "variants/std"
    ],
    "tracing": [
      "dep:tracing",
      "concision-core/tracing",
      "concision-data/tracing"
    ],
    "wasm": [
      "concision-core/wasm",
      "concision-data/wasm",
      "concision-params/wasm",
      "getrandom?/wasm_js",
      "rayon?/web_spin_lock"
    ]
  },
  "index_path": "co/nc/concision-neural",
  "name": "concision-neural",
  "pubtime": "2025-11-26T06:35:40Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.2.8",
  "yanked": false
}
