[package] name = "littlefs2-sys" description = "Low-level bindings to littlefs" version = "0.3.2" authors = ["Nicolas Stalder ", "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 = []