# 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 = "pub" version = "0.3.4" description = "publish anything to the open web" readme = "README.md" license = "MIT" repository = "https://github.com/btwiuse/pub" [lib] name = "pub" crate-type = ["staticlib"] path = "lib.rs" [[bin]] name = "pub" path = "main.rs" [dependencies.self_update] version = "0.39" features = [ "compression-flate2", "compression-zip-deflate", ] [build-dependencies.tar] version = "0.4" [build-dependencies.ureq] version = "2.9" [build-dependencies.xz2] version = "0.1"