# 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" version = "7.0.11" authors = ["sunli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "async-graphql for axum" homepage = "https://github.com/async-graphql/async-graphql" documentation = "https://docs.rs/async-graphql-axum/" readme = "README.md" keywords = [ "futures", "async", "graphql", "axum", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/async-graphql/async-graphql" [lib] name = "async_graphql_axum" path = "src/lib.rs" [dependencies.async-graphql] version = "7.0.11" default-features = false [dependencies.async-trait] version = "0.1.79" [dependencies.bytes] version = "1.6.0" features = ["serde"] [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.36.0" features = ["time"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.10" features = [ "io", "compat", ] default-features = false [dependencies.tower-service] version = "0.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum] version = "0.7.5" features = ["ws"] [target.'cfg(target_arch = "wasm32")'.dependencies.axum] version = "0.7.5" default-features = false