app-forge-kit-http-client 0.1.1

Application forge kit 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 = "app-forge-kit-http-client"
version = "0.1.1"
authors = ["Danil Syromolotov <pelmennoteam@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application forge kit HTTP client"
readme = false
license = "MIT"
repository = "https://github.com/AppForgeKit/afk-rs"

[features]
default = [
    "types",
    "dep:serde",
    "dep:http",
    "dep:url",
]
types = ["dep:reqwest"]

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

[dependencies.http]
version = "^1.4.2"
optional = true

[dependencies.reqwest]
version = "^0.13.4"
features = [
    "default",
    "form",
    "json",
    "multipart",
    "query",
]
optional = true

[dependencies.serde]
version = "^1.0.228"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "^2.0.18"

[dependencies.url]
version = "^2.5.8"
features = ["serde"]
optional = true