persy 0.11.0

Transactional Persistence Engine
Documentation
[package]
name = "persy"
version = "0.11.0"
authors = ["Tglman <tglman@tglman.com>"]
description = "Transactional Persistence Engine"
license = "MPL-2.0"
repository = "https://gitlab.com/tglman/persy"
homepage = "https://persy.rs"
keywords = ["storage", "transaction", "database","copy-on-write"]
categories = ["database-implementations"]
readme = "README.md"
edition = "2018"

[badges]
maintenance = { status = "actively-developed" }
gitlab = { repository = "tglman/persy", branch = "master" }

[dependencies]
byteorder = "1.3"
linked-hash-map = "0.5"
rand = "0.7"
fs2 = "0.4"
data-encoding = "2.1"
crc= "1.0"
unsigned-varint = {version="0.5", features=["std"]}
zigzag="0.1"

[dev-dependencies]
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
tempfile = "3.0"

[features]
background_ops =[]