burncloud-auto-update 0.1.2

Auto-update functionality for BurnCloud
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"
name = "burncloud-auto-update"
version = "0.1.2"
authors = ["BurnCloud Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-update functionality for BurnCloud"
homepage = "https://burncloud.dev"
documentation = "https://docs.burncloud.dev"
readme = false
keywords = [
    "auto-update",
    "self-update",
    "burncloud",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/burncloud/burncloud-auto-update"

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

[[example]]
name = "update_example"
path = "examples/update_example.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.self_update]
version = "0.42.0"
features = ["archive-zip"]

[dependencies.semver]
version = "1.0"

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

[dev-dependencies.env_logger]
version = "0.10"