{
  "cksum": "e449b8803b2219d1a17d480022dab0c5167291663d26962cee99a70ef1bb1ef6",
  "crate_file": "scsys-core-0.3.2.crate",
  "crate_url": "https://static.crates.io/crates/scsys-core/scsys-core-0.3.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "approx",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "macros"
      ],
      "kind": "normal",
      "name": "contained",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.3",
      "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": "scsys-state",
      "optional": false,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-time",
      "optional": true,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "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"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "alloc": [
      "contained/alloc",
      "scsys-state/alloc",
      "scsys-time?/alloc",
      "serde?/alloc",
      "serde_json?/alloc"
    ],
    "chrono": [
      "scsys-time?/chrono"
    ],
    "default": [
      "std",
      "time"
    ],
    "full": [
      "default",
      "json",
      "rand",
      "serde",
      "tracing"
    ],
    "json": [
      "alloc",
      "scsys-state/json",
      "scsys-time?/json",
      "serde",
      "serde_json"
    ],
    "nightly": [
      "scsys-state/nightly",
      "scsys-time?/nightly"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_distr",
      "scsys-state/rand",
      "scsys-time?/rand",
      "rng"
    ],
    "rng": [
      "dep:getrandom",
      "scsys-state/rng",
      "rand?/small_rng",
      "rand?/thread_rng",
      "uuid?/rng",
      "uuid?/v4"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "scsys-state/serde",
      "scsys-time?/serde",
      "rand?/serde",
      "uuid?/serde"
    ],
    "serde_json": [
      "dep:serde_json",
      "scsys-state/serde_json",
      "scsys-time?/serde_json"
    ],
    "std": [
      "alloc",
      "contained/std",
      "scsys-state/std",
      "scsys-time?/std",
      "num-traits/std",
      "rand?/std",
      "rand?/std_rng",
      "serde?/std",
      "strum/std",
      "thiserror/std",
      "tracing?/std",
      "uuid?/std"
    ],
    "time": [
      "std",
      "dep:scsys-time"
    ],
    "tracing": [
      "dep:tracing"
    ],
    "uuid": [
      "dep:uuid",
      "uuid?/v3"
    ],
    "wasi": [
      "alloc",
      "scsys-state/wasi",
      "scsys-time?/wasi"
    ],
    "wasm": [
      "alloc",
      "scsys-state/wasm",
      "scsys-time?/wasm",
      "wasm-bindgen",
      "getrandom?/wasm_js",
      "uuid?/js"
    ],
    "wasm-bindgen": [
      "dep:wasm-bindgen",
      "scsys-state/wasm-bindgen",
      "scsys-time?/wasm-bindgen"
    ]
  },
  "index_path": "sc/sy/scsys-core",
  "name": "scsys-core",
  "pubtime": "2025-09-09T02:49:13Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.3.2",
  "yanked": false
}
