{
  "cksum": "00fffd67a93106e087d1863df313f6f9d2d65b415bf6e684c8fb33c5b0c5cf36",
  "crate_file": "scsys-0.3.1.crate",
  "crate_url": "https://static.crates.io/crates/scsys/scsys-0.3.1.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "plotters"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "lazy_static",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-config",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-core",
      "optional": false,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-crypto",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-derive",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-macros",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-traits",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scsys-util",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "std"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "wasm-bindgen": [
      "scsys-core/wasm-bindgen"
    ]
  },
  "features2": {
    "alloc": [
      "scsys-core/alloc",
      "scsys-crypto?/alloc",
      "scsys-traits?/alloc",
      "scsys-util?/alloc"
    ],
    "anyhow": [
      "scsys-core/anyhow",
      "scsys-config?/anyhow",
      "scsys-crypto?/anyhow"
    ],
    "blake3": [
      "crypto",
      "scsys-crypto?/blake3"
    ],
    "chrono": [
      "scsys-core/chrono",
      "scsys-crypto?/chrono"
    ],
    "config": [
      "dep:scsys-config",
      "scsys-config?/default",
      "std"
    ],
    "crypto": [
      "dep:scsys-crypto"
    ],
    "default": [
      "derive",
      "macros",
      "std",
      "traits",
      "utils"
    ],
    "derive": [
      "dep:scsys-derive"
    ],
    "full": [
      "default",
      "crypto",
      "hash",
      "json",
      "rand",
      "serde",
      "time"
    ],
    "hash": [
      "crypto",
      "scsys-crypto?/hash",
      "std"
    ],
    "json": [
      "alloc",
      "scsys-core/json",
      "scsys-config?/json",
      "scsys-crypto?/json",
      "scsys-util?/json",
      "serde",
      "serde_json"
    ],
    "macros": [
      "dep:scsys-macros"
    ],
    "nightly": [
      "scsys-core/nightly",
      "scsys-config?/nightly",
      "scsys-crypto?/nightly",
      "scsys-derive?/nightly",
      "scsys-macros?/nightly",
      "scsys-traits?/nightly",
      "scsys-util?/nightly"
    ],
    "rand": [
      "scsys-core/rand",
      "scsys-crypto?/rand"
    ],
    "rng": [
      "scsys-core/rng",
      "scsys-crypto?/rng"
    ],
    "serde": [
      "scsys-core/serde",
      "scsys-crypto?/serde",
      "scsys-util?/serde"
    ],
    "serde_json": [
      "scsys-core/serde_json",
      "scsys-config?/serde_json",
      "scsys-crypto?/serde_json",
      "scsys-util?/serde_json"
    ],
    "std": [
      "scsys-core/std",
      "scsys-crypto?/std",
      "scsys-traits?/std",
      "scsys-util?/std"
    ],
    "time": [
      "scsys-core/time",
      "scsys-crypto?/time"
    ],
    "tracing": [
      "scsys-core/tracing",
      "scsys-config?/tracing",
      "scsys-crypto?/tracing",
      "scsys-util?/tracing"
    ],
    "tracing-subscriber": [
      "scsys-config?/tracing-subscriber",
      "tracing"
    ],
    "traits": [
      "dep:scsys-traits"
    ],
    "utils": [
      "dep:scsys-util"
    ],
    "wasi": [
      "scsys-core/wasi",
      "scsys-config?/wasi",
      "scsys-crypto?/wasi",
      "scsys-traits?/wasi",
      "scsys-util?/wasi"
    ],
    "wasm": [
      "scsys-core/wasm",
      "scsys-config?/wasm",
      "scsys-crypto?/wasm",
      "scsys-traits?/wasm",
      "scsys-util?/wasm"
    ]
  },
  "index_path": "sc/sy/scsys",
  "name": "scsys",
  "pubtime": "2025-06-25T02:50:43Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.3.1",
  "yanked": false
}
