# 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 = "axoupdater"
version = "0.9.0"
description = "Self-updater library for use with cargo-dist"
homepage = "https://github.com/axodotdev/axoupdater"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/axoupdater"

[dependencies.axoasset]
version = "1.0.0"
features = ["json-serde"]
default-features = false

[dependencies.axoprocess]
version = "0.2.0"

[dependencies.axotag]
version = "0.2.0"

[dependencies.camino]
version = "1.1.6"
features = ["serde1"]

[dependencies.gazenot]
version = "0.3.3"
features = ["client_lib"]
optional = true

[dependencies.homedir]
version = "0.3.3"

[dependencies.miette]
version = "7.2.0"

[dependencies.serde]
version = "1.0.197"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.thiserror]
version = "2.0.4"

[dependencies.tokio]
version = "1.36.0"
features = ["full"]
optional = true

[dependencies.url]
version = "2.5.4"

[dev-dependencies.httpmock]
version = "0.7.0"

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

[dev-dependencies.tokio]
version = "1.36.0"
features = ["test-util"]

[features]
axo_releases = ["gazenot"]
blocking = ["tokio"]
default = [
    "axo_releases",
    "github_releases",
]
github_releases = ["axoasset/remote"]
tls_native_roots = ["axoasset/tls-native-roots"]

[target."cfg(windows)".dependencies.self-replace]
version = "1.5.0"