zbox 0.1.4

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.1.4"
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"

[dependencies.env_logger]
version = "~0.4"

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

[dependencies.log]
version = "~0.3"

[dependencies.lz4]
version = "~1.21"

[dependencies.rmp-serde]
version = "~0.13"

[dependencies.serde]
version = "~1.0"

[dependencies.serde_derive]
version = "~1.0"
[dev-dependencies.tempdir]
version = "~0.3"
[build-dependencies.pkg-config]
version = "~0.3"
[badges.travis-ci]
repository = "zboxfs/zbox"