ygopro-handler 0.1.3

A type-erased, plugin-based message handler framework for YGOPro duel rooms.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ygopro-handler"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A type-erased, plugin-based message handler framework for YGOPro duel rooms."
readme = "README.md"
keywords = ["ygopro"]
license-file = "LICENSE"
repository = "https://github.com/iamipanda/ygopru"
resolver = "2"

[features]
card = ["ygopro-data/card"]
default = []

[lib]
name = "ygopro_handler"
path = "src/lib.rs"

[[test]]
name = "handler_test"
path = "tests/handler_test.rs"

[dependencies.anymap3]
version = "1"

[dependencies.binrw]
version = "0.13"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0"

[dependencies.hashbrown]
version = "0.17"

[dependencies.pin-project-lite]
version = "0"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-stream]
version = "0"

[dependencies.tower]
version = "0"
features = ["util"]

[dependencies.ygopro-data]
version = "0.1.1"
default-features = false