# 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 = "fractal-storage-tool" version = "0.2.0" authors = ["Patrick Elsen "] description = "Command-line utility for Fractal Networks storage service." license = "AGPL-3.0-only" repository = "https://github.com/fractalnetworksco/storage" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.cid] version = "0.8.4" [dependencies.env_logger] version = "0.9.0" [dependencies.fractal-storage-client] version = "0.2.0" [dependencies.futures] version = "0.3.21" [dependencies.ipfs-api] version = "0.16.0" [dependencies.ipfs-api-backend-hyper] version = "0.5.0" features = ["with-send-sync"] [dependencies.reqwest] version = "0.11.10" [dependencies.serde_json] version = "1.0.81" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.18.1" features = [ "macros", "rt", "io-std", ] [dependencies.tokio-util] version = "0.6.5" features = ["io"] [dependencies.url] version = "2.2.2"