{
  "cksum": "4090e4ccabffbcb5ef5cdef206e07b61a71dffdcb2e1d0fef7da4e89c0e00cda",
  "crate_file": "lyanne-0.4.0.crate",
  "crate_url": "https://static.crates.io/crates/lyanne/lyanne-0.4.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-channel",
      "optional": false,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-executor",
      "optional": true,
      "req": "^1.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-lock",
      "optional": true,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-net",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-std",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bevy_ecs",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bevy_tasks",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bincode",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chacha20poly1305",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "colored",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dashmap",
      "optional": false,
      "req": "^6.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-rustls",
      "optional": true,
      "req": "^0.26.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-timer",
      "optional": true,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lyanne-derive",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-pemfile",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smol",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "net"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-rustls",
      "optional": true,
      "req": "^0.26.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "x25519-dalek",
      "optional": false,
      "req": "^2.0.0",
      "target": null
    }
  ],
  "features": {
    "client": [
      "lyanne-derive/client"
    ],
    "default": [],
    "deserialized_message_map": [],
    "server": [
      "lyanne-derive/server"
    ],
    "store_unexpected": []
  },
  "features2": {
    "auth_tcp": [
      "dep:chacha20poly1305"
    ],
    "auth_tls": [
      "dep:chacha20poly1305",
      "dep:tokio-rustls",
      "dep:futures-rustls",
      "dep:rustls-pemfile"
    ],
    "bevy_packet_schedules": [
      "lyanne-derive/bevy_packet_schedules",
      "dep:bevy_ecs"
    ],
    "rt_async_executor": [
      "dep:async-executor",
      "dep:async-net",
      "dep:async-lock",
      "dep:futures",
      "dep:futures-timer"
    ],
    "rt_async_std": [
      "dep:async-std",
      "dep:futures",
      "dep:futures-timer"
    ],
    "rt_bevy": [
      "dep:bevy_tasks",
      "dep:async-net",
      "dep:async-lock",
      "dep:futures",
      "dep:futures-timer"
    ],
    "rt_smol": [
      "dep:smol",
      "dep:async-executor",
      "dep:async-net",
      "dep:async-lock",
      "dep:futures",
      "dep:futures-timer"
    ],
    "rt_tokio": [
      "dep:tokio"
    ],
    "sd_bincode": [
      "lyanne-derive/sd_bincode",
      "dep:serde",
      "dep:bincode",
      "dep:bincode"
    ]
  },
  "index_path": "ly/an/lyanne",
  "name": "lyanne",
  "pubtime": "2024-09-09T09:32:04Z",
  "v": 2,
  "vers": "0.4.0",
  "yanked": false
}
