# 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 = "patter" version = "0.0.1" description = "A lightweight rust library for uploading data to decentralized web3 storage providers like Pinata and Web3.Storage" license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1.72" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.derive_builder] version = "0.12.0" [dependencies.dotenv] version = "0.15.0" [dependencies.failure] version = "0.1.8" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.18" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_derive] version = "1.0.164" [dependencies.serde_json] version = "1.0.99" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-test] version = "0.4.2" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3.0.3"