# 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 = "izihawa-ipfs-api" version = "0.16.3" authors = ["Pasha Podolsky "] description = "Implementation of an IPFS HTTP API client" 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/izihawa/rust-ipfs-api" resolver = "1" [dependencies.ipfs-api-backend-actix] version = "0.6" optional = true [dependencies.ipfs-api-backend-hyper] version = "0.5" optional = true package = "izihawa-ipfs-api-backend-hyper" [dev-dependencies.actix-rt] version = "2.5" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [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", ] [badges.github] repository = "izihawa/rust-ipfs-api" workflow = "Rust" [badges.maintenance] status = "deprecated"