# 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.5.0" authors = [ "Nicolas Stalder ", "Brandon Edens ", "The Trussed developers", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "littlefs2" path = "src/lib.rs" [[test]] name = "test_serde" path = "tests/test_serde.rs" [dependencies.delog] version = "0.1.0" [dependencies.generic-array] version = "0.14" [dependencies.heapless] version = "0.7" [dependencies.littlefs2-core] version = "0.1" [dependencies.littlefs2-sys] version = "0.2" [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.ssmarshal] version = "1" [features] c-stubs = [] default = ["serde"] ll-assertions = ["littlefs2-sys/assertions"] ll-trace = ["littlefs2-sys/trace"] log-all = [] log-debug = [] log-error = [] log-info = [] log-none = [] log-warn = [] serde = ["littlefs2-core/serde"]