[package] name = "crest" version = "0.3.4" authors = ["Pablo Couto "] description = "A REST client library." repository = "https://github.com/pablocouto/crest" documentation = "https://pablocouto.github.io/crest/crest/index.html" keywords = ["rest", "client"] license = "Apache-2.0/MIT" exclude = [ "build/travis.sh", ] [dependencies] hyper = "0.7" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" url = "0.5"