{
  "cksum": "b0b85e095ad628383b03117ad03794e07835f1480770c5c06802097d995ab22e",
  "crate_file": "rstm-core-0.1.3.crate",
  "crate_url": "https://static.crates.io/crates/rstm-core/rstm-core-0.1.3.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "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": "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-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": "rayon",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rspace-traits",
      "optional": false,
      "req": "^0.0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rstm-state",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rstm-traits",
      "optional": false,
      "req": "^0.1.3",
      "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": [
        "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"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2",
      "target": null
    }
  ],
  "features": {
    "macros": [
      "rstm-state/macros"
    ],
    "nightly": [
      "rstm-state/nightly",
      "rstm-traits/nightly",
      "rspace-traits/nightly"
    ],
    "rand": [
      "rstm-state/rand",
      "rstm-traits/rand",
      "rspace-traits/rand"
    ],
    "rng": [
      "rstm-state/rng"
    ],
    "wasi": [
      "rstm-state/wasi",
      "rstm-traits/wasi",
      "rspace-traits/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "contained/alloc",
      "rstm-state/alloc",
      "rstm-traits/alloc",
      "rspace-traits/alloc",
      "serde?/alloc",
      "serde_json?/alloc"
    ],
    "bytes": [
      "dep:bytes",
      "rstm-state/bytes",
      "rstm-traits/bytes"
    ],
    "complex": [
      "dep:num-complex",
      "rstm-state/complex",
      "rstm-traits/complex",
      "rspace-traits/complex"
    ],
    "default": [
      "macros",
      "std"
    ],
    "full": [
      "default",
      "bytes",
      "complex",
      "hashbrown",
      "json",
      "rand",
      "serde",
      "tracing"
    ],
    "hashbrown": [
      "dep:hashbrown",
      "rstm-state/hashbrown",
      "rstm-traits/hashbrown",
      "rspace-traits/hashbrown"
    ],
    "json": [
      "alloc",
      "serde",
      "serde_json",
      "rstm-state/json"
    ],
    "rayon": [
      "dep:rayon",
      "hashbrown?/rayon",
      "rstm-state/rayon",
      "rstm-traits/rayon"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "serde?/derive",
      "bytes?/serde",
      "hashbrown?/serde",
      "rstm-state/serde",
      "rstm-traits/serde",
      "rspace-traits/serde"
    ],
    "serde_json": [
      "dep:serde_json"
    ],
    "std": [
      "alloc",
      "anyhow/std",
      "contained/std",
      "rstm-state/std",
      "rstm-traits/std",
      "rspace-traits/std",
      "serde?/std",
      "serde_json?/std",
      "strum/std",
      "thiserror/std",
      "tracing?/std"
    ],
    "tracing": [
      "dep:tracing"
    ],
    "wasm": [
      "wasm_bindgen",
      "rstm-state/wasm",
      "rstm-traits/wasm",
      "rspace-traits/wasm"
    ],
    "wasm_bindgen": [
      "dep:wasm-bindgen",
      "rstm-state/wasm_bindgen",
      "rstm-traits/wasm_bindgen",
      "rspace-traits/wasm_bindgen"
    ]
  },
  "index_path": "rs/tm/rstm-core",
  "name": "rstm-core",
  "pubtime": "2026-01-18T06:21:37Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.1.3",
  "yanked": false
}
