{
  "cksum": "fd399aec2895143cefde2a71711bcb6fa46d27b072baec155c6bbbe52fe5a263",
  "crate_file": "scsys-core-0.2.8.crate",
  "crate_url": "https://static.crates.io/crates/scsys-core/scsys-core-0.2.8.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "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": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "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",
      "optional": false,
      "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": [
        "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": [],
      "kind": "normal",
      "name": "time",
      "optional": true,
      "req": "^0.3",
      "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": {
    "wasi": []
  },
  "features2": {
    "alloc": [
      "chrono?/alloc",
      "num/alloc",
      "serde?/alloc",
      "serde_json?/alloc",
      "time?/alloc"
    ],
    "anyhow": [
      "dep:anyhow"
    ],
    "chrono": [
      "dep:chrono",
      "chrono?/clock",
      "time"
    ],
    "default": [
      "std"
    ],
    "full": [
      "default",
      "anyhow",
      "chrono",
      "json",
      "rand",
      "serde",
      "time",
      "tracing"
    ],
    "json": [
      "dep:serde_json",
      "alloc",
      "serde"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_distr",
      "num/rand",
      "rng"
    ],
    "rng": [
      "dep:getrandom",
      "rand?/small_rng",
      "rand?/thread_rng",
      "uuid?/rng",
      "uuid?/v4"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "chrono?/serde",
      "num/serde",
      "rand?/serde",
      "uuid?/serde",
      "time?/serde"
    ],
    "std": [
      "alloc",
      "anyhow?/std",
      "num/std",
      "num-traits/std",
      "rand?/std",
      "rand?/std_rng",
      "serde?/std",
      "strum/std",
      "thiserror/std",
      "time?/std",
      "tracing?/std",
      "uuid?/std"
    ],
    "time": [
      "dep:time"
    ],
    "tracing": [
      "dep:tracing"
    ],
    "uuid": [
      "dep:uuid",
      "uuid?/v3"
    ],
    "wasm": [
      "getrandom?/wasm_js",
      "uuid?/js",
      "wasm-bindgen"
    ],
    "wasm-bindgen": [
      "dep:wasm-bindgen",
      "chrono?/wasmbind",
      "time?/wasm-bindgen"
    ]
  },
  "index_path": "sc/sy/scsys-core",
  "name": "scsys-core",
  "pubtime": "2025-05-30T06:03:20Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.2.8",
  "yanked": false
}
