izihawa-ipfs-api 0.16.3

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

[badges.maintenance]
status = "deprecated"
[dependencies.ipfs-api-backend-actix]
optional = true
version = "0.6"

[dependencies.ipfs-api-backend-hyper]
optional = true
package = "izihawa-ipfs-api-backend-hyper"
version = "0.5"
[dev-dependencies.actix-rt]
version = "2.5"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[features]
default = ["with-hyper"]
with-actix = ["ipfs-api-backend-actix", "ipfs-api-backend-actix/with-builder"]
with-hyper = ["ipfs-api-backend-hyper", "ipfs-api-backend-hyper/with-builder"]
with-hyper-rustls = ["with-hyper", "ipfs-api-backend-hyper/with-hyper-rustls"]
with-hyper-tls = ["with-hyper", "ipfs-api-backend-hyper/with-hyper-tls"]

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