# 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 = "self-github-update-enhanced" version = "0.39.2" authors = ["czyt "] description = "Self updates for standalone executables (Github) with fast git proxy support" readme = "README.md" license = "MIT" repository = "https://github.com/lib-x/self-github-update-enhanced" [dependencies.either] version = "1" optional = true [dependencies.flate2] version = "1" optional = true [dependencies.http] version = "0.2.12" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.3" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "blocking", "json", ] optional = true default-features = false [dependencies.reqwest-impersonate] version = "0.11" features = [ "impersonate", "blocking", "json", ] optional = true default-features = false [dependencies.self-replace] version = "1" [dependencies.semver] version = "1" [dependencies.serde_json] version = "1" [dependencies.tar] version = "0.4" optional = true [dependencies.tempfile] version = "3" [dependencies.urlencoding] version = "2" [dependencies.zip] version = "0.6" features = ["time"] optional = true default-features = false [dependencies.zipsign-api] version = "0.1" optional = true default-features = false [features] archive-tar = [ "tar", "zipsign-api?/verify-tar", ] archive-zip = [ "zip", "zipsign-api?/verify-zip", ] client = ["reqwest"] client-impersonate = ["reqwest-impersonate"] compression-flate2 = [ "archive-tar", "flate2", "either", ] compression-zip-bzip2 = [ "archive-zip", "zip/bzip2", ] compression-zip-deflate = [ "archive-zip", "zip/deflate", ] default = ["client"] signatures = ["dep:zipsign-api"]