# 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_storage_cli" version = "0.1.0" authors = ["serinuntius"] description = "Effortlessly interact with NFT.storage API via CLI, featuring unique AES encryption for file uploads and comprehensive directory upload support." homepage = "https://github.com/noplan-inc/nft.storage-rs" readme = "README.md" license = "MIT" repository = "https://github.com/noplan-inc/nft.storage-rs" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.clap] version = "4.4.7" features = [ "env", "derive", ] [dependencies.directories] version = "5.0.1" [dependencies.nft_storage_api] version = "1.1.0" [dependencies.nft_storage_core] version = "0.2.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.toml] version = "0.8.8"