lamfold-squash 0.1.0

no_std clean-room SquashFS reader — the lamfold compressed-read-only frontend (the live-ISO root)
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"
rust-version = "1.87"
name = "lamfold-squash"
version = "0.1.0"
authors = [
    "Greg Lamberson <greg@lamco.io>",
    "Lamco Development LLC <office@lamco.io>",
]
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "NOTICE",
    "LICENSE-APACHE",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std clean-room SquashFS reader — the lamfold compressed-read-only frontend (the live-ISO root)"
homepage = "https://lamco.ai/products/lamboot/"
documentation = "https://docs.rs/lamfold-squash"
readme = "README.md"
keywords = [
    "squashfs",
    "filesystem",
    "no_std",
    "compression",
    "uefi",
]
categories = [
    "filesystem",
    "no-std",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lamco-admin/lamfold"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-developed"

[features]
default = [
    "std",
    "gzip",
    "xz",
    "zstd",
    "lz4",
    "lzo",
]
gzip = ["lamfold/codec-deflate"]
lz4 = ["lamfold/codec-lz4"]
lzo = ["lamfold/codec-lzo"]
std = ["lamfold/std"]
xz = ["lamfold/codec-xz"]
zstd = ["lamfold/codec-zstd"]

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

[dependencies.lamfold]
version = "0.1"
default-features = false