# 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 = "2018" name = "self_update" version = "0.41.0" authors = ["James Kominick "] exclude = [ "/ci/*", ".travis.yml", "appveyor.yml", ] description = "Self updates for standalone executables" readme = "README.md" keywords = [ "update", "upgrade", "download", "release", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jaemk/self_update" [package.metadata.docs.rs] all-features = true [dependencies.either] version = "1" optional = true [dependencies.flate2] version = "1" optional = true [dependencies.hyper] version = "1" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.23" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] default-features = false [dependencies.self-replace] version = "1" [dependencies.semver] version = "1.0" [dependencies.serde_json] version = "1" [dependencies.tar] version = "0.4" optional = true [dependencies.tempfile] version = "3" [dependencies.urlencoding] version = "2.1" [dependencies.zip] version = "2" features = ["time"] optional = true default-features = false [dependencies.zipsign-api] version = "0.1.0-a.3" optional = true default-features = false [features] archive-tar = [ "tar", "zipsign-api?/verify-tar", ] archive-zip = [ "zip", "zipsign-api?/verify-zip", ] compression-flate2 = [ "archive-tar", "flate2", "either", ] compression-zip-bzip2 = [ "archive-zip", "zip/bzip2", ] compression-zip-deflate = [ "archive-zip", "zip/deflate", ] default = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"] signatures = ["dep:zipsign-api"]