{
  "cksum": "6d42b54d4509b16027ef4883567285972088e27fd786bcb9f8f1b9d86ce14ed3",
  "crate_file": "ayun-http-0.20.2.crate",
  "crate_url": "https://static.crates.io/crates/ayun-http/ayun-http-0.20.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axum",
      "optional": false,
      "req": "^0.7.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axum-extra",
      "optional": true,
      "req": "^0.9.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-auth",
      "optional": true,
      "req": "^0.20.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-config",
      "optional": false,
      "req": "^0.20.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-core",
      "optional": false,
      "req": "^0.20.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-environment",
      "optional": false,
      "req": "^0.20.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-runtime",
      "optional": false,
      "req": "^0.20.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-view",
      "optional": true,
      "req": "^0.20.2",
      "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.23.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-rc.1",
      "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.128",
      "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.63",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "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.5.2",
      "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.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "validator",
      "optional": true,
      "req": "^0.18.1",
      "target": null
    }
  ],
  "features": {
    "config": [],
    "http1": [
      "axum/tokio",
      "axum/http1",
      "ayun-config/http1",
      "ayun-core/http1"
    ],
    "http2": [
      "axum/tokio",
      "axum/http2",
      "ayun-config/http2",
      "ayun-core/http2"
    ],
    "middleware-asset": [
      "tower-http/fs"
    ],
    "middleware-body-limit": [],
    "middleware-catch-panic": [
      "tower-http/catch-panic"
    ],
    "middleware-compression": [
      "tower-http/compression-gzip"
    ],
    "middleware-cors": [
      "tower-http/cors"
    ],
    "middleware-decompression": [
      "tower-http/decompression-gzip"
    ],
    "middleware-fallback": [],
    "middleware-rate-limit": [
      "tower/limit",
      "tower/buffer"
    ],
    "middleware-set-sensitive-request-headers": [
      "tower-http/sensitive-headers"
    ],
    "middleware-timeout": [
      "tower/timeout"
    ],
    "request-form": [
      "axum/form"
    ],
    "request-json": [
      "axum/json"
    ],
    "request-multipart": [
      "axum/multipart"
    ],
    "request-path": [
      "axum/matched-path"
    ],
    "request-query": [
      "axum/query"
    ],
    "response-cookie": [
      "axum-extra/cookie"
    ]
  },
  "features2": {
    "database": [
      "dep:sea-orm"
    ],
    "default": [
      "config",
      "http1",
      "support"
    ],
    "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-auth": [
      "request-auth"
    ],
    "middleware-livereload": [
      "dep:tower-livereload"
    ],
    "middleware-logger": [
      "tower-http/trace",
      "request-id"
    ],
    "middleware-metrics": [
      "dep:metrics",
      "axum/matched-path"
    ],
    "middleware-request-id": [
      "dep:tower",
      "tower-http/request-id",
      "uuid/v7"
    ],
    "request": [
      "request-auth",
      "request-form",
      "request-id",
      "request-json",
      "request-multipart",
      "request-path",
      "request-query",
      "request-validate",
      "support"
    ],
    "request-auth": [
      "dep:ayun-auth",
      "axum-extra/cookie"
    ],
    "request-id": [
      "middleware-request-id"
    ],
    "request-validate": [
      "dep:validator",
      "request-form",
      "request-json",
      "request-multipart"
    ],
    "response": [
      "response-cookie",
      "response-json",
      "response-view",
      "support"
    ],
    "response-json": [
      "axum/json",
      "dep:bytes"
    ],
    "response-view": [
      "dep:ayun-view",
      "dep:tera"
    ],
    "support": [
      "database"
    ]
  },
  "index_path": "ay/un/ayun-http",
  "name": "ayun-http",
  "pubtime": "2024-09-19T15:53:34Z",
  "v": 2,
  "vers": "0.20.2",
  "yanked": false
}
