[dependencies.dyn-clone]
default-features = false
optional = true
version = "1"
[dependencies.http]
default-features = false
features = ["std"]
version = "1"
[features]
default = []
[lib]
name = "http_api_client_endpoint"
path = "src/lib.rs"
[package]
authors = ["vkill <vkill.net@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "HTTP API Client Endpoint"
documentation = "https://docs.rs/http-api-client-endpoint"
edition = "2024"
homepage = "https://github.com/bk-rs/http-api-client-endpoint"
keywords = []
license = "Apache-2.0 OR MIT"
name = "http-api-client-endpoint"
readme = "README.md"
repository = "https://github.com/bk-rs/http-api-client-endpoint"
resolver = "2"
version = "0.3.1"
[package.metadata.docs.rs]
all-features = true