rpi-webfetch 0.1.1

Bounded public web fetch tool for the rpi Rust agent
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 = "2021"
rust-version = "1.78"
name = "rpi-webfetch"
version = "0.1.1"
authors = ["BigFish <bigfish1913@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded public web fetch tool for the rpi Rust agent"
readme = "README.md"
keywords = [
    "rpi",
    "web",
    "fetch",
    "plugin",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/pi-rust/rpi-package"

[lib]
name = "rpi_webfetch"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rpi-plugin-sdk]
version = "0.1.6"

[dependencies.serde_json]
version = "1"

[dependencies.url]
version = "2"