# 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-cli" version = "0.8.1" description = "Self-updater executable 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" [package.metadata.dist] features = ["tls_native_roots"] [[bin]] name = "axoupdater" [dependencies.axocli] version = "0.2.0" [dependencies.axoupdater] version = "=0.8.1" features = ["blocking"] [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.miette] version = "7.2.0" [dev-dependencies.axoasset] version = "1.0.0" features = [ "compression", "compression-tar", "compression-zip", "remote", ] default-features = false [dev-dependencies.axoprocess] version = "0.2.0" [dev-dependencies.camino] version = "1.1.9" features = ["serde1"] [dev-dependencies.tempfile] version = "3.13.0" [dev-dependencies.tokio] version = "1.41.0" features = ["full"] [features] tls_native_roots = ["axoupdater/tls_native_roots"]