# 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-actix-web" version = "7.0.13" authors = [ "sunli ", "Koxiaet", ] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "async-graphql for actix-web" homepage = "https://github.com/async-graphql/async-graphql" documentation = "https://docs.rs/async-graphql-actix-web/" 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_actix_web" path = "src/lib.rs" [[test]] name = "graphql" path = "tests/graphql.rs" [[test]] name = "test_utils" path = "tests/test_utils.rs" [dependencies.actix] version = "0.13.3" [dependencies.actix-http] version = "3.6.0" [dependencies.actix-web] version = "4.5.1" default-features = false [dependencies.actix-web-actors] version = "4.3.0" [dependencies.async-channel] version = "2.2.0" [dependencies.async-graphql] version = "7.0.13" default-features = false [dependencies.async-stream] version = "0.3.5" [dependencies.futures-channel] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.serde_cbor] version = "0.11.2" optional = true [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.actix-rt] version = "2.9.0" [dev-dependencies.async-graphql] version = "7.0.13" features = ["playground"] default-features = false [dev-dependencies.async-lock] version = "3.4.0" [dev-dependencies.serde] version = "1" features = ["derive"] [features] cbor = ["serde_cbor"] default = ["http2"] http2 = ["actix-web/http2"]