izihawa-ipfs-api-backend-hyper 0.5.2

Hyper implementation of IPFS HTTP API
Documentation
[badges.github]
repository = "izihawa/rust-ipfs-api"
workflow = "Rust"

[badges.maintenance]
status = "passively-maintained"
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "0.2"

[dependencies.hyper]
features = ["http1", "http2", "client", "tcp"]
version = "0.14"

[dependencies.hyper-multipart-rfc7578]
version = "0.8"

[dependencies.hyper-rustls]
features = ["rustls-native-certs"]
optional = true
version = "0.23"

[dependencies.hyper-tls]
optional = true
version = "0.5"

[dependencies.ipfs-api-prelude]
package = "izihawa-ipfs-api-prelude"
version = "0.5"

[dependencies.thiserror]
version = "1"

[features]
with-builder = ["ipfs-api-prelude/with-builder"]
with-hyper-rustls = ["hyper-rustls"]
with-hyper-tls = ["hyper-tls"]
with-send-sync = ["ipfs-api-prelude/with-send-sync"]

[package]
authors = ["Pasha Podolsky <ppodolsky@me.com>"]
categories = ["filesystem", "web-programming"]
description = "Hyper implementation of IPFS HTTP API"
documentation = "https://docs.rs/ipfs-api"
edition = "2021"
keywords = ["ipfs"]
license = "MIT OR Apache-2.0"
name = "izihawa-ipfs-api-backend-hyper"
readme = "README.md"
repository = "https://github.com/izihawa/rust-ipfs-api"
resolver = "1"
version = "0.5.2"