zbox 0.7.1

Zbox is a zero-details, privacy-focused in-app 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.7.1"
authors = ["Bo Lu"]
build = "build.rs"
description = "Zbox is a zero-details, privacy-focused in-app 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"
[package.metadata.docs.rs]
features = ["libsodium-bundled"]
[profile.release]
opt-level = "s"
lto = true

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

[dependencies.cfg-if]
version = "0.1.6"

[dependencies.env_logger]
version = "0.6.0"

[dependencies.http]
version = "0.1.17"
optional = true

[dependencies.jni]
version = "0.10.2"
optional = true

[dependencies.js-sys]
version = "0.3.19"
optional = true

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

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

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

[dependencies.log]
version = "0.4.6"

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

[dependencies.reqwest]
version = "0.9.5"
optional = true

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

[dependencies.serde]
version = "1.0.80"

[dependencies.serde_derive]
version = "1.0.80"

[dependencies.serde_json]
version = "1.0.39"
optional = true

[dependencies.wasm-bindgen]
version = "0.2.42"
features = ["serde-serialize"]
optional = true

[dependencies.wasm-logger]
version = "0.1.1"
optional = true

[dependencies.web-sys]
version = "0.3.19"
features = ["Crypto", "WorkerGlobalScope", "XmlHttpRequest", "XmlHttpRequestResponseType", "Blob"]
optional = true

[dependencies.wee_alloc]
version = "0.4.4"
optional = true
[dev-dependencies.rand]
version = "0.6.5"

[dev-dependencies.rand_xorshift]
version = "0.1.1"

[dev-dependencies.tempdir]
version = "0.3.7"
[build-dependencies.libflate]
version = "0.1"

[build-dependencies.pkg-config]
version = "0.3.14"

[build-dependencies.reqwest]
version = "0.9"

[build-dependencies.tar]
version = "0.4"

[build-dependencies.tempfile]
version = "3.0"

[build-dependencies.zip]
version = "0.5"

[features]
default = ["storage-mem"]
ffi = []
libsodium-bundled = []
storage-faulty = ["storage-file", "lazy_static"]
storage-file = []
storage-mem = []
storage-redis = ["redis"]
storage-sqlite = ["libsqlite3-sys"]
storage-zbox = ["http", "serde_json"]
storage-zbox-faulty = ["storage-zbox", "lazy_static"]
storage-zbox-jni = ["storage-zbox", "jni", "lazy_static"]
storage-zbox-native = ["storage-zbox", "reqwest"]
storage-zbox-wasm = ["storage-zbox", "wasm-bindgen", "js-sys", "web-sys", "wee_alloc", "wasm-logger"]
test-perf = ["storage-file"]
[target."cfg(target_os = \"android\")".dependencies.android_logger]
version = "0.7.0"
[badges.travis-ci]
repository = "zboxfs/zbox"