velopack 0.0.76

Installer and automatic updates for cross-platform desktop applications
Documentation
[[bin]]
name = "vfusion"
path = "src/vfusion.rs"
required-features = ["cli"]
[dependencies.anyhow]
version = "1.0"

[dependencies.async-std]
optional = true
version = "1.5"

[dependencies.clap]
optional = true
version = "4.4"

[dependencies.derivative]
version = "2.2"

[dependencies.file-rotate]
optional = true
version = "0.7"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4"

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

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simplelog]
optional = true
version = "0.12"

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

[dependencies.url]
version = "2.5"

[dependencies.xml]
version = "0.8"

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

[dependencies.zstd]
optional = true
version = "0.13"

[features]
async = ["async-std"]
cli = ["clap", "simplelog", "file-rotate"]
delta = ["zstd"]

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

[package]
authors = ["Caelan Sayler <git@caesay.com>"]
categories = ["development-tools"]
description = "Installer and automatic updates for cross-platform desktop applications"
edition = "2021"
exclude = ["/samples"]
homepage = "https://velopack.io"
keywords = ["update", "install", "velopack", "squirrel", "automatic-updates"]
license = "MIT"
name = "velopack"
readme = "readme.md"
repository = "https://github.com/velopack/velopack.fusion"
version = "0.0.76"
[package.metadata.docs.rs]
features = ["async"]
[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = true
opt-level = "z"
overflow-checks = false
rpath = false