{
  "cksum": "ea8ab4dd20883ddf58cdbade1810f8840d0d420f33e5143b407ec7c3102ae2ec",
  "crate_file": "ndtensor-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/ndtensor/ndtensor-0.1.1.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": true,
      "features": [
        "plotters"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.6",
      "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": 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": [],
      "kind": "normal",
      "name": "scsys-derive",
      "optional": false,
      "req": "^0.3.1",
      "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": [
      "ndarray/blas"
    ],
    "nightly": [],
    "wasi": [
      "scsys/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "num/alloc",
      "serde?/alloc",
      "serde_json?/alloc",
      "scsys/alloc"
    ],
    "anyhow": [
      "dep:anyhow",
      "scsys/anyhow"
    ],
    "approx": [
      "dep:approx",
      "ndarray/approx"
    ],
    "complex": [
      "dep:num-complex"
    ],
    "default": [
      "std"
    ],
    "full": [
      "default",
      "anyhow",
      "approx",
      "complex",
      "json",
      "rand",
      "serde",
      "tracing"
    ],
    "json": [
      "alloc",
      "serde",
      "serde_json",
      "scsys/json"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_distr",
      "num/rand",
      "num-complex?/rand",
      "rng",
      "scsys/rand"
    ],
    "rayon": [
      "dep:rayon",
      "ndarray/rayon"
    ],
    "rng": [
      "dep:getrandom",
      "rand?/small_rng",
      "rand?/thread_rng",
      "scsys/rng"
    ],
    "rustfft": [
      "dep:rustfft"
    ],
    "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",
      "rustfft"
    ],
    "std": [
      "alloc",
      "anyhow?/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": [
      "dep:tracing",
      "scsys/tracing"
    ],
    "wasm": [
      "getrandom?/wasm_js",
      "scsys/wasm"
    ]
  },
  "index_path": "nd/te/ndtensor",
  "name": "ndtensor",
  "pubtime": "2025-06-30T10:26:55Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.1.1",
  "yanked": false
}
