littlefs-rust 0.1.0

Safe Rust API for the LittleFS embedded filesystem
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 = "littlefs-rust"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust API for the LittleFS embedded filesystem"
readme = "README.md"
keywords = [
    "littlefs",
    "filesystem",
    "embedded",
    "no-std",
    "flash",
]
categories = [
    "embedded",
    "filesystem",
    "no-std",
]
license = "BSD-3-Clause"
repository = "https://github.com/light-player/littlefs-rust"

[features]
alloc = ["littlefs-rust-core/alloc"]
default = ["alloc"]
log = ["littlefs-rust-core/log"]
std = ["alloc"]

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

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

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

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

[dependencies.bitflags]
version = "2"

[dependencies.littlefs-rust-core]
version = "0.1"

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