{
  "cksum": "768c29a9ff17a2c311a7cacb217ae6ab650885102a52ef23a51de8e379ff49c7",
  "crate_file": "ayun-0.22.0.crate",
  "crate_url": "https://static.crates.io/crates/ayun/ayun-0.22.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-auth",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-cache",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-config",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-console",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-core",
      "optional": false,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-database",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-environment",
      "optional": false,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-hash",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-http",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-logging",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-metrics",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-opendal",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-path",
      "optional": false,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-redis",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-runtime",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-schedule",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-storage",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ayun-view",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.40",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ansi"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3.18",
      "target": null
    }
  ],
  "features": {
    "cache": [
      "cache-memory"
    ],
    "cache-memory": [
      "ayun-cache/memory"
    ],
    "command-make": [
      "ayun-console/command-make"
    ],
    "command-migrate": [
      "ayun-console/command-migrate"
    ],
    "command-schedule": [
      "ayun-console/command-schedule"
    ],
    "command-server": [
      "ayun-console/command-server"
    ],
    "command-status": [
      "ayun-console/command-status"
    ],
    "commands": [
      "command-make",
      "command-migrate",
      "command-schedule",
      "command-server",
      "command-status"
    ],
    "default": [],
    "error-anyhow": [
      "ayun-core/anyhow"
    ],
    "error-color-eyre": [
      "ayun-core/eyre",
      "ayun-environment/color-eyre"
    ],
    "error-eyre": [
      "ayun-core/eyre"
    ],
    "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": [
      "ayun-http/middleware-asset"
    ],
    "middleware-auth": [
      "ayun-http/middleware-auth"
    ],
    "middleware-body-limit": [
      "ayun-http/middleware-body-limit"
    ],
    "middleware-catch-panic": [
      "ayun-http/middleware-catch-panic"
    ],
    "middleware-compression": [
      "ayun-http/middleware-compression"
    ],
    "middleware-cors": [
      "ayun-http/middleware-cors"
    ],
    "middleware-decompression": [
      "ayun-http/middleware-decompression"
    ],
    "middleware-fallback": [
      "ayun-http/middleware-fallback"
    ],
    "middleware-livereload": [
      "ayun-http/middleware-livereload"
    ],
    "middleware-logger": [
      "ayun-http/middleware-logger"
    ],
    "middleware-metrics": [
      "ayun-http/middleware-metrics"
    ],
    "middleware-rate-limit": [
      "ayun-http/middleware-rate-limit"
    ],
    "middleware-request-id": [
      "ayun-http/middleware-request-id"
    ],
    "middleware-set-sensitive-request-headers": [
      "ayun-http/middleware-set-sensitive-request-headers"
    ],
    "middleware-timeout": [
      "ayun-http/middleware-timeout"
    ],
    "request": [
      "request-auth",
      "request-form",
      "requet-id",
      "request-multipart",
      "request-json",
      "request-path",
      "request-query",
      "request-validate"
    ],
    "request-auth": [
      "ayun-http/request-auth"
    ],
    "request-form": [
      "ayun-http/request-form"
    ],
    "request-json": [
      "ayun-http/request-json"
    ],
    "request-multipart": [
      "ayun-http/request-multipart"
    ],
    "request-path": [
      "ayun-http/request-path"
    ],
    "request-query": [
      "ayun-http/request-query"
    ],
    "request-validate": [
      "ayun-http/request-validate"
    ],
    "requet-id": [
      "ayun-http/request-id"
    ],
    "response-cookie": [
      "ayun-http/response-cookie"
    ],
    "response-json": [
      "ayun-http/response-json"
    ]
  },
  "features2": {
    "auth": [
      "dep:ayun-auth"
    ],
    "config": [
      "dep:ayun-config"
    ],
    "console": [
      "dep:ayun-console"
    ],
    "database": [
      "dep:ayun-database"
    ],
    "full": [
      "commands",
      "server",
      "console",
      "http1",
      "schedule",
      "support"
    ],
    "hash": [
      "dep:ayun-hash"
    ],
    "http1": [
      "ayun-http/http1",
      "runtime"
    ],
    "http2": [
      "ayun-http/http2",
      "runtime"
    ],
    "logging": [
      "dep:ayun-logging"
    ],
    "metrics": [
      "dep:ayun-metrics"
    ],
    "opendal": [
      "dep:ayun-opendal",
      "config"
    ],
    "redis": [
      "dep:ayun-redis"
    ],
    "response": [
      "response-cookie",
      "response-json",
      "response-view"
    ],
    "response-view": [
      "ayun-http/response-view",
      "view"
    ],
    "runtime": [
      "dep:ayun-runtime",
      "config"
    ],
    "schedule": [
      "dep:ayun-schedule",
      "runtime"
    ],
    "server": [
      "middleware",
      "request",
      "response"
    ],
    "storage": [
      "dep:ayun-storage"
    ],
    "support": [
      "auth",
      "cache",
      "config",
      "database",
      "hash",
      "logging",
      "opendal",
      "redis",
      "runtime",
      "storage",
      "view"
    ],
    "view": [
      "dep:ayun-view"
    ]
  },
  "index_path": "ay/un/ayun",
  "name": "ayun",
  "pubtime": "2024-10-09T09:26:44Z",
  "v": 2,
  "vers": "0.22.0",
  "yanked": false
}
