{
  "cksum": "3be956c5fb97339c17cf72cbdf68fdc2163c0896765f98b62c9b55221fc46744",
  "crate_file": "ohkami-0.23.0.crate",
  "crate_url": "https://static.crates.io/crates/ohkami/ohkami-0.23.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-std",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "text"
      ],
      "kind": "normal",
      "name": "byte_reader",
      "optional": false,
      "req": "^3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ctrlc",
      "optional": true,
      "req": "^3.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "glommio",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lambda_runtime",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mews",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nio",
      "optional": true,
      "req": "^0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num_cpus",
      "optional": true,
      "req": "^1.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ohkami_lib",
      "optional": false,
      "req": "=0.23.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ohkami_macros",
      "optional": false,
      "req": "=0.23.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ohkami_openapi",
      "optional": true,
      "req": "=0.23.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smol",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "runtime-tokio",
        "postgres"
      ],
      "kind": "dev",
      "name": "sqlx",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "worker",
      "optional": true,
      "req": "^0.5",
      "target": null
    }
  ],
  "features": {
    "__rt__": [],
    "nightly": [],
    "sse": [
      "ohkami_lib/stream"
    ]
  },
  "features2": {
    "DEBUG": [
      "tokio?/rt-multi-thread",
      "tokio?/macros"
    ],
    "__rt_native__": [
      "__rt__",
      "dep:ctrlc"
    ],
    "openapi": [
      "dep:ohkami_openapi",
      "ohkami_macros/openapi"
    ],
    "rt_async-std": [
      "__rt_native__",
      "dep:async-std",
      "dep:futures-util",
      "futures-util/io",
      "mews?/rt_async-std"
    ],
    "rt_glommio": [
      "__rt_native__",
      "dep:glommio",
      "dep:futures-util",
      "futures-util/io",
      "mews?/rt_glommio",
      "dep:num_cpus"
    ],
    "rt_lambda": [
      "__rt__",
      "dep:lambda_runtime",
      "dep:tokio",
      "tokio/rt",
      "ohkami_lib/stream"
    ],
    "rt_nio": [
      "__rt_native__",
      "dep:nio",
      "dep:tokio",
      "tokio/io-util",
      "mews?/rt_nio"
    ],
    "rt_smol": [
      "__rt_native__",
      "dep:smol",
      "dep:futures-util",
      "futures-util/io",
      "mews?/rt_smol"
    ],
    "rt_tokio": [
      "__rt_native__",
      "dep:tokio",
      "tokio/rt",
      "tokio/net",
      "tokio/time",
      "tokio/io-util",
      "mews?/rt_tokio"
    ],
    "rt_worker": [
      "__rt__",
      "dep:worker",
      "worker/d1",
      "worker/queue",
      "ohkami_macros/worker"
    ],
    "ws": [
      "ohkami_lib/stream",
      "dep:mews"
    ]
  },
  "index_path": "oh/ka/ohkami",
  "name": "ohkami",
  "pubtime": "2025-02-14T17:32:36Z",
  "v": 2,
  "vers": "0.23.0",
  "yanked": false
}
