lzxc 0.1.0

LZX compression encoder. Produces streams decodable by the `lzxd` crate.
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 = "lzxc"
version = "0.1.0"
authors = ["Lander Brandt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LZX compression encoder. Produces streams decodable by the `lzxd` crate."
documentation = "https://docs.rs/lzxc"
readme = "README.md"
keywords = [
    "lzx",
    "compression",
    "xbox360",
    "encoder",
]
categories = ["compression"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/landaire/acceleration"
resolver = "2"

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

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

[[bench]]
name = "compression"
path = "benches/compression.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.lzxd]
version = "0.2"