{
  "cksum": "0960858c19c3dd2f581b4a17a85adbdc373c5afbd89ec1bc7f0dac2f855c4030",
  "crate_file": "concision-utils-0.2.8.crate",
  "crate_url": "https://static.crates.io/crates/concision-utils/concision-utils-0.2.8.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": [],
      "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": [
      "ndarray/blas"
    ],
    "nightly": [],
    "wasi": []
  },
  "features2": {
    "alloc": [
      "num/alloc",
      "serde?/alloc",
      "serde_json?/alloc",
      "variants/alloc"
    ],
    "approx": [
      "dep:approx",
      "ndarray/approx"
    ],
    "complex": [
      "dep:num-complex"
    ],
    "default": [
      "std"
    ],
    "full": [
      "approx",
      "complex",
      "default",
      "json",
      "rand",
      "serde",
      "tracing"
    ],
    "json": [
      "alloc",
      "serde",
      "serde_json"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_distr",
      "num/rand",
      "num-complex?/rand",
      "rng"
    ],
    "rayon": [
      "dep:rayon",
      "ndarray/rayon"
    ],
    "rng": [
      "dep:getrandom",
      "rand?/small_rng",
      "rand?/thread_rng"
    ],
    "rustfft": [
      "dep:rustfft"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "ndarray/serde",
      "num/serde",
      "num-complex?/serde",
      "rand?/serde",
      "rand_distr?/serde"
    ],
    "serde_json": [
      "dep:serde_json"
    ],
    "signal": [
      "complex",
      "rustfft"
    ],
    "std": [
      "alloc",
      "ndarray/std",
      "num/std",
      "num-complex?/std",
      "num-traits/std",
      "rand?/std",
      "rand?/std_rng",
      "serde/std",
      "strum/std",
      "thiserror/std",
      "tracing?/std",
      "variants/std"
    ],
    "tracing": [
      "dep:tracing"
    ],
    "wasm": [
      "getrandom?/wasm_js"
    ]
  },
  "index_path": "co/nc/concision-utils",
  "name": "concision-utils",
  "pubtime": "2025-11-26T06:34:09Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.2.8",
  "yanked": false
}
