{
  "cksum": "6b34ad1a36243c386ae14173d531c252cdb1c02e1fc225080cd4e27478d4bfa8",
  "crate_file": "concision-ext-0.2.7.crate",
  "crate_url": "https://static.crates.io/crates/concision-ext/concision-ext-0.2.7.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "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": [
        "neural"
      ],
      "kind": "normal",
      "name": "concision",
      "optional": false,
      "req": "^0.2.7",
      "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": 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": "scsys",
      "optional": false,
      "req": "^0.3.1",
      "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": false,
      "features": [
        "attributes",
        "log"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ansi",
        "env-filter",
        "fmt",
        "std"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {
    "attention": [],
    "blas": [
      "concision/blas",
      "ndarray/blas"
    ],
    "nightly": [
      "concision/nightly"
    ],
    "rayon": [
      "concision/rayon",
      "ndarray/rayon"
    ],
    "rng": [
      "concision/rng",
      "scsys/rng"
    ],
    "wasi": [
      "concision/wasi",
      "scsys/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "concision/alloc",
      "num/alloc",
      "scsys/alloc",
      "serde?/alloc",
      "serde_json?/alloc"
    ],
    "anyhow": [
      "dep:anyhow",
      "concision/anyhow",
      "scsys/anyhow"
    ],
    "approx": [
      "dep:approx",
      "concision/approx",
      "ndarray/approx"
    ],
    "complex": [
      "dep:num-complex"
    ],
    "default": [
      "attention",
      "std"
    ],
    "full": [
      "default",
      "anyhow",
      "complex",
      "rand",
      "json",
      "serde",
      "tracing"
    ],
    "init": [
      "concision/init",
      "rand"
    ],
    "json": [
      "alloc",
      "serde",
      "serde_json"
    ],
    "rand": [
      "concision/rand",
      "num/rand",
      "num-complex?/rand"
    ],
    "rustfft": [
      "dep:rustfft"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "concision/serde",
      "ndarray/serde",
      "num/serde",
      "num-complex?/serde",
      "scsys/serde"
    ],
    "serde_json": [
      "dep:serde_json"
    ],
    "signal": [
      "complex",
      "rustfft"
    ],
    "std": [
      "alloc",
      "anyhow?/std",
      "approx?/std",
      "concision/std",
      "ndarray/std",
      "num/std",
      "num-complex?/std",
      "num-traits/std",
      "scsys/std",
      "serde?/std",
      "serde_json?/std",
      "tracing?/std"
    ],
    "tracing": [
      "dep:tracing",
      "concision/tracing",
      "scsys/tracing"
    ],
    "wasm": [
      "concision/wasm",
      "scsys/wasm",
      "rayon?/web_spin_lock"
    ]
  },
  "index_path": "co/nc/concision-ext",
  "name": "concision-ext",
  "pubtime": "2025-07-03T04:12:06Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.2.7",
  "yanked": false
}
