# 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_danger_no_ssl_verify" version = "0.38.0" authors = [ "James Kominick ", "Alex-Programs ", ] exclude = [ "/ci/*", ".travis.yml", "appveyor.yml", ] description = "Self updates for standalone executables. Originally by jaemk, this version has SSL verification removed." readme = "README.md" keywords = [ "update", "upgrade", "download", "release", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Alex-Programs/self_update_noverify" [package.metadata.docs.rs] all-features = true [dependencies.either] version = "1" optional = true [dependencies.flate2] version = "1" optional = true [dependencies.hyper] version = "0.14" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.23" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] default-features = false [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 = "0.6" features = ["time"] optional = true default-features = false [features] archive-tar = ["tar"] archive-zip = ["zip"] compression-flate2 = [ "flate2", "either", ] compression-zip-bzip2 = ["zip/bzip2"] compression-zip-deflate = ["zip/deflate"] default = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"]