# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pinata-sdk" version = "1.1.0" authors = ["Perfect Makanju "] description = "Rust SDK for the Pinata IPFS platform" documentation = "https://docs.rs/pinata-sdk" readme = "README.md" keywords = ["ipfs", "api", "pinata"] categories = ["api-bindings", "web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/perfectmak/pinata-sdk" [dependencies.derive_builder] version = "0.10.2" [dependencies.failure] version = "0.1.8" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.7" features = ["json", "multipart"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.walkdir] version = "2.3.2" [dev-dependencies.insta] version = "1.8.0"