rtb-update 0.7.1

Self-update subsystem composing on rtb-forge to fetch signed release assets and atomically swap the running binary. Part of the phpboyscout Rust toolkit.
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 = "2021"
rust-version = "1.82"
name = "rtb-update"
version = "0.7.1"
authors = ["Matt Cockayne <matt@phpboyscout.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Self-update subsystem composing on rtb-forge to fetch signed release assets and atomically swap the running binary. Part of the phpboyscout Rust toolkit."
homepage = "https://cli.rust.phpboyscout.uk"
documentation = "https://docs.rs/rtb-update"
readme = "README.md"
keywords = [
    "self-update",
    "update",
    "release",
    "signing",
    "cli",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "MIT"
repository = "https://gitlab.com/phpboyscout/rust/cli"

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

[[test]]
name = "unit"
path = "tests/unit.rs"

[dependencies.async-trait]
version = "0.1.91"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6.2"
features = [
    "derive",
    "env",
    "wrap_help",
    "string",
]

[dependencies.directories]
version = "6.0.0"

[dependencies.ed25519-dalek]
version = "3.0.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.linkme]
version = "0.3.37"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.rtb-app]
version = "0.7.0"

[dependencies.rtb-credentials]
version = "0.6.0"

[dependencies.rtb-forge]
version = "0.7.0"
default-features = false

[dependencies.self-replace]
version = "1.5"

[dependencies.semver]
version = "1.0.28"
features = ["serde"]

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

[dependencies.sha2]
version = "0.11.0"

[dependencies.tar]
version = "0.4.46"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.tokio]
version = "1.53.0"
features = ["full"]

[dependencies.toml]
version = "1.1.3"

[dependencies.tracing]
version = "0.1.44"

[dependencies.zip]
version = "8.6.0"
features = ["deflate"]
default-features = false

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

[dev-dependencies.time]
version = "0.3.53"
features = [
    "serde",
    "formatting",
    "parsing",
    "macros",
]

[dev-dependencies.tokio]
version = "1.53.0"
features = [
    "macros",
    "rt-multi-thread",
]

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"