# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "diana-actix-web" version = "0.2.9" authors = ["arctic_hen7 "] include = ["src/*", "Cargo.toml", "LICENSE", "README.md"] description = "The integration between Diana GraphQL and Actix Web." homepage = "https://arctic-hen7.github.io" keywords = ["graphql", "serverless", "authentication"] categories = ["web-programming", "web-programming::http-server", "web-programming::websocket"] license = "MIT" repository = "https://github.com/arctic-hen7/diana" [lib] name = "diana_actix_web" path = "src/lib.rs" [dependencies.actix-web] version = "3.3.2" [dependencies.async-graphql] version = "2.8.2" [dependencies.async-graphql-actix-web] version = "2.8.2" [dependencies.diana] version = "=0.2.9" [dependencies.futures] version = "0.3.14" [dependencies.serde] version = "1.0.103" [dependencies.serde_json] version = "1.0.44" [dev-dependencies.actix-rt] version = "1.1.1" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.reqwest] version = "0.10.10" features = ["rustls-tls", "json"] default-features = false [dev-dependencies.tokio] version = "1.3.0" [dev-dependencies.tungstenite] version = "0.13.0" features = ["rustls-tls"]