rust-curl 0.1.2

A minimal HTTP client with no dependencies
[[bin]]
name = "rurl"
path = "src/main.rs"

[dependencies.native-tls]
version = "0.2"

[package]
authors = ["Arvid Berndtsson <git@arvid.tech>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming"]
description = "A minimal HTTP client with no dependencies"
edition = "2021"
keywords = ["http", "client", "curl", "minimal"]
license = "MIT"
name = "rust-curl"
readme = "README.md"
repository = "https://github.com/arvid-berndtsson/rurl"
version = "0.1.2"