[dependencies.embedded-svc]
version = "0.28.1"
[dependencies.http-body-util]
version = "0.1.3"
[dependencies.hyper]
features = ["client", "http1"]
version = "1.6.0"
[dependencies.hyper-tls]
version = "0.6.0"
[dependencies.hyper-util]
features = ["tokio", "http1"]
version = "0.1.14"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.45.1"
[lib]
name = "native_svc"
path = "src/lib.rs"
[package]
authors = ["ThalusA <15985204+ThalusA@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-client"]
description = "An HTTP adapter that implements the embedded-svc interface using hyper as the backend"
documentation = "https://docs.rs/native-svc"
edition = "2024"
keywords = ["http", "client", "embedded-svc", "hyper", "async"]
license = "MIT"
name = "native-svc"
readme = "README.md"
repository = "https://github.com/ThalusA/native-svc"
rust-version = "1.88.0"
version = "0.1.0"