[dependencies.native-tls]
version = "0.2.12"
[dependencies.openlegends-server]
version = "0.3.0"
[lib]
name = "openlegends_client"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["game-development", "games"]
description = "OpenLegends Client Library"
edition = "2021"
keywords = ["game", "multi-player", "socket", "client"]
license = "MIT"
name = "openlegends-client"
readme = "README.md"
repository = "https://github.com/openlegends/client"
version = "0.2.0"
[[test]]
name = "integration"
path = "tests/integration.rs"