prtgn_encoding 0.3.1

Encoding and decoding for the PRTGN file format
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 = "prtgn_encoding"
version = "0.3.1"
build = false
exclude = [
    ".github",
    "target",
    ".idea",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encoding and decoding for the PRTGN file format"
homepage = "https://prtgn-development-team.github.io"
documentation = "https://docs.rs/prtgn_encoding"
readme = "README.md"
keywords = [
    "PRTGN",
    "File-Format",
    "Encoding",
    "Decoding",
]
categories = [
    "command-line-interface",
    "encoding",
    "filesystem",
]
license = "GPL-3.0"
repository = "https://github.com/PRTGN-Development-Team/PRTGN_encoding"

[package.metadata.docs.rs]
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-pc-windows-msvc",
    "aarch64-unknown-linux-gnu",
    "aarch64-pc-windows-msvc",
]

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

[[example]]
name = "basic_read"
path = "examples/basic_read.rs"

[[example]]
name = "basic_write"
path = "examples/basic_write.rs"

[[example]]
name = "compressed_read_write"
path = "examples/compressed_read_write.rs"

[[example]]
name = "compressed_write"
path = "examples/compressed_write.rs"

[[example]]
name = "read_write"
path = "examples/read_write.rs"

[dependencies.lz4_flex]
version = "0.13.0"