terminus-store 0.11.2

a triple store library
Documentation
[package]
name = "terminus-store"
version = "0.11.2"
authors = ["Matthijs van Otterdijk <matthijs@datachemist.com>"]
edition = "2018"
license = "GPL-3.0-only"
description = "a triple store library"
homepage = "https://terminusdb.com"
repository = "https://github.com/terminusdb/terminus-store/"
documentation = "https://docs.rs/terminus-store/"

[dependencies]
byteorder = "1.3.2"
futures = "0.1.29"
futures-locks = "0.4"
tokio = "0.1.22"
tokio-io = "0.1.12"
tokio-threadpool = "0.1.16"
bytes = "0.4.12"
rand = "0.7"
lazy_static = "1.4"
fs2 = "0.4.3"
tar = "0.4"
flate2 = "1.0"

[dev-dependencies]
tempfile = "3.1"