# 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 = "async-graphql-axum-wasi" version = "4.0.4" authors = ["blockchainlover2019 "] description = "async-graphql for axum" readme = "README.md" keywords = [ "futures", "async", "graphql", "axum", ] categories = [ "network-programming", "asynchronous", ] license = "MIT/Apache-2.0" [dependencies.async-graphql] version = "5.0.6" [dependencies.async-trait] version = "0.1.51" [dependencies.axum] version = "0.5.1" features = ["headers"] [dependencies.bytes] version = "1.0.1" features = ["serde"] [dependencies.futures-util] version = "0.3.0" default-features = false [dependencies.http-body] version = "0.4.2" [dependencies.serde_json] version = "1.0.66" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.tokio-util] version = "0.7.1" features = [ "io", "compat", ] default-features = false [dependencies.tower-service] version = "0.3"