api-fetch 0.6.1

Alias for better-fetch — typed HTTP client on reqwest (same API, alternate crate name).
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.88"
name = "api-fetch"
version = "0.6.1"
authors = ["better-fetch contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Alias for better-fetch — typed HTTP client on reqwest (same API, alternate crate name)."
readme = "README.md"
license = "MIT"
repository = "https://github.com/sebasxsala/better-fetch-rs"

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

[dependencies.better-fetch]
version = "0.6.1"
default-features = true

[lints.clippy]
needless_collect = "warn"
redundant_clone = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"