{
  "cksum": "f4d68a802a76779958826104aa6a49616558678f9a343479da0f2563638be2d4",
  "crate_file": "moosicbox_web_server-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/moosicbox_web_server/moosicbox_web_server-0.1.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "actix-cors",
      "optional": true,
      "req": "^0.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "actix-htmx",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "actix-http",
      "optional": true,
      "req": "^3.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "actix-service",
      "optional": true,
      "req": "^2.0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "actix-web",
      "optional": true,
      "req": "^4.10.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "const_format",
      "optional": true,
      "req": "^0.2.34",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "gimbal_http_models",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "release_max_level_trace"
      ],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_assert",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_web_server_core",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_web_server_cors",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "paste",
      "optional": false,
      "req": "^1.0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde-querystring",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.140",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "actix_extras"
      ],
      "kind": "normal",
      "name": "utoipa",
      "optional": true,
      "req": "^5.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "actix-web"
      ],
      "kind": "normal",
      "name": "utoipa-rapidoc",
      "optional": true,
      "req": "^6.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "actix-web"
      ],
      "kind": "normal",
      "name": "utoipa-redoc",
      "optional": true,
      "req": "^6.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "actix-web"
      ],
      "kind": "normal",
      "name": "utoipa-scalar",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "actix-web"
      ],
      "kind": "normal",
      "name": "utoipa-swagger-ui",
      "optional": true,
      "req": "^9.0.1",
      "target": null
    }
  ],
  "features": {
    "compress": [],
    "fail-on-warnings": []
  },
  "features2": {
    "actix": [
      "dep:actix-http",
      "dep:actix-service",
      "dep:actix-web",
      "dep:futures-util",
      "gimbal_http_models/actix"
    ],
    "cors": [
      "dep:actix-cors",
      "dep:moosicbox_web_server_cors"
    ],
    "default": [
      "actix",
      "compress",
      "cors",
      "htmx",
      "openapi-all",
      "serde",
      "tls"
    ],
    "htmx": [
      "dep:actix-htmx"
    ],
    "openapi": [
      "dep:utoipa"
    ],
    "openapi-all": [
      "openapi-rapidoc",
      "openapi-redoc",
      "openapi-scalar",
      "openapi-swagger-ui"
    ],
    "openapi-rapidoc": [
      "dep:const_format",
      "dep:utoipa-rapidoc",
      "openapi"
    ],
    "openapi-redoc": [
      "dep:utoipa-redoc",
      "openapi"
    ],
    "openapi-scalar": [
      "dep:utoipa-scalar",
      "openapi"
    ],
    "openapi-swagger-ui": [
      "dep:const_format",
      "dep:utoipa-swagger-ui",
      "openapi"
    ],
    "serde": [
      "dep:serde_json"
    ],
    "tls": [
      "actix-web?/openssl"
    ]
  },
  "index_path": "mo/os/moosicbox_web_server",
  "name": "moosicbox_web_server",
  "pubtime": "2025-05-07T19:39:24Z",
  "v": 2,
  "vers": "0.1.1",
  "yanked": false
}
