libgm 0.3.0

A tool for modding, unpacking and decompiling GameMaker games
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 = "libgm"
version = "0.3.0"
authors = ["BioTomateDE <latuskati+cratesio@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for modding, unpacking and decompiling GameMaker games"
readme = "README.md"
keywords = [
    "gamemaker",
    "gml",
    "decompiler",
    "modding",
    "undertale",
]
categories = [
    "parser-implementations",
    "game-development",
    "encoding",
]
license = "GPL-3.0"
repository = "https://github.com/BioTomateDE/LibGM"

[features]
bzip2-image = ["dep:bzip2"]
catch-panic = []
check-integrity = []
default = [
    "bzip2-image",
    "catch-panic",
    "check-integrity",
    "png-image",
]
full = [
    "bzip2-image",
    "catch-panic",
    "check-integrity",
    "game-creation-timestamp",
    "png-image",
]
game-creation-timestamp = ["dep:chrono"]
png-image = ["image/png"]

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

[dependencies.bzip2]
version = "0.6.1"
optional = true

[dependencies.chrono]
version = "0.4.43"
optional = true
default-features = false

[dependencies.image]
version = "0.25.9"
default-features = false

[dependencies.log]
version = "0.4.29"

[dependencies.macros]
version = "0.1.1"
package = "libgm-macros"

[dependencies.num_enum]
version = "0.7.5"