{
  "cksum": "1ab5bf3e67db741f66005a7f4fd88a5ca23538c147fb1ac68214536280aaf6d2",
  "crate_file": "mixi2-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/mixi2/mixi2-0.1.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "dotenvy",
      "optional": false,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body-util",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "client",
        "http2"
      ],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^1.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http2",
        "ring",
        "webpki-tokio"
      ],
      "kind": "normal",
      "name": "hyper-rustls",
      "optional": true,
      "req": "^0.27",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "client-legacy",
        "http2",
        "tokio"
      ],
      "kind": "normal",
      "name": "hyper-util",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "reqwest",
        "rustls-tls"
      ],
      "kind": "normal",
      "name": "oauth2",
      "optional": true,
      "req": "^5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prost",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prost-types",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "protoc-bin-vendored",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "net",
        "rt-multi-thread",
        "sync",
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tonic",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tonic-prost",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "tonic-prost-build",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "api": []
  },
  "features2": {
    "client-credentials-auth": [
      "dep:oauth2",
      "dep:tokio"
    ],
    "default": [
      "api",
      "stream",
      "webhook-axum",
      "client-credentials-auth"
    ],
    "stream": [
      "dep:bytes",
      "dep:http",
      "dep:http-body-util",
      "dep:hyper",
      "dep:hyper-rustls",
      "dep:hyper-util",
      "dep:tokio",
      "dep:tracing"
    ],
    "testutil": [
      "webhook-core",
      "dep:rand"
    ],
    "webhook-axum": [
      "webhook-core",
      "dep:axum"
    ],
    "webhook-core": [
      "dep:base64",
      "dep:ed25519-dalek",
      "dep:http",
      "dep:tokio",
      "dep:tracing"
    ]
  },
  "index_path": "mi/xi/mixi2",
  "name": "mixi2",
  "pubtime": "2026-04-19T13:57:21Z",
  "rust_version": "1.88",
  "v": 2,
  "vers": "0.1.1",
  "yanked": false
}
