self_update 0.2.2

Self updates for standalone executables
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 = "self_update"
version = "0.2.2"
authors = ["James Kominick <james.kominick@gmail.com>"]
exclude = ["ci/", ".travis.yml"]
description = "Self updates for standalone executables"
readme = "README.md"
keywords = ["update", "upgrade", "download", "release"]
license = "MIT"
repository = "https://github.com/jaemk/self_update"
[dependencies.reqwest]
version = "0.7"

[dependencies.semver]
version = "0.7"

[dependencies.tempdir]
version = "0.3"

[dependencies.flate2]
version = "0.2"

[dependencies.tar]
version = "0.4"

[dependencies.serde_json]
version = "1"