[package]
edition = "2021"
name = "pub"
version = "0.3.12"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"