ozlrip-decode 0.2.0

OpenZL decoder for ozlrip
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.88"
name = "ozlrip-decode"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenZL decoder for ozlrip"
readme = "README.md"
license = "MIT"
repository = "https://github.com/paddor/ozlrip"

[features]
alloc = ["ozlrip-core/alloc"]
checksum = [
    "ozlrip-core/checksum",
    "dep:xxhash-rust",
]
default = ["std"]
dev-format = ["ozlrip-core/dev-format"]
interop = ["std"]
lz4 = [
    "std",
    "dep:lz4rip",
]
paranoid = ["ozlrip-core/paranoid"]
std = [
    "alloc",
    "dep:fearless_simd",
    "ozlrip-core/std",
]
zstd = [
    "std",
    "dep:zrip",
    "zrip/simd",
]

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

[dependencies.fearless_simd]
version = "0.5.0"
features = ["std"]
optional = true
default-features = false

[dependencies.lz4rip]
version = "0.10.1"
features = [
    "std",
    "frame",
]
optional = true
default-features = false

[dependencies.ozlrip-core]
version = "0.2.0"
default-features = false

[dependencies.smallvec]
version = "1.15"
features = ["const_generics"]
default-features = false

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]
optional = true
default-features = false

[dependencies.zrip]
version = "0.8.3"
features = [
    "std",
    "frame",
]
optional = true
default-features = false

[dependencies.zrip-core]
version = "0.9.0"
features = ["alloc"]
default-features = false

[dev-dependencies]

[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
similar_names = "allow"
too_many_lines = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1