[package] authors = ["sunli ", "Koxiaet"] categories = ["network-programming", "asynchronous"] description = "async-graphql for actix-web" documentation = "https://docs.rs/async-graphql-actix-web/" edition = "2021" homepage = "https://github.com/async-graphql/async-graphql" keywords = ["futures", "async", "graphql"] license = "MIT OR Apache-2.0" name = "async-graphql-actix-web" repository = "https://github.com/async-graphql/async-graphql" version = "7.0.13" [dependencies] async-graphql.workspace = true actix = "0.13.3" actix-http = "3.6.0" actix-web = { version = "4.5.1", default-features = false } actix-web-actors = "4.3.0" async-channel = "2.2.0" futures-channel = "0.3.30" futures-util = { version = "0.3.30", default-features = false } serde_cbor = { version = "0.11.2", optional = true } serde_json.workspace = true thiserror.workspace = true async-stream = "0.3.5" [features] cbor = ["serde_cbor"] http2 = ["actix-web/http2"] default = ["http2"] [dev-dependencies] async-graphql = { workspace = true, features = ["playground"] } actix-rt = "2.9.0" async-lock = "3.4.0" serde = { version = "1", features = ["derive"] }