{
  "cksum": "cc02ae2101ef8e1d0dea3b8e5fa6af951793fb4e4b5d183a897294c6fa9c1ee5",
  "crate_file": "ayun-http-0.22.1.crate",
  "crate_url": "https://static.crates.io/crates/ayun-http/ayun-http-0.22.1.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.83",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axum",
      "optional": false,
      "req": "^0.7.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axum-extra",
      "optional": true,
      "req": "^0.9.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-auth",
      "optional": true,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-config",
      "optional": true,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-core",
      "optional": false,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-environment",
      "optional": true,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-runtime",
      "optional": true,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-view",
      "optional": true,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.7.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "metrics",
      "optional": true,
      "req": "^0.24.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mime",
      "optional": false,
      "req": "^0.3.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sea-orm",
      "optional": true,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.210",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.132",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tera",
      "optional": true,
      "req": "^1.20.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.64",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.40.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tower",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tower-http",
      "optional": true,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tower-livereload",
      "optional": true,
      "req": "^0.9.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.40",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.11.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "validator",
      "optional": true,
      "req": "^0.18.1",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "middleware-catch-panic": [
      "tower-http/catch-panic"
    ],
    "middleware-compression": [
      "tower-http/compression-gzip"
    ],
    "middleware-decompression": [
      "tower-http/decompression-gzip"
    ],
    "middleware-fallback": [],
    "middleware-set-sensitive-request-headers": [
      "tower-http/sensitive-headers"
    ],
    "request-form": [
      "axum/form"
    ],
    "request-json": [
      "axum/json"
    ],
    "request-multipart": [
      "axum/multipart"
    ],
    "request-path": [
      "axum/matched-path"
    ],
    "request-query": [
      "axum/query"
    ]
  },
  "features2": {
    "config": [
      "dep:ayun-config"
    ],
    "database": [
      "dep:sea-orm"
    ],
    "http1": [
      "dep:ayun-runtime",
      "dep:tokio",
      "axum/tokio",
      "axum/http1",
      "ayun-core/http1",
      "config"
    ],
    "http2": [
      "dep:ayun-runtime",
      "dep:tokio",
      "axum/tokio",
      "axum/http2",
      "ayun-core/http2",
      "config"
    ],
    "middleware": [
      "middleware-asset",
      "middleware-auth",
      "middleware-body-limit",
      "middleware-catch-panic",
      "middleware-compression",
      "middleware-cors",
      "middleware-decompression",
      "middleware-fallback",
      "middleware-livereload",
      "middleware-logger",
      "middleware-metrics",
      "middleware-rate-limit",
      "middleware-request-id",
      "middleware-set-sensitive-request-headers",
      "middleware-timeout"
    ],
    "middleware-asset": [
      "dep:ayun-config",
      "dep:ayun-view",
      "tower-http/fs"
    ],
    "middleware-auth": [
      "request-auth"
    ],
    "middleware-body-limit": [
      "config"
    ],
    "middleware-cors": [
      "tower-http/cors",
      "config"
    ],
    "middleware-livereload": [
      "dep:tower-livereload"
    ],
    "middleware-logger": [
      "dep:ayun-environment",
      "tower-http/trace",
      "request-id"
    ],
    "middleware-metrics": [
      "dep:metrics",
      "axum/matched-path"
    ],
    "middleware-rate-limit": [
      "tower/limit",
      "tower/buffer",
      "config"
    ],
    "middleware-request-id": [
      "dep:tower",
      "tower-http/request-id",
      "uuid/v7",
      "config"
    ],
    "middleware-timeout": [
      "tower/timeout",
      "config"
    ],
    "request": [
      "request-auth",
      "request-form",
      "request-id",
      "request-json",
      "request-multipart",
      "request-path",
      "request-query",
      "request-validate"
    ],
    "request-auth": [
      "dep:ayun-auth",
      "axum/query",
      "axum-extra/cookie",
      "config"
    ],
    "request-id": [
      "middleware-request-id"
    ],
    "request-validate": [
      "dep:validator",
      "request-form",
      "request-json",
      "request-multipart"
    ],
    "response": [
      "response-cookie",
      "response-json",
      "response-view"
    ],
    "response-cookie": [
      "axum-extra/cookie",
      "database"
    ],
    "response-json": [
      "dep:bytes",
      "axum/json",
      "config",
      "database"
    ],
    "response-view": [
      "dep:ayun-view",
      "dep:tera",
      "database"
    ]
  },
  "index_path": "ay/un/ayun-http",
  "name": "ayun-http",
  "pubtime": "2024-10-21T07:37:43Z",
  "v": 2,
  "vers": "0.22.1",
  "yanked": false
}
