plasma-prp 0.1.0

Read, write, inspect, and manipulate Plasma engine PRP files used by Myst Online: Uru Live
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 = "plasma-prp"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read, write, inspect, and manipulate Plasma engine PRP files used by Myst Online: Uru Live"
homepage = "https://github.com/oscargala/plasma-prp"
readme = "README.md"
keywords = [
    "myst",
    "uru",
    "plasma",
    "prp",
    "game-modding",
]
categories = [
    "parser-implementations",
    "game-development",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/oscargala/plasma-prp"

[features]
cli = ["image"]
default = []
python = ["pyo3"]

[lib]
name = "plasma_prp"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "plasma-prp"
path = "src/cli.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "1"

[dependencies.glam]
version = "0.29"

[dependencies.image]
version = "0.25"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.pyo3]
version = "0.23"
features = ["extension-module"]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.env_logger]
version = "0.11"