izihawa-ipfs-api-backend-hyper 0.5.2

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

[badges]
github                    = { repository = "izihawa/rust-ipfs-api", workflow = "Rust" }
maintenance               = { status = "passively-maintained" }

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

[dependencies]
async-trait               = "0.1"
bytes                     = "1"
futures                   = "0.3"
http                      = "0.2"
hyper                     = { version = "0.14", features = ["http1", "http2", "client", "tcp"] }
hyper-multipart-rfc7578   = "0.8"
hyper-rustls              = { version = "0.23", features = ["rustls-native-certs"], optional = true }
hyper-tls                 = { version = "0.5", optional = true }
ipfs-api-prelude  = { version = "0.5", package = "izihawa-ipfs-api-prelude", path = "../ipfs-api-prelude" }
thiserror                 = "1"