[package] name = "unsplash-rs" version = "0.1.1" authors = ["Stuart Reilly "] repository = "https://github.com/themadprofessor/unsplash-rs" license = "MIT" readme = "README.md" keywords = ["unsplash", ] categories = ["web-programming", "web-programming::http-client"] description = "API for accessing the Unsplash API" [dependencies] hyper = "0.12" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" chrono = { version = "0.4", features = ["serde"]} failure = "0.1.2" futures = "0.1" lazy_static = "1.0" serde_url_params = "0.1" itertools = "0.7" log = "0.4"