[dependencies]
[lib]
name = "prtgn_encoding"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Encoding and decoding for the PRTGN file format"
edition = "2024"
exclude = [".github"]
homepage = "https://prtgn-development-team.github.io"
keywords = ["PRTGN", "File-Format", "Encoding", "Decoding"]
license = "GPL-3.0"
name = "prtgn_encoding"
readme = "README.md"
repository = "https://github.com/PRTGN-Development-Team/PRTGN_encoding"
version = "0.1.1"