ekv-fs 0.2.0

A chunked, #![no_std] Virtual File System built on top of the Embassy ekv key-value store.
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 = "2024"
rust-version = "1.87"
name = "ekv-fs"
version = "0.2.0"
authors = ["Adán SdPC <adan.sdpc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A chunked, #![no_std] Virtual File System built on top of the Embassy ekv key-value store."
documentation = "https://docs.rs/ekv-fs"
readme = "README.md"
keywords = [
    "filesystem",
    "embedded",
    "no-std",
    "flash",
    "vfs",
]
categories = [
    "embedded",
    "filesystem",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aesedepece/ekv-fs"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.ekv]
version = "1.0.0"
default-features = false

[dependencies.embassy-sync]
version = "0.6.2"
default-features = false

[dependencies.heapless]
version = "0.9.2"
default-features = false

[dependencies.postcard]
version = "1.1.3"
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
default-features = false

[dev-dependencies.futures]
version = "0.3.32"