Files
littlefs2-sys/Cargo.toml
T
2026-02-25 16:29:25 +01:00

27 lines
788 B
TOML

[package]
name = "littlefs2-sys"
description = "Low-level bindings to littlefs"
version = "0.3.2"
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed Developers"]
edition = "2018"
license = "BSD-3-Clause"
readme = "README.md"
categories = ["embedded", "filesystem", "no-std"]
repository = "https://github.com/nickray/littlefs2-sys"
[build-dependencies]
bindgen = { version = "0.70.1", default-features = false , features = ["runtime"] }
cc = "1"
[features]
assertions = []
trace = []
malloc = []
software-intrinsics = []
multiversion = []
# unstable features -- enabling one of the following features may break semantic versioning guarantees
# use a patched version of littlefs: https://github.com/trussed-dev/littlefs/releases/tag/v2.9-trussed.1
unstable-littlefs-patched = []