par-term-update 0.2.0

Self-update and update-check system for par-term terminal emulator
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "par-term-update"
version = "0.2.0"
authors = ["Paul Robello <probello@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Self-update and update-check system for par-term terminal emulator"
homepage = "https://github.com/paulrobello/par-term"
readme = false
keywords = [
    "terminal",
    "update",
    "self-update",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/paulrobello/par-term"
resolver = "2"

[lib]
name = "par_term_update"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.chrono]
version = "0.4.43"

[dependencies.log]
version = "0.4.29"

[dependencies.native-tls]
version = "=0.2.16"

[dependencies.par-term-config]
version = "0.3.0"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.ureq]
version = "3.2.0"
features = [
    "native-tls",
    "gzip",
]
default-features = false

[dependencies.zip]
version = "8.1.0"

[dev-dependencies.tempfile]
version = "3.25"