{
  "cksum": "33d7972c9dc206f9832a16dbba72d589ce8cc313732bd82db36638e70a0b222c",
  "crate_file": "askama_web-0.16.0.crate",
  "crate_url": "https://static.crates.io/crates/askama_web/askama_web-0.16.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "actix_web_4",
      "optional": true,
      "package": "actix-web",
      "req": "^4.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "askama",
      "optional": false,
      "req": "^0.16.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "askama_web_derive",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axum_core_0_4",
      "optional": true,
      "package": "axum-core",
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axum_core_0_5",
      "optional": true,
      "package": "axum-core",
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes_1",
      "optional": true,
      "package": "bytes",
      "req": "^1.10.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cot_0_3",
      "optional": true,
      "package": "cot",
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cot_0_4",
      "optional": true,
      "package": "cot",
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cot_0_5",
      "optional": true,
      "package": "cot",
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cot_core_0_6",
      "optional": true,
      "package": "cot_core",
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "http_0_2",
      "optional": true,
      "package": "http",
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "http_1",
      "optional": true,
      "package": "http",
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "log_0_4",
      "optional": true,
      "package": "log",
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "poem_3",
      "optional": true,
      "package": "poem",
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rocket_0_5",
      "optional": true,
      "package": "rocket",
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing_0_1",
      "optional": true,
      "package": "tracing",
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "trillium_0_2",
      "optional": true,
      "package": "trillium",
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "warp_0_3",
      "optional": true,
      "package": "warp",
      "req": "^0.3.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "warp_0_4",
      "optional": true,
      "package": "warp",
      "req": "^0.4.0",
      "target": null
    }
  ],
  "features": {
    "eprintln": []
  },
  "features2": {
    "actix-web-4": [
      "dep:actix_web_4",
      "dep:bytes_1"
    ],
    "axum-0.7": [
      "axum-core-0.4"
    ],
    "axum-0.8": [
      "axum-core-0.5"
    ],
    "axum-core-0.4": [
      "dep:axum_core_0_4",
      "dep:bytes_1",
      "dep:http_1"
    ],
    "axum-core-0.5": [
      "dep:axum_core_0_5",
      "dep:bytes_1",
      "dep:http_1"
    ],
    "cot-0.3": [
      "dep:cot_0_3"
    ],
    "cot-0.4": [
      "dep:cot_0_4"
    ],
    "cot-0.5": [
      "dep:cot_0_5"
    ],
    "cot-0.6": [
      "cot_core-0.6"
    ],
    "cot_core-0.6": [
      "dep:cot_core_0_6",
      "dep:bytes_1",
      "dep:http_1"
    ],
    "default": [
      "derive"
    ],
    "derive": [
      "dep:askama_web_derive"
    ],
    "log-0.4": [
      "dep:log_0_4"
    ],
    "poem-3": [
      "dep:poem_3",
      "dep:bytes_1",
      "dep:http_1"
    ],
    "rocket-0.5": [
      "dep:rocket_0_5"
    ],
    "tracing-0.1": [
      "dep:tracing_0_1"
    ],
    "trillium-0.2": [
      "dep:trillium_0_2"
    ],
    "warp-0.3": [
      "dep:warp_0_3",
      "dep:bytes_1",
      "dep:http_0_2"
    ],
    "warp-0.4": [
      "dep:warp_0_4",
      "dep:bytes_1",
      "dep:http_1"
    ]
  },
  "index_path": "as/ka/askama_web",
  "name": "askama_web",
  "pubtime": "2026-04-29T23:20:01Z",
  "rust_version": "1.88",
  "v": 2,
  "vers": "0.16.0",
  "yanked": false
}
