# 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 = "rusty-gql" version = "0.1.2" authors = ["Tak-Iwamoto"] description = "Schema first GraphQL Library for Rust" homepage = "https://github.com/Tak-Iwamoto/rusty-gql" documentation = "https://github.com/Tak-Iwamoto/rusty-gql" readme = "README.md" keywords = ["graphql", "async", "web"] categories = ["asynchronous", "web-programming"] license = "MIT" repository = "https://github.com/Tak-Iwamoto/rusty-gql" resolver = "2" [dependencies.anyhow] version = "1.0.44" [dependencies.async-trait] version = "0.1.51" [dependencies.futures-util] version = "0.3.18" features = ["io", "sink"] default-features = false [dependencies.graphql-parser] version = "0.3.0" [dependencies.http] version = "0.2.5" [dependencies.rusty-gql-macro] version = "0.1.2" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.tokio] version = "1.12.0" features = ["fs", "io-std", "io-util", "rt-multi-thread", "sync", "signal", "macros"]