# 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 = "rust_graphql_nft_server" version = "1.0.1" description = "A GraphQL server for getting NFT's metadata" readme = "README.md" keywords = [ "rust", "graphql", "nft", "ipfs", "actix", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/MarkTanashchuk/rust_graphql_nft" resolver = "2" [profile.release] lto = "fat" codegen-units = 1 [dependencies.actix-web] version = "4.0.1" features = ["macros"] default-features = false [dependencies.anyhow] version = "1.0.65" [dependencies.async-graphql] version = "4.0" [dependencies.async-graphql-actix-web] version = "4.0" [dependencies.async-trait] version = "0.1.57" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.24" [dependencies.mime] version = "0.3.16" [dependencies.reqwest] version = "0.11.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.web3] version = "0.18.0" [dev-dependencies.tokio-test] version = "0.4.2"