# 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-actix" version = "0.7.0" authors = ["Ferris Tseng "] description = "Actix 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.actix-http] version = "3" [dependencies.actix-multipart-rfc7578] version = "0.10" [dependencies.actix-tls] version = "3" [dependencies.async-trait] version = "0.1" [dependencies.awc] version = "3" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.ipfs-api-prelude] version = "0.6" [dependencies.thiserror] version = "1" [features] with-builder = ["ipfs-api-prelude/with-builder"] [badges.github] repository = "ferristseng/rust-ipfs-api" workflow = "Rust" [badges.maintenance] status = "passively-maintained"