uo-rust-libs 0.1.0

Data readers for various Ultima Online client mul files
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 = "uo-rust-libs"
version = "0.1.0"
authors = ["Tony Aldridge <tony@angry-lawyer.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data readers for various Ultima Online client mul files"
readme = "README.md"
keywords = ["gamedev"]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/AngryLawyer/uo-rust-libs"

[features]
default = ["image"]
image = ["dep:image"]

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

[dependencies.bitflags]
version = "2.11"

[dependencies.byteorder]
version = "1.5"

[dependencies.image]
version = "0.25"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.18"