[package]
name = "prtgn_encoding"
version = "0.3.0"
edition = "2024"
license = "GPL-3.0"
description = "Encoding and decoding for the PRTGN file format"
homepage = "https://prtgn-development-team.github.io"
repository = "https://github.com/PRTGN-Development-Team/PRTGN_encoding"
readme = "README.md"
keywords = ["PRTGN", "File-Format", "Encoding", "Decoding"]
categories = ["command-line-interface", "encoding", "filesystem"]
exclude = [".github", "target", ".idea"]
documentation = "https://docs.rs/prtgn_encoding"
[dependencies]
lz4_flex = { version = "0.13.0", safe-encode = true, safe-decode = true }
[package.metadata.docs.rs]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"aarch64-unknown-linux-gnu",
"aarch64-pc-windows-msvc",
]