{
  "cksum": "5304aa68453aef87b698f2d7978d25b28ec6b04eed62072a253df49fbc11db56",
  "crate_file": "acme-engine-0.4.0.crate",
  "crate_url": "https://static.crates.io/crates/acme-engine/acme-engine-0.4.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "acme-core",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "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": "crossbeam",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dashmap",
      "optional": true,
      "req": "^6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "lazy_static",
      "optional": false,
      "req": "^1",
      "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": "rayon-core",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "macros"
      ],
      "kind": "normal",
      "name": "scsys",
      "optional": false,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "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": "time",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sync"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "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": "wasm-bindgen",
      "optional": true,
      "req": "^0.2",
      "target": null
    }
  ],
  "features": {
    "nightly": [
      "acme-core/nightly"
    ],
    "wasi": [
      "acme-core/wasi",
      "scsys/wasi"
    ]
  },
  "features2": {
    "alloc": [
      "acme-core/alloc",
      "scsys/alloc",
      "serde?/alloc",
      "serde_json?/alloc",
      "time?/alloc"
    ],
    "anyhow": [
      "dep:anyhow"
    ],
    "bytes": [
      "dep:bytes",
      "tokio?/bytes"
    ],
    "chrono": [
      "dep:chrono",
      "acme-core/chrono",
      "std",
      "time"
    ],
    "crossbeam": [
      "dep:crossbeam"
    ],
    "dashmap": [
      "dep:dashmap"
    ],
    "default": [
      "std"
    ],
    "full": [
      "default",
      "anyhow",
      "bytes",
      "dashmap",
      "json",
      "serde",
      "tokio",
      "tracing"
    ],
    "json": [
      "alloc",
      "acme-core/json",
      "serde",
      "serde_json",
      "scsys/json"
    ],
    "rand": [
      "dep:rand",
      "dep:rand_distr",
      "acme-core/rand",
      "rng",
      "time?/rand"
    ],
    "rayon": [
      "dep:rayon",
      "dep:rayon-core"
    ],
    "rng": [
      "dep:getrandom",
      "acme-core/rng",
      "rand?/small_rng",
      "rand?/thread_rng"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive",
      "acme-core/serde",
      "scsys/serde",
      "time?/serde"
    ],
    "serde_json": [
      "dep:serde_json"
    ],
    "std": [
      "alloc",
      "acme-core/std",
      "anyhow?/std",
      "rand?/std",
      "rand?/std_rng",
      "scsys/std",
      "serde?/std",
      "serde_json?/std",
      "strum/std",
      "thiserror/std",
      "time?/std"
    ],
    "time": [
      "dep:time"
    ],
    "tokio": [
      "dep:tokio"
    ],
    "tracing": [
      "dep:tracing",
      "acme-core/tracing",
      "scsys/tracing",
      "tokio?/tracing"
    ],
    "uuid": [
      "acme-core/uuid",
      "rng"
    ],
    "wasm": [
      "acme-core/wasm",
      "chrono?/wasmbind",
      "getrandom?/wasm_js",
      "scsys/wasm",
      "time?/wasm-bindgen",
      "wasm-bindgen"
    ],
    "wasm-bindgen": [
      "dep:wasm-bindgen"
    ]
  },
  "index_path": "ac/me/acme-engine",
  "name": "acme-engine",
  "pubtime": "2025-07-06T13:17:06Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.4.0",
  "yanked": false
}
