zbox 0.6.1

Zbox is a zero-details, privacy-focused embeddable file system.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "zbox"
version = "0.6.1"
authors = ["Bo Lu"]
build = "build.rs"
description = "Zbox is a zero-details, privacy-focused embeddable file system."
homepage = "https://github.com/zboxfs/zbox"
documentation = "https://docs.rs/zbox"
readme = "README.md"
keywords = ["filesystem", "crypto", "security", "privacy", "storage"]
categories = ["filesystem", "cryptography"]
license = "Apache-2.0"
repository = "https://github.com/zboxfs/zbox"

[lib]
name = "zbox"
crate-type = ["rlib", "dylib", "staticlib"]
[dependencies.bytes]
version = "0.4.9"

[dependencies.env_logger]
version = "0.5.9"

[dependencies.lazy_static]
version = "1.1.0"
optional = true

[dependencies.libsqlite3-sys]
version = "0.9.3"
optional = true

[dependencies.linked-hash-map]
version = "0.5.1"
features = ["serde_impl"]

[dependencies.log]
version = "0.4.4"

[dependencies.lz4]
version = "1.22.0"

[dependencies.redis]
version = "0.9.0"
optional = true

[dependencies.rmp-serde]
version = "0.13.7"

[dependencies.serde]
version = "1.0.43"

[dependencies.serde_derive]
version = "1.0.43"
[dev-dependencies.rand]
version = "0.5"

[dev-dependencies.tempdir]
version = "0.3.7"
[build-dependencies.pkg-config]
version = "0.3.11"

[features]
default = []
storage-faulty = ["lazy_static"]
storage-redis = ["redis"]
storage-sqlite = ["libsqlite3-sys"]
test-perf = []
[badges.travis-ci]
repository = "zboxfs/zbox"