# 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" version = "0.2.9" authors = ["arctic_hen7 "] include = ["src/*", "Cargo.toml", "LICENSE", "README.md"] description = "Diana is an out-of-the-box GraphQL system with full support for use as a serverless function, as well as commonly-used features like subscriptions and authentication." homepage = "https://arctic-hen7.github.io/diana" keywords = ["graphql", "serverless", "authentication"] categories = ["web-programming", "web-programming::http-server", "web-programming::websocket"] license = "MIT" repository = "https://github.com/arctic-hen7/diana" [profile.release] opt-level = "z" codegen-units = 1 panic = "abort" [lib] name = "diana" path = "src/lib.rs" [dependencies.async-graphql] version = "2.8.2" [dependencies.async-stream] version = "0.3.1" [dependencies.chrono] version = "0.4.19" [dependencies.error-chain] version = "0.12.4" [dependencies.jsonwebtoken] version = "7.2.0" [dependencies.reqwest] version = "0.10.10" features = ["rustls-tls", "json"] default-features = false [dependencies.serde] version = "1.0.103" [dependencies.serde_derive] version = "1.0.103" [dependencies.serde_json] version = "1.0.44" [dependencies.tokio] version = "1.0.1" features = ["full"] [dependencies.tokio-stream] version = "0.1.5" [dev-dependencies.dotenv] version = "0.15.0"