flickr 0.0.2

Rust binding to Flickr API
Documentation
[package]
name          = "flickr"
version       = "0.0.2"
publish       = true
description   = "Rust binding to Flickr API"
authors       = ["Timo Saarinen <zaari@mailbox.org>"]
license       = "Apache-2.0"
homepage      = "https://gitlab.com/timosaarinen/flickr-rust"
repository    = "https://gitlab.com/timosaarinen/flickr-rust"
documentation = "https://docs.rs/flickr/"
keywords      = ["flickr", "api", "flickrapi"]
categories    = ["api-bindings"]
readme        = "README.md"

[dependencies]
serde        = "1.0.80"
serde_derive = "1.0.80"
serde_json   = "1.0.33"

curl        = "0.4.19"
url         = "1.7.2"
base64      = "0.10.0"
log         = "0.4.6"
env_logger  = "0.6.0"
rand        = "0.6.0"
chrono      = { version = "0.4.6", features = ["serde"] }
webbrowser  = "0.3.1"
hostname    = "0.1.5"

rust-crypto = "0.2.36"
tiny_http   = "0.6.0"
clap        = "2.32.0"

[badges]
maintenance = { status = "actively-developed" }