# 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-prelude" version = "0.5.1" authors = ["Pasha Podolsky "] description = "Shared code for IPFS HTTP API clients" 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.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.cfg-if] version = "1" [dependencies.common-multipart-rfc7578] version = "0.6" [dependencies.dirs] version = "4" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.multibase] version = "0.9" [dependencies.parity-multiaddr] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" [dependencies.tokio-util] version = "0.6" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.typed-builder] version = "0.10" optional = true [dependencies.walkdir] version = "2.3" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "time", ] [dev-dependencies.tokio-stream] version = "0.1" features = ["time"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] [features] with-builder = ["typed-builder"] with-send-sync = [] [badges.github] repository = "izihawa/rust-ipfs-api" workflow = "Rust" [badges.maintenance] status = "passively-maintained"