# 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-poem" version = "7.0.6" authors = ["sunli "] description = "async-graphql for poem" homepage = "https://github.com/async-graphql/async-graphql" documentation = "https://docs.rs/async-graphql-poem/" keywords = [ "futures", "async", "graphql", "poem", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/async-graphql/async-graphql" [dependencies.async-graphql] version = "7.0.6" default-features = false [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.http] version = "1.1.0" [dependencies.mime] version = "0.3.17" [dependencies.poem] version = "3.0.0" features = ["websocket"] [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 = ["compat"] default-features = false