# 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 = "littlefs2" version = "0.4.0" authors = [ "Nicolas Stalder ", "Brandon Edens ", "The Trussed developers", ] description = "Idiomatic Rust API for littlefs" documentation = "https://docs.rs/littlefs2" readme = "README.md" categories = [ "embedded", "filesystem", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/trussed-dev/littlefs2" [dependencies.bitflags] version = "1" [dependencies.cstr_core] version = "0.2" default-features = false [dependencies.cty] version = "0.2.1" [dependencies.delog] version = "0.1.0" [dependencies.generic-array] version = "0.14" [dependencies.heapless] version = "0.7" [dependencies.littlefs2-sys] version = "0.1.6" [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.ssmarshal] version = "1" [features] c-stubs = [] default = [ "dir-entry-path", "serde", ] dir-entry-path = [] ll-assertions = ["littlefs2-sys/assertions"] ll-trace = ["littlefs2-sys/trace"] log-all = [] log-debug = [] log-error = [] log-info = [] log-none = [] log-warn = []