eolib 3.0.0

A core rust library for writing applications related to Endless Online
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"
rust-version = "1.87.0"
name = "eolib"
version = "3.0.0"
authors = ["Richard Leek <richard@richardleek.com>"]
build = "build.rs"
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A core rust library for writing applications related to Endless Online"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sorokya/eolib-rs"

[features]
serde = ["dep:serde"]

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

[dependencies.bytes]
version = "1.11"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.rand]
version = "0.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0"

[build-dependencies.convert_case]
version = "0.11"

[build-dependencies.glob]
version = "0.3"

[build-dependencies.quick-xml]
version = "0.39"
features = [
    "serialize",
    "overlapped-lists",
]

[build-dependencies.serde]
version = "1.0"
features = ["derive"]