[dependencies.minreq]
version = "2.6.0"
[features]
default = []
tls = ["minreq/https-rustls"]
[package]
authors = ["Natalia Maximo <iam@natalia.dev>"]
description = "A small, simple client to make http get requests and return a 0 status code if they succeed, 1 status code otherwise"
edition = "2021"
keywords = ["http", "client", "minimal"]
license = "MIT"
name = "httpget"
readme = "README.md"
repository = "https://github.com/taliamax/httpget"
version = "0.1.9"
[package.metadata.deb.variants.tls]
features = ["tls"]
[profile.release]
strip = true