[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.216"
[dependencies.serde_json]
version = "1.0.134"
[lib]
name = "openlegends_api"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["game-development", "games"]
description = "Shared Client/Server API"
edition = "2021"
keywords = ["openlegends", "game", "api", "client", "server"]
license = "MIT"
name = "openlegends-api"
readme = "README.md"
repository = "https://github.com/openlegends/api"
version = "0.1.0"