ffsend-api 0.3.1

A fully featured Firefox Send API client.
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]
edition = "2018"
name = "ffsend-api"
version = "0.3.1"
authors = ["Tim Visee <timvisee@gmail.com>"]
description = "A fully featured Firefox Send API client."
homepage = "https://github.com/timvisee/ffsend-api"
documentation = "https://docs.rs/ffsend-api"
readme = "README.md"
keywords = ["send", "firefox", "api"]
categories = ["api-bindings", "authentication", "cryptography", "network-programming"]
license = "MIT"
repository = "https://github.com/timvisee/ffsend-api"

[lib]
name = "ffsend_api"
path = "src/lib.rs"
[dependencies.arrayref]
version = "0.3"

[dependencies.base64]
version = "0.10"

[dependencies.byteorder]
version = "1.3"

[dependencies.bytes]
version = "0.4"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.derive_builder]
version = "0.7"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.hkdf]
version = "0.7"

[dependencies.hyper]
version = "0.12.22"

[dependencies.mime]
version = "0.3.7"

[dependencies.mime_guess]
version = "2.0.0-alpha.4"

[dependencies.openssl]
version = "0.10"

[dependencies.regex]
version = "1.1"

[dependencies.reqwest]
version = "0.9.12"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.8"

[dependencies.time]
version = "0.1"

[dependencies.url]
version = "1.7"

[dependencies.url_serde]
version = "0.2"

[dependencies.version-compare]
version = "0.0.6"

[dependencies.websocket]
version = "0.22.3"
optional = true

[features]
default = ["send2", "send3"]
send2 = []
send3 = ["websocket"]
[badges.gitlab]
branch = "master"
repository = "timvisee/ffsend-api"