gip 0.2.0

A library and command-line frontend to check global IP address
Documentation
[package]
name = "gip"
version = "0.2.0"
authors = ["dalance <dalance@gmail.com>"]
repository = "https://github.com/dalance/gip"
license = "MIT"
readme = "README.md"
description = "A library and command-line frontend to check global IP address"
documentation = "http://dalance.github.io/gip/gip"

[[bin]]
name = "gip"
path = "src/bin/gip.rs"

[dependencies]
docopt          = "0.6.83"
rand            = "0.3.14"
rustc-serialize = "0.3.18"
time            = "0.1.34"
toml            = "0.2.0"

[dependencies.hyper]
version  = "0.9.10"
default-features = false