ext4-mkfs 0.1.0

Pure Rust library for creating 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 = "2021"
name = "ext4-mkfs"
version = "0.1.0"
authors = ["AprilNEA <dev@aprilnea.me> (https://aprilnea.me)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust library for creating ext2/ext3/ext4 filesystems"
readme = "README.md"
keywords = [
    "ext4",
    "filesystem",
    "mkfs",
    "embedded",
    "no_std",
]
categories = [
    "filesystem",
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AprilNEA/ext4-mkfs"

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

[[example]]
name = "mkfs_file"
path = "examples/mkfs_file.rs"

[[test]]
name = "mkfs_integration"
path = "tests/mkfs_integration.rs"

[dependencies.ext4-mkfs-sys]
version = "0.1.0"

[dependencies.thiserror]
version = "1.0"