# 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_core" version = "0.2.0" authors = ["serinuntius"] description = "A Rust client tailored for NFT.storage, providing an intuitive API wrapper for enhanced interaction with the service. It supports storing ERC-1155 compatible NFTs, encrypted file uploads with pluggable encryption modules, asset management, and decentralized identity (DID) handling. The client also enables encrypted downloads and decryption, ensuring secure data handling. It's designed with async capabilities to integrate smoothly into contemporary Rust async ecosystems." homepage = "https://github.com/noplan-inc/nft.storage-rs" readme = "README.md" license = "MIT" repository = "https://github.com/noplan-inc/nft.storage-rs" [dependencies.aes] version = "0.8.3" [dependencies.async-trait] version = "0.1.74" [dependencies.cbc] version = "0.1.2" features = ["std"] [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.29" [dependencies.nft_storage_api] version = "1.1.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" features = ["full"]