{
  "cksum": "18dafa67b6371be598e01b7d30fa06f0ee4843892ac9290d95250707be138614",
  "crate_file": "ayun-http-0.18.0.crate",
  "crate_url": "https://static.crates.io/crates/ayun-http/ayun-http-0.18.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "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": [
        "runtime",
        "server"
      ],
      "kind": "normal",
      "name": "ayun-core",
      "optional": false,
      "req": "^0.18.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.7.1",
      "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.127",
      "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.0",
      "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.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.40",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "validator",
      "optional": true,
      "req": "^0.18.1",
      "target": null
    }
  ],
  "features": {
    "http1": [
      "axum/http1",
      "axum/tokio"
    ],
    "http2": [
      "axum/http2",
      "axum/tokio"
    ],
    "middleware-asset": [
      "tower-http/fs"
    ],
    "middleware-auth": [],
    "middleware-catch-panic": [
      "tower-http/catch-panic"
    ],
    "middleware-compression": [
      "tower-http/compression-gzip"
    ],
    "middleware-context": [],
    "middleware-decompression": [
      "tower-http/decompression-gzip"
    ],
    "middleware-fallback": [],
    "middleware-logger": [
      "tower-http/trace",
      "request-context"
    ],
    "middleware-propagate-header": [
      "tower-http/propagate-header"
    ],
    "middleware-rate-limit": [
      "tower/limit",
      "tower/buffer"
    ],
    "middleware-sensitive-headers": [
      "tower-http/sensitive-headers"
    ],
    "middleware-timeout": [
      "tower/timeout"
    ],
    "request-auth": [
      "ayun-core/auth"
    ],
    "request-context": [
      "uuid/v7",
      "uuid/std"
    ],
    "request-form": [
      "axum/form"
    ],
    "request-json": [
      "axum/json"
    ],
    "request-path": [
      "axum/matched-path"
    ],
    "request-query": [
      "axum/query"
    ],
    "response-cookie": [
      "axum-extra/cookie"
    ]
  },
  "features2": {
    "database": [
      "dep:sea-orm"
    ],
    "default": [
      "http1",
      "database"
    ],
    "middleware": [
      "middleware-asset",
      "middleware-auth",
      "middleware-catch-panic",
      "middleware-compression",
      "middleware-context",
      "middleware-decompression",
      "middleware-fallback",
      "middleware-livereload",
      "middleware-logger",
      "middleware-metrics",
      "middleware-propagate-header",
      "middleware-rate-limit",
      "middleware-sensitive-headers",
      "middleware-timeout"
    ],
    "middleware-livereload": [
      "dep:tower-livereload"
    ],
    "middleware-metrics": [
      "dep:metrics",
      "axum/matched-path"
    ],
    "request": [
      "request-auth",
      "request-context",
      "request-form",
      "request-json",
      "request-multipart",
      "request-path",
      "request-query",
      "request-validate"
    ],
    "request-multipart": [
      "axum/multipart",
      "dep:bytes"
    ],
    "request-validate": [
      "dep:validator"
    ],
    "response": [
      "response-cookie",
      "response-json",
      "response-view"
    ],
    "response-json": [
      "dep:bytes"
    ],
    "response-view": [
      "dep:tera"
    ]
  },
  "index_path": "ay/un/ayun-http",
  "name": "ayun-http",
  "pubtime": "2024-09-09T06:56:54Z",
  "v": 2,
  "vers": "0.18.0",
  "yanked": false
}
