kinto_http 0.1.0

Rust HTTP client for the Kinto storage service.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "kinto_http"
description = "Rust HTTP client for the Kinto storage service."
version = "0.1.0"
authors = ["Storage Team <storage-team@mozilla.com>"]
license = "Apache-2.0"


[dependencies]
hyper = "0.10"
hyper-native-tls = "0.2"
json = "0.11"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"