# 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 = "kvs" version = "0.0.6" authors = ["Vitaly Domnikov "] description = "Embedded Key-Value Store" documentation = "https://docs.rs/kvs" readme = "README.md" keywords = ["key-value"] categories = ["no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/dotcypress/kvs" [dependencies.byteorder] version = "1.4.3" default-features = false [dependencies.embedded-hal] version = "^0.2.4" features = ["unproven"] [dependencies.hash32] version = "0.3.0" [dependencies.heapless] version = "0.7.15" optional = true [dependencies.modular-bitfield] version = "0.11.2" [dependencies.postcard] version = "1.0.1" optional = true [dependencies.serde] version = "1.0.140" optional = true default-features = false [features] default = ["serde"] serde = [ "dep:serde", "dep:postcard", "dep:heapless", ]