squishy 0.5.0

A convenient high level library for reading SquashFS files
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 = "2021"
name = "squishy"
version = "0.5.0"
authors = ["Rabindra Dhakal <contact@qaidvoid.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A convenient high level library for reading SquashFS files"
readme = "README.md"
keywords = [
    "appimage",
    "filesystem",
    "squashfs",
    "linux",
]
license = "MIT"
repository = "https://github.com/pkgforge/squishy-rs"

[features]
appimage = [
    "goblin",
    "rayon",
]
default = []
dwarfs = [
    "dep:bstr",
    "dep:lru",
    "dep:positioned-io",
    "dep:serde",
    "dep:sha2",
    "dep:xxhash-rust",
    "dep:zerocopy",
    "dep:zstd-safe",
]
rayon = ["dep:rayon"]

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

[dependencies.backhand]
version = "0.24.0"

[dependencies.bstr]
version = "1.12.0"
features = ["serde"]
optional = true

[dependencies.goblin]
version = "0.10.4"
features = [
    "elf32",
    "elf64",
    "endian_fd",
    "std",
]
optional = true
default-features = false

[dependencies.lru]
version = "0.14.0"
optional = true

[dependencies.positioned-io]
version = "0.3.4"
optional = true
default-features = false

[dependencies.rayon]
version = "1.11.0"
optional = true

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true

[dependencies.sha2]
version = "0.10.9"
optional = true

[dependencies.thiserror]
version = "2.0.17"

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]
optional = true

[dependencies.zerocopy]
version = "0.8.25"
features = [
    "derive",
    "std",
]
optional = true

[dependencies.zstd-safe]
version = "7.2.4"
optional = true
default-features = false