{
  "cksum": "21c3e3cfebe4a1bc8d53f7b8db9c0ae5db482f55ffb8a9e14780a3c1fc6a4f1f",
  "crate_file": "rstmt-core-0.0.9.crate",
  "crate_url": "https://static.crates.io/crates/rstmt-core/rstmt-core-0.0.9.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros"
      ],
      "kind": "normal",
      "name": "contained",
      "optional": false,
      "req": "^0.2.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hashbrown",
      "optional": true,
      "req": "^0.16",
      "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-integer",
      "optional": false,
      "req": "^0.1",
      "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-core",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rspace-traits",
      "optional": false,
      "req": "^0.0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rstmt-traits",
      "optional": false,
      "req": "^0.0.9",
      "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",
        "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": [
        "derive"
      ],
      "kind": "normal",
      "name": "variants",
      "optional": false,
      "req": "^0.0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2",
      "target": null
    }
  ],
  "features": {
    "wasi": [
      "rspace-traits/wasi",
      "rstmt-traits/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "rstmt-traits/alloc",
      "contained/alloc",
      "hashbrown?/alloc",
      "rand?/alloc",
      "rand_distr?/alloc",
      "rspace-traits/alloc",
      "serde?/alloc",
      "serde_json?/alloc",
      "variants/alloc"
    ],
    "complex": [
      "dep:num-complex",
      "rspace-traits/complex"
    ],
    "default": [
      "std"
    ],
    "full": [
      "default",
      "complex",
      "hashbrown",
      "json",
      "rand",
      "serde"
    ],
    "hashbrown": [
      "dep:hashbrown",
      "rspace-traits/hashbrown",
      "rstmt-traits/hashbrown"
    ],
    "json": [
      "alloc",
      "serde",
      "serde_json"
    ],
    "nightly": [
      "hashbrown?/nightly",
      "rstmt-traits/nightly"
    ],
    "rand": [
      "rng",
      "dep:rand",
      "dep:rand_distr",
      "rspace-traits/rand",
      "rstmt-traits/rand",
      "num-complex?/rand"
    ],
    "rayon": [
      "dep:rayon-core",
      "hashbrown?/rayon",
      "rstmt-traits/rayon"
    ],
    "rng": [
      "dep:getrandom",
      "rand?/os_rng",
      "rand?/small_rng"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "serde?/derive",
      "hashbrown?/serde",
      "num-complex?/serde",
      "rspace-traits/serde",
      "rstmt-traits/serde",
      "rand?/serde",
      "rand_distr?/serde"
    ],
    "serde_json": [
      "dep:serde_json"
    ],
    "std": [
      "alloc",
      "anyhow/std",
      "contained/std",
      "hashbrown?/default",
      "num-complex?/std",
      "num-integer/std",
      "num-traits/std",
      "rand?/std",
      "rand_distr?/std",
      "rspace-traits/std",
      "rstmt-traits/std",
      "serde?/std",
      "serde_json?/std",
      "strum/std",
      "variants/std"
    ],
    "wasm": [
      "wasm_bindgen",
      "rspace-traits/wasm",
      "rstmt-traits/wasm",
      "getrandom?/wasm_js",
      "rayon-core?/web_spin_lock"
    ],
    "wasm_bindgen": [
      "dep:wasm-bindgen",
      "rspace-traits/wasm_bindgen",
      "rstmt-traits/wasm_bindgen"
    ]
  },
  "index_path": "rs/tm/rstmt-core",
  "name": "rstmt-core",
  "pubtime": "2025-12-29T23:42:42Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.0.9",
  "yanked": false
}
