# 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 = "sn_updater" version = "0.2.0" authors = ["MaidSafe Developers "] description = "Provides utilities for updating Safe-related command line interfaces." homepage = "https://maidsafe.net" documentation = "https://docs.rs/sn_node" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" resolver = "1" [dependencies.self_update] version = "0.32" features = [ "rustls", "archive-tar", "compression-flate2", ] default-features = false [dependencies.thiserror] version = "1.0.23" [dependencies.url] version = "2.2.2"