atlas-http 0.2.5

Simple, straight forward, easy to use HTTP client.
Documentation
# 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 = "2024"
name = "atlas-http"
version = "0.2.5"
authors = ["Aquila Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, straight forward, easy to use HTTP client."
homepage = "https://cicero.sh/"
readme = "README.md"
keywords = [
    "http",
    "hyper",
    "request",
    "postman",
    "download",
]
categories = ["network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mdizak/rust-atlas-http"

[lib]
name = "atlas_http"
path = "src/lib.rs"

[dependencies.base64]
version = "0.21.7"

[dependencies.mime_guess]
version = "2.0.4"

[dependencies.rand]
version = "0.8.5"

[dependencies.rustls]
version = "0.22.2"

[dependencies.tokio]
version = "1.36.0"
features = [
    "net",
    "fs",
    "io-util",
]

[dependencies.tokio-rustls]
version = "0.26.2"

[dependencies.url]
version = "2.5.0"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.webpki]
version = "0.22.4"

[dependencies.webpki-roots]
version = "0.26.0"