gip 0.6.0

A library and command-line frontend to check global IP address
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gip"
version = "0.6.0"
authors = ["dalance <dalance@gmail.com>"]
description = "A library and command-line frontend to check global IP address"
readme = "README.md"
categories = ["command-line-utilities", "network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dalance/gip"
[package.metadata.release]
dev-version-ext = "pre"
pre-release-commit-message = "Prepare to v{{version}}"
pro-release-commit-message = "Start next development iteration v{{version}}"
tag-message = "Bump version to {{version}}"
tag-prefix = "v"

[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = "gip = \"{{version}}\""
search = "gip = \"[a-z0-9\\.-]+\""

[[package.metadata.release.pre-release-replacements]]
file = "src/lib.rs"
replace = "gip = \"{{version}}\""
search = "gip = \"[a-z0-9\\.-]+\""

[[bin]]
name = "gip"
path = "src/gip.rs"
[dependencies.dirs]
version = "1.0"

[dependencies.error-chain]
version = "0.11.0"

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

[dependencies.rand]
version = "0.4.2"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0.33"

[dependencies.serde_derive]
version = "1.0.33"

[dependencies.serde_json]
version = "1.0.12"

[dependencies.structopt]
version = "0.2.5"

[dependencies.time]
version = "0.1.39"

[dependencies.toml]
version = "0.4.5"
[badges.codecov]
branch = "master"
repository = "dalance/gip"
service = "github"

[badges.travis-ci]
repository = "dalance/gip"