# 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-warp" version = "7.0.13" authors = [ "sunli ", "Koxiaet", ] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "async-graphql for warp" homepage = "https://github.com/async-graphql/async-graphql" documentation = "https://docs.rs/async-graphql-warp/" readme = false keywords = [ "futures", "async", "graphql", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/async-graphql/async-graphql" [lib] name = "async_graphql_warp" path = "src/lib.rs" [dependencies.async-graphql] version = "7.0.13" default-features = false [dependencies.futures-util] version = "0.3.30" features = ["sink"] default-features = false [dependencies.serde_json] version = "1.0.115" [dependencies.warp] version = "0.3.6" features = ["websocket"] default-features = false [dev-dependencies.async-stream] version = "0.3.5" [dev-dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", "time", ] default-features = false