wired 0.4.0

WIP: Collection of embeddable database models for Rust.
Documentation
[package]
name = "wired"
version = "0.4.0"
authors = ["Anonyfox <hisako1337@gmail.com>"]
edition = "2018"
license = "MIT"
description = "WIP: Collection of embeddable database models for Rust."
repository = "https://github.com/Anonyfox/wired/"
readme = "README.md"
keywords = ["embedded", "database"]
categories = ["caching", "database-implementations", "data-structures", "embedded", "filesystem"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"] }
bincode = "1.2.1"
memmap2 = "0.1.0"
tempfile = "3"
fs2 = "0.4.3"
dirs = "2.0.2"