# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.63.0" name = "etebase" version = "0.6.0" authors = ["Tom Hacohen "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "A Rust client library for Etebase" homepage = "https://www.etebase.com" readme = "README.md" keywords = [ "encryption", "sync", "etesync", "cryptography", "firebase", ] categories = [ "cryptography", "api-bindings", "database", "development-tools", ] license = "BSD-3-Clause" repository = "https://github.com/etesync/etebase-rs/" [lib] crate-type = ["lib"] [dependencies.ed25519] version = "^1.3.0" [dependencies.openssl] version = "^0.10.48" [dependencies.openssl-sys] version = "^0.9.84" [dependencies.remove_dir_all] version = "^0.8.2" [dependencies.reqwest] version = "^0.11.10" features = ["blocking"] optional = true [dependencies.rmp-serde] version = "^1.1.0" [dependencies.serde] version = "^1.0.136" features = ["derive"] [dependencies.serde_bytes] version = "^0.11.5" [dependencies.serde_repr] version = "^0.1.7" [dependencies.sodiumoxide] version = "^0.2.7" [dependencies.url] version = "^2.2.2" [build-dependencies.cc] version = "1.0.79" [features] default = ["networking"] networking = ["reqwest"]