ext4plus 0.1.0-alpha.2

No-std compatible Rust library for ext2/ext3/ext4 filesystems
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 = "ext4plus"
version = "0.1.0-alpha.2"
build = false
include = [
    "src/*.rs",
    "src/file_blocks",
    "src/iters",
    "src/journal",
    "LICENSE-APACHE",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "No-std compatible Rust library for ext2/ext3/ext4 filesystems"
readme = "README.md"
keywords = [
    "ext4",
    "ext2",
    "ext3",
    "filesystem",
    "no_std",
]
categories = [
    "filesystem",
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arihant2math/ext4plus"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
std = []

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bitflags]
version = "2.0.0"

[dependencies.crc]
version = "3.0.0"

[dev-dependencies.anyhow]
version = "1.0.0"
features = ["backtrace"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = ["full"]