littlefs2-rust 0.1.1

Pure Rust littlefs implementation with a mounted block-device API
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.88"
name = "littlefs2-rust"
version = "0.1.1"
build = false
include = [
    "/CHANGELOG.md",
    "/Cargo.lock",
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/docs/**",
    "/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust littlefs implementation with a mounted block-device API"
documentation = "https://docs.rs/littlefs2-rust"
readme = "README.md"
keywords = [
    "littlefs",
    "filesystem",
    "embedded",
    "flash",
    "no-std",
]
categories = [
    "embedded",
    "filesystem",
    "no-std",
]
license = "MIT"
repository = "https://github.com/duanjr/littlefs-rust"

[package.metadata.docs.rs]
features = ["std"]

[features]
default = ["std"]
std = []

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

[dependencies]