# 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-tide" version = "7.0.6" authors = [ "vkill ", "sunli ", ] description = "async-graphql for tide" homepage = "https://github.com/async-graphql/async-graphql" documentation = "https://docs.rs/async-graphql-tide/" keywords = [ "futures", "async", "graphql", ] 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.async-trait] version = "0.1.79" [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.serde_json] version = "1.0.115" [dependencies.tide] version = "0.16.0" features = ["h1-server"] default-features = false [dependencies.tide-websockets] version = "0.4.0" optional = true [dev-dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dev-dependencies.reqwest] version = "0.12.1" features = [ "json", "multipart", ] default-features = false [dev-dependencies.serde_json] version = "1.0.115" [features] default = ["websocket"] websocket = ["tide-websockets"]