# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ipfs-api-backend-hyper" version = "0.6.0" authors = ["Ferris Tseng "] description = "Hyper implementation of IPFS HTTP API" documentation = "https://docs.rs/ipfs-api" readme = "README.md" keywords = ["ipfs"] categories = [ "filesystem", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ferristseng/rust-ipfs-api" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "http1", "http2", "client", "tcp", ] [dependencies.hyper-multipart-rfc7578] version = "0.8" [dependencies.hyper-rustls] version = "0.23" features = ["rustls-native-certs"] optional = true [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.ipfs-api-prelude] version = "0.6" [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"] [badges.github] repository = "ferristseng/rust-ipfs-api" workflow = "Rust" [badges.maintenance] status = "passively-maintained"