{
  "cksum": "83b9582a31d3c7074d7257f84ce0b3c1c379ade87db61b37b11617ccb86f14ea",
  "crate_file": "rshyper-0.1.2.crate",
  "crate_url": "https://static.crates.io/crates/rshyper/rshyper-0.1.2.crate",
  "deps": [
    {
      "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": "num-traits",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ordered-float",
      "optional": false,
      "req": "^5",
      "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",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rshyper-core",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "scsys",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "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": true,
      "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": [
        "attributes"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ansi",
        "env-filter",
        "fmt",
        "ansi",
        "chrono",
        "serde",
        "std"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2",
      "target": null
    }
  ],
  "features": {
    "anyhow": [
      "rshyper-core/anyhow"
    ],
    "macros": []
  },
  "features2": {
    "algo": [
      "std"
    ],
    "alloc": [
      "rshyper-core/alloc",
      "scsys/alloc",
      "serde?/alloc",
      "serde_json?/alloc"
    ],
    "default": [
      "algo",
      "hash_graph",
      "macros",
      "std"
    ],
    "full": [
      "default",
      "anyhow",
      "json",
      "rand",
      "serde",
      "tracing"
    ],
    "hash_graph": [
      "std"
    ],
    "json": [
      "alloc",
      "serde",
      "serde_json",
      "rshyper-core/json",
      "scsys/json"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_distr",
      "ordered-float/rand",
      "rng",
      "rshyper-core/rand",
      "scsys/rand"
    ],
    "rayon": [
      "dep:rayon",
      "rshyper-core/rayon"
    ],
    "rng": [
      "rand?/small_rng",
      "rand?/thread_rng",
      "rshyper-core/rng",
      "scsys/rng"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "ordered-float/serde",
      "rand?/serde",
      "rshyper-core/serde",
      "scsys/serde"
    ],
    "serde_json": [
      "dep:serde_json",
      "rshyper-core/serde_json"
    ],
    "std": [
      "alloc",
      "num-traits/std",
      "rand?/std",
      "rshyper-core/std",
      "scsys/std",
      "serde?/std",
      "strum/std",
      "tracing?/std",
      "thiserror/std"
    ],
    "tracing": [
      "dep:tracing",
      "rshyper-core/tracing",
      "scsys/tracing"
    ],
    "wasi": [
      "alloc",
      "rshyper-core/wasi",
      "scsys/wasi"
    ],
    "wasm": [
      "alloc",
      "rayon?/web_spin_lock",
      "rshyper-core/wasm",
      "scsys/wasm",
      "wasm-bindgen"
    ],
    "wasm-bindgen": [
      "dep:wasm-bindgen",
      "rshyper-core/wasm-bindgen"
    ]
  },
  "index_path": "rs/hy/rshyper",
  "name": "rshyper",
  "pubtime": "2025-06-15T02:47:27Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.1.2",
  "yanked": false
}
