{
  "cksum": "b155960b864ababcc5ab553c9336e46db8ed0ad1cd38dc3be9e7c37b177aa310",
  "crate_file": "lambda_runtime-0.14.3.crate",
  "crate_url": "https://static.crates.io/crates/lambda_runtime/lambda_runtime-0.14.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1.0.86",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-stream",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "eyre",
      "optional": true,
      "req": "^0.6.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body-util",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-serde",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "httpmock",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "http1",
        "client"
      ],
      "kind": "normal",
      "name": "hyper",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "client",
        "client-legacy",
        "http1",
        "server",
        "server-auto",
        "tokio"
      ],
      "kind": "dev",
      "name": "hyper-util",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "idna_adapter",
      "optional": false,
      "req": "=1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "lambda-extension",
      "optional": true,
      "req": "^0.12.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "lambda_runtime_api_client",
      "optional": false,
      "req": "^0.12.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "miette",
      "optional": true,
      "req": "^7.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "semconv_experimental"
      ],
      "kind": "normal",
      "name": "opentelemetry-semantic-conventions",
      "optional": true,
      "req": "^0.29",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pin-project",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pin-project-lite",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "rc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_path_to_error",
      "optional": false,
      "req": "^0.1.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "io-util",
        "sync",
        "rt-multi-thread"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.46",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-stream",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "util"
      ],
      "kind": "normal",
      "name": "tower",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "log"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tracing-appender",
      "optional": false,
      "req": "^0.2",
      "target": null
    }
  ],
  "features": {
    "default": [
      "tracing"
    ],
    "opentelemetry": [
      "opentelemetry-semantic-conventions"
    ],
    "tracing": [
      "lambda_runtime_api_client/tracing"
    ]
  },
  "features2": {
    "anyhow": [
      "dep:anyhow"
    ],
    "eyre": [
      "dep:eyre"
    ],
    "graceful-shutdown": [
      "tokio/rt",
      "tokio/signal",
      "dep:lambda-extension"
    ],
    "miette": [
      "dep:miette"
    ]
  },
  "index_path": "la/mb/lambda_runtime",
  "name": "lambda_runtime",
  "pubtime": "2025-07-21T14:44:34Z",
  "rust_version": "1.81.0",
  "v": 2,
  "vers": "0.14.3",
  "yanked": false
}
