# 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.9.2" authors = ["Bo Lu"] build = "build.rs" description = "ZboxFS 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 = ["docs-rs"] [profile.release] opt-level = "s" lto = true [lib] name = "zbox" crate-type = ["rlib", "cdylib", "staticlib"] [dependencies.cfg-if] version = "1.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.http] version = "0.2.4" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libsqlite3-sys] version = "0.22.2" optional = true [dependencies.linked-hash-map] version = "0.5.4" features = ["serde_impl"] [dependencies.log] version = "0.4.14" [dependencies.redis] version = "0.21.2" optional = true [dependencies.reqwest] version = "0.9.18" features = ["rustls-tls"] optional = true default-features = false [dependencies.rmp-serde] version = "0.15.5" [dependencies.serde] version = "1.0.130" [dependencies.serde_derive] version = "1.0.130" [dependencies.serde_json] version = "1.0.67" optional = true [dev-dependencies.bytes] version = "1.1.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.tempdir] version = "0.3.7" [build-dependencies.cc] version = "1.0.70" [build-dependencies.pkg-config] version = "0.3.19" [features] default = ["storage-mem"] docs-rs = [] libsodium-bundled = [] storage-faulty = ["storage-file"] storage-file = [] storage-mem = [] storage-redis = ["redis"] storage-sqlite = ["libsqlite3-sys"] storage-zbox = ["http", "serde_json"] storage-zbox-android = ["storage-zbox"] storage-zbox-faulty = ["storage-zbox"] storage-zbox-native = ["storage-zbox", "reqwest"] test-perf = ["storage-file"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.27" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.50" features = ["serde-serialize"] [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.27" features = ["Crypto", "WorkerGlobalScope", "XmlHttpRequest", "XmlHttpRequestResponseType", "Blob"] [target."cfg(target_os = \"android\")".dependencies.jni] version = "0.14.0" [target."cfg(target_os = \"windows\")".build-dependencies.libflate] version = "0.1" [target."cfg(target_os = \"windows\")".build-dependencies.reqwest] version = "0.9.18" features = ["rustls-tls"] default-features = false [target."cfg(target_os = \"windows\")".build-dependencies.tar] version = "0.4" [target."cfg(target_os = \"windows\")".build-dependencies.tempfile] version = "3.0" [target."cfg(target_os = \"windows\")".build-dependencies.zip] version = "0.5" [badges.travis-ci] repository = "zboxfs/zbox"