lamxfs 0.1.0

no_std read-only XFS filesystem reader for UEFI bootloaders
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.85"
name = "lamxfs"
version = "0.1.0"
authors = [
    "Greg Lamberson <greg@lamco.io>",
    "Lamco Development LLC <office@lamco.io>",
]
build = false
include = [
    "/src/**/*.rs",
    "/README.md",
    "/NOTICE",
    "/CHANGELOG.md",
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std read-only XFS filesystem reader for UEFI bootloaders"
homepage = "https://lamco.ai/products/lamboot/"
documentation = "https://docs.rs/lamxfs"
readme = "README.md"
keywords = [
    "xfs",
    "filesystem",
    "no_std",
    "uefi",
    "bootloader",
]
categories = [
    "filesystem",
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lamco-admin/lamxfs"

[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 = []

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

[dependencies.crc]
version = "3.2"
default-features = false

[dev-dependencies.ruzstd]
version = "0.8"

[dev-dependencies.sha2]
version = "0.10"

[lints.clippy]
allow_attributes = "deny"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
similar_names = "allow"
unreadable_literal = "allow"
wildcard_imports = "deny"

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

[lints.rust]
elided_lifetimes_in_paths = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(fuzzing)"]