# 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 = "2018" name = "microkv" version = "0.2.9" authors = ["ex0dus-0x"] description = "a minimal and persistent key-value store designed with security in mind." homepage = "https://github.com/ex0dus-0x/microkv" documentation = "https://docs.rs/microkv" readme = "README.md" license = "MIT" repository = "https://github.com/ex0dus-0x/microkv" [dependencies.bincode] version = "1.2.1" [dependencies.dirs] version = "3" [dependencies.indexmap] version = "1.3.2" features = ["serde-1"] [dependencies.secstr] version = "0.4.0" features = ["serde"] [dependencies.serde] version = "1.0" features = [ "rc", "derive", ] [dependencies.sodiumoxide] version = "0.2.5"