# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sfkv" version = "0.1.0" authors = ["M-Labs "] description = "Simple Flash Key Value store" homepage = "https://git.m-labs.hk/M-Labs/sfkv" documentation = "https://docs.rs/sfkv/" readme = "README.md" keywords = ["flash", "config"] categories = ["embedded", "database"] license = "LGPL-3.0-only" repository = "https://git.m-labs.hk/M-Labs/sfkv.git" [dependencies.byteorder] version = "1" default-features = false [dependencies.postcard] version = "0.5" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [features] default = ["postcard-values"] postcard-values = ["postcard", "serde"]