{
  "cksum": "a2f2394267335e3c282c3a13254d807f235030dcb6369046ce0fbf44b44d225b",
  "crate_file": "concision-core-0.1.23.crate",
  "crate_url": "https://static.crates.io/crates/concision-core/concision-core-0.1.23.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-utils",
      "optional": false,
      "req": "^0.1.23",
      "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": 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": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "scsys",
      "optional": false,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-derive",
      "optional": false,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "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
    }
  ],
  "features": {
    "blas": [
      "concision-utils/blas",
      "ndarray/blas"
    ],
    "rustfft": [
      "concision-utils/rustfft"
    ],
    "wasi": [
      "scsys/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "concision-utils/alloc",
      "num/alloc",
      "serde?/alloc",
      "serde_json?/alloc",
      "scsys/alloc"
    ],
    "anyhow": [
      "dep:anyhow",
      "scsys/anyhow"
    ],
    "approx": [
      "concision-utils/approx",
      "dep:approx",
      "ndarray/approx"
    ],
    "complex": [
      "dep:num-complex",
      "concision-utils/complex"
    ],
    "default": [
      "std"
    ],
    "full": [
      "anyhow",
      "approx",
      "complex",
      "default",
      "json",
      "rand",
      "serde",
      "tracing"
    ],
    "json": [
      "alloc",
      "serde",
      "serde_json",
      "scsys/json"
    ],
    "rand": [
      "concision-utils/rand",
      "dep:rand",
      "dep:rand_distr",
      "num/rand",
      "num-complex?/rand",
      "rng",
      "scsys/rand"
    ],
    "rayon": [
      "dep:rayon",
      "concision-utils/rayon",
      "ndarray/rayon"
    ],
    "rng": [
      "dep:getrandom",
      "concision-utils/rng",
      "rand?/small_rng",
      "rand?/thread_rng",
      "scsys/rng"
    ],
    "serde": [
      "concision-utils/serde",
      "dep:serde",
      "dep:serde_derive",
      "ndarray/serde",
      "num/serde",
      "num-complex?/serde",
      "rand?/serde",
      "rand_distr?/serde",
      "scsys/serde"
    ],
    "serde_json": [
      "dep:serde_json"
    ],
    "signal": [
      "complex",
      "concision-utils/signal"
    ],
    "std": [
      "alloc",
      "anyhow?/std",
      "concision-utils/std",
      "ndarray/std",
      "num/std",
      "num-complex?/std",
      "num-traits/std",
      "rand?/std",
      "rand?/std_rng",
      "serde/std",
      "scsys/std",
      "strum/std",
      "thiserror/std",
      "tracing?/std"
    ],
    "tracing": [
      "concision-utils/tracing",
      "dep:tracing",
      "scsys/tracing"
    ],
    "wasm": [
      "getrandom?/wasm_js",
      "scsys/wasm"
    ]
  },
  "index_path": "co/nc/concision-core",
  "name": "concision-core",
  "pubtime": "2025-06-07T03:02:31Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.1.23",
  "yanked": false
}
