self-update-extras 0.2.0

Composable self-update helpers for CLI binaries: throttle, restart, and silence wrappers around any self_update ReleaseUpdate backend
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"
rust-version = "1.88"
name = "self-update-extras"
version = "0.2.0"
authors = ["Joseph Wortmann <joseph.wortmann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable self-update helpers for CLI binaries: throttle, restart, and silence wrappers around any self_update ReleaseUpdate backend"
homepage = "https://github.com/hyper-mcp-rs/self-update-extras"
documentation = "https://docs.rs/self-update-extras"
readme = "README.md"
keywords = [
    "self-update",
    "updater",
    "cli",
    "release",
    "github",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/hyper-mcp-rs/self-update-extras"

[package.metadata.release]
publish = true
push = true
tag = true
tag-name = "v{{version}}"

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

[dependencies.self_update]
version = "0.44"
features = [
    "reqwest",
    "rustls",
]
default-features = false

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.serial_test]
version = "3.5"

[target."cfg(unix)".dependencies.libc]
version = "0.2"