luminol-data 0.4.0

Luminol's RPG Maker data structures
Documentation
[package]
name = "luminol-data"

description = "Luminol's RPG Maker data structures"

version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
readme.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lints]
workspace = true

[dependencies]
# * Data processing * #
serde.workspace = true
alox-48.workspace = true

# * Mathematics * #
bytemuck.workspace = true

# * Useful procedural macros * #
num_enum = "0.7.0"     # Procedural macros to make inter-operation between primitives and enums easier
strum.workspace = true
paste.workspace = true

# * Cryptography and hashing * #
base64 = "0.22.1" # Implementation of the base64 hashing algorithm

# * File system interfaces * #
camino.workspace = true

# * Misc * #
rand.workspace = true
flate2 = "1.0"        # DEFLATE compression and decompression exposed as Read/BufRead/Write streams