[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 " ] [dependencies] hyper = "0.9.10" serde = "0.8" serde_json = "0.8" error = "0.1.9" url = "1.2.0"