{
  "cksum": "d73911a6428eca426f48fc3722e813560b87a0d4d396130a42920632ca4d6004",
  "crate_file": "eryon-core-0.0.3.crate",
  "crate_url": "https://static.crates.io/crates/eryon-core/eryon-core-0.0.3.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1",
      "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-complex",
      "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": [
        "macros"
      ],
      "kind": "normal",
      "name": "rshyper",
      "optional": false,
      "req": "^0.1.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "nrt"
      ],
      "kind": "normal",
      "name": "rstmt",
      "optional": false,
      "req": "^0.0.5",
      "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": 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",
        "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": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "nightly": [],
    "wasi": [
      "rstmt/wasi",
      "scsys/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "num/alloc",
      "rstmt/alloc",
      "scsys/alloc",
      "serde?/alloc",
      "serde_json?/alloc"
    ],
    "anyhow": [
      "dep:anyhow",
      "rstmt/anyhow",
      "scsys/anyhow"
    ],
    "chrono": [
      "dep:chrono",
      "scsys/chrono"
    ],
    "default": [
      "std"
    ],
    "full": [
      "default",
      "anyhow",
      "chrono",
      "json",
      "rand",
      "serde",
      "tracing"
    ],
    "json": [
      "alloc",
      "rstmt/json",
      "scsys/json",
      "serde",
      "serde_json"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_distr",
      "num/rand",
      "num-complex/rand",
      "rng",
      "rstmt/rand",
      "scsys/rand"
    ],
    "rng": [
      "dep:getrandom",
      "rand/small_rng",
      "rand/thread_rng",
      "rstmt/rng",
      "scsys/rng"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "num/serde",
      "num-complex/serde",
      "rand?/serde",
      "rstmt/serde",
      "scsys/serde"
    ],
    "serde_json": [
      "dep:serde_json"
    ],
    "std": [
      "alloc",
      "anyhow?/std",
      "getrandom?/std",
      "num/std",
      "num-complex/std",
      "num-traits/std",
      "rand?/std",
      "rshyper/std",
      "rstmt/std",
      "scsys/std",
      "serde?/std",
      "serde_json?/std",
      "strum/std",
      "thiserror/std",
      "tracing?/std"
    ],
    "tracing": [
      "dep:tracing",
      "tracing?/attributes",
      "tracing?/log",
      "rstmt/tracing",
      "scsys/tracing"
    ],
    "wasm": [
      "getrandom?/wasm_js",
      "scsys/wasm",
      "rstmt/wasm"
    ]
  },
  "index_path": "er/yo/eryon-core",
  "name": "eryon-core",
  "pubtime": "2025-06-22T21:42:17Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.0.3",
  "yanked": false
}
