api_kit 0.2.0

Rust library for build typesafe web api client.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "api_kit"
version = "0.2.0"
readme = "README.md"
description = "Rust library for build typesafe web api client."
repository = "https://github.com/pocket7878/api_kit"
license = "MIT"
authors = [
  "Pocket7878 <poketo7878@gmail.com>"
]

[dependencies]
hyper = "0.9.10"
serde = "0.8"
serde_json = "0.8"
error = "0.1.9"
url = "1.2.0"