etebase 0.3.0

A Rust client library for Etebase
Documentation
[dependencies.libsodium-sys]
version = "^0.2.6"

[dependencies.remove_dir_all]
version = "^0.6.0"

[dependencies.reqwest]
features = ["blocking"]
optional = true
version = "^0.10.4"

[dependencies.rmp-serde]
version = "^0.14.3"

[dependencies.serde]
features = ["derive"]
version = "^1.0.105"

[dependencies.serde_bytes]
version = "^0.11.5"

[dependencies.serde_repr]
version = "^0.1.5"

[dependencies.sodiumoxide]
version = "^0.2.6"

[dependencies.url]
version = "^2.1.1"

[features]
default = ["networking"]
networking = ["reqwest"]

[lib]
crate-type = ["lib"]

[package]
authors = ["Tom Hacohen <tom@stosb.com>"]
categories = ["cryptography", "api-bindings", "database", "development-tools"]
description = "A Rust client library for Etebase"
edition = "2018"
homepage = "https://www.etebase.com"
include = ["**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["encryption", "sync", "etesync", "cryptography", "firebase"]
license = "LGPL-2.1-only"
name = "etebase"
readme = "README.md"
repository = "https://github.com/etesync/etebase-rs/"
version = "0.3.0"