get-data-url 0.3.0

A library to fetch HTTP resources and convert them to Data URLs
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.mime]
version = "0.3.17"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.reqwest]
version = "0.13.1"

[dev-dependencies.tokio]
features = ["macros", "test-util"]
version = "1.49"

[dev-dependencies.wiremock]
version = "0.6.5"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "encoding"]
description = "A library to fetch HTTP resources and convert them to Data URLs"
edition = "2024"
keywords = ["http", "data-url", "base64", "encoding"]
license = "MIT OR Apache-2.0"
name = "get-data-url"
readme = false
repository = "https://github.com/thlstsul/get-data-url"
version = "0.3.0"