{
  "cksum": "d6cb595c652fabac3afe8cf46d1ee96b5e18dc5dcd0280deb2caacabb72e81dd",
  "crate_file": "eryon-actors-0.0.3.crate",
  "crate_url": "https://static.crates.io/crates/eryon-actors/eryon-actors-0.0.3.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "approx",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "concision",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "eryon-core",
      "optional": false,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "eryon-mem",
      "optional": false,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "eryon-surface",
      "optional": false,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ndarray",
      "optional": false,
      "req": "^0.16",
      "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": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1",
      "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": true,
      "features": [
        "avx",
        "neon",
        "wasm_simd"
      ],
      "kind": "normal",
      "name": "rustfft",
      "optional": false,
      "req": "^6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "time"
      ],
      "kind": "normal",
      "name": "scsys",
      "optional": false,
      "req": "^0.3.0",
      "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": 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
    },
    {
      "default_features": true,
      "features": [
        "ansi",
        "env-filter",
        "fmt",
        "time"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {
    "blas": [
      "concision/blas",
      "ndarray/blas",
      "eryon-surface/blas"
    ],
    "nightly": [
      "eryon-core/nightly"
    ],
    "rng": [
      "eryon-core/rng",
      "eryon-mem/rng",
      "eryon-surface/rng",
      "rand/small_rng",
      "rand/thread_rng",
      "rshyper/rng",
      "rstmt/rng",
      "scsys/rng"
    ],
    "wasi": [
      "eryon-core/wasi",
      "eryon-mem/wasi",
      "eryon-surface/wasi",
      "rshyper/wasi",
      "rstmt/wasi",
      "scsys/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "concision/alloc",
      "rshyper/alloc",
      "rstmt/alloc",
      "serde?/alloc",
      "serde_json?/alloc",
      "scsys/alloc"
    ],
    "anyhow": [
      "dep:anyhow",
      "eryon-core/anyhow",
      "eryon-mem/anyhow",
      "eryon-surface/anyhow",
      "rstmt/anyhow",
      "scsys/anyhow"
    ],
    "approx": [
      "dep:approx",
      "concision/approx",
      "ndarray/approx",
      "eryon-surface/approx"
    ],
    "default": [
      "std"
    ],
    "full": [
      "default",
      "anyhow",
      "rand",
      "serde",
      "tracing"
    ],
    "json": [
      "eryon-core/json",
      "eryon-mem/json",
      "eryon-surface/json",
      "rshyper/json",
      "rstmt/json",
      "scsys/json",
      "serde",
      "serde_json",
      "std"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_distr",
      "concision/rand",
      "num/rand",
      "eryon-core/rand",
      "eryon-mem/rand",
      "eryon-surface/rand",
      "rng",
      "rshyper/rand",
      "rstmt/rand",
      "scsys/rand"
    ],
    "rayon": [
      "dep:rayon",
      "concision/rayon",
      "rshyper/rayon"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "concision/serde",
      "num/serde",
      "eryon-core/serde",
      "eryon-mem/serde",
      "eryon-surface/serde",
      "rshyper/serde",
      "rstmt/serde",
      "scsys/serde"
    ],
    "serde_json": [
      "dep:serde_json"
    ],
    "std": [
      "alloc",
      "anyhow?/std",
      "concision/std",
      "eryon-core/std",
      "eryon-mem/std",
      "eryon-surface/std",
      "rand?/std_rng",
      "rand_distr?/std",
      "rshyper/std",
      "rstmt/std",
      "scsys/std",
      "serde?/std",
      "serde_json?/std",
      "strum/std",
      "rand?/std",
      "tracing?/std",
      "thiserror/std"
    ],
    "tracing": [
      "dep:tracing",
      "concision/tracing",
      "eryon-core/tracing",
      "eryon-mem/tracing",
      "eryon-surface/tracing",
      "rshyper/tracing",
      "rstmt/tracing",
      "scsys/tracing"
    ],
    "wasm": [
      "eryon-core/wasm",
      "eryon-mem/wasm",
      "eryon-surface/wasm",
      "rayon?/web_spin_lock",
      "rshyper/wasm",
      "rstmt/wasm",
      "scsys/wasm"
    ]
  },
  "index_path": "er/yo/eryon-actors",
  "name": "eryon-actors",
  "pubtime": "2025-06-22T21:44:55Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.0.3",
  "yanked": false
}
