wow_items 0.1.0

Item definitions for World of Warcraft game servers
Documentation
[dependencies.wow_world_base]
default-features = false
version = "0.1.0"

[features]
default = []
tbc = ["wow_world_base/tbc"]
unobtainable = []
vanilla = ["wow_world_base/vanilla"]
wrath = ["wow_world_base/wrath"]

[package]
authors = ["Gtker <github@gtker.com"]
categories = ["network-programming", "game-development", "game-engines"]
description = "Item definitions for World of Warcraft game servers"
edition = "2021"
keywords = ["wow", "world-of-warcraft", "item", "definitions"]
license = "MIT OR Apache-2.0"
name = "wow_items"
readme = "README.md"
repository = "https://www.github.com/gtker/wow_messages"
resolver = "1"
version = "0.1.0"