lz4rip-encode 0.10.0

LZ4 block compression for lz4rip.
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"
rust-version = "1.85"
name = "lz4rip-encode"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LZ4 block compression for lz4rip."
readme = "README.md"
license = "MIT"
repository = "https://github.com/paddor/lz4rip"
resolver = "2"

[features]
alloc = []
default = ["std"]
nightly = ["lz4rip-core/nightly"]
paranoid = ["lz4rip-core/paranoid"]
std = [
    "alloc",
    "lz4rip-core/std",
]

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

[dependencies.lz4rip-core]
version = "0.5.3"
default-features = false