{
  "cksum": "1dd9ef4cdea72cb4be377b05d6d254d5c2492a9de31a1f0a7e185703382cf0f2",
  "crate_file": "irelia-0.9.2.crate",
  "crate_url": "https://static.crates.io/crates/irelia/irelia-0.9.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "serde_impl"
      ],
      "kind": "normal",
      "name": "hashlink",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body-util",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http1"
      ],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http1",
        "ring"
      ],
      "kind": "normal",
      "name": "hyper-rustls",
      "optional": true,
      "req": "^0.27",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hyper-tls",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "client-legacy",
        "http1"
      ],
      "kind": "normal",
      "name": "hyper-util",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "irelia_encoder",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "native-tls",
      "optional": true,
      "req": "^0.2.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "native-tls",
      "optional": false,
      "req": "^0.2.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "prettyplease",
      "optional": false,
      "req": "^0.2.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "quote",
      "optional": false,
      "req": "^1.0.36",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rmp-serde",
      "optional": false,
      "req": "^1.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "with-serde"
      ],
      "kind": "normal",
      "name": "rmpv",
      "optional": false,
      "req": "^1.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "build",
      "name": "rustls-pemfile",
      "optional": false,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "build",
      "name": "rustls-webpki",
      "optional": false,
      "req": "^0.102.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_derive",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "syn",
      "optional": false,
      "req": "^2.0.72",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "system"
      ],
      "kind": "normal",
      "name": "sysinfo",
      "optional": true,
      "req": "^0.33",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sync",
        "rt",
        "macros",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tungstenite",
      "optional": true,
      "req": "^0.26",
      "target": null
    }
  ],
  "features": {
    "encoder_nightly": [
      "irelia_encoder/nightly"
    ],
    "encoder_simd": [
      "irelia_encoder/simd"
    ]
  },
  "features2": {
    "default": [
      "full",
      "rustls"
    ],
    "full": [
      "rest",
      "in_game",
      "ws"
    ],
    "in_game": [
      "dep:hyper",
      "dep:hyper-util",
      "dep:http-body-util",
      "dep:serde_derive",
      "dep:time"
    ],
    "nativetls": [
      "tungstenite/native-tls",
      "dep:hyper-tls",
      "dep:native-tls"
    ],
    "replay": [
      "in_game",
      "dep:sysinfo"
    ],
    "rest": [
      "dep:serde_derive",
      "dep:hyper",
      "dep:hyper-util",
      "dep:http-body-util",
      "dep:sysinfo",
      "dep:hashlink"
    ],
    "rest_schema": [
      "dep:serde_json",
      "serde/std",
      "hyper-rustls/rustls-native-certs"
    ],
    "rustls": [
      "tungstenite/__rustls-tls",
      "dep:rustls",
      "dep:hyper-rustls"
    ],
    "ws": [
      "dep:tungstenite",
      "dep:sysinfo",
      "dep:serde_derive",
      "dep:serde_json"
    ]
  },
  "index_path": "ir/el/irelia",
  "name": "irelia",
  "pubtime": "2025-01-21T15:58:45Z",
  "rust_version": "1.83.0",
  "v": 2,
  "vers": "0.9.2",
  "yanked": false
}
