zbox 0.2.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.2.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"]
[dependencies.bytes]
version = "0.4.6"

[dependencies.env_logger]
version = "0.5.2"

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

[dependencies.log]
version = "0.4.1"

[dependencies.lz4]
version = "1.22.0"

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

[dependencies.serde]
version = "1.0.27"

[dependencies.serde_derive]
version = "1.0.27"
[dev-dependencies.rand]
version = "0.4.1"

[dev-dependencies.tempdir]
version = "0.3.5"
[build-dependencies.pkg-config]
version = "0.3.9"
[badges.travis-ci]
repository = "zboxfs/zbox"