# 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 = "nft-folder" version = "0.3.5" authors = ["ibro "] description = "Save NFT collection to a local directory" readme = "README.md" keywords = [ "cli", "nft", "ethereum", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/sameoldlab/nft-folder-cli" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.console] version = "0.15.8" features = ["ansi-parsing"] [dependencies.dirs] version = "5.0.1" [dependencies.ethers] version = "2.0" features = ["rustls"] [dependencies.ethers-providers] version = "2.0.14" features = ["rustls"] [dependencies.eyre] version = "0.6.12" [dependencies.futures] version = "0.3.30" [dependencies.indicatif] version = "0.17.8" features = [ "futures", "tokio", ] [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "fs", "sync", ] [dependencies.tokio-util] version = "0.7.10" features = ["io-util"]