# 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 = "dynamic-graphql" version = "0.9.0" description = "Dynamic GraphQL schema" homepage = "https://github.com/smmoosavi/dynamic-graphql" readme = "README.md" keywords = [ "graphql", "dynamic", "schema", "async", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/smmoosavi/dynamic-graphql" [dependencies.async-graphql] version = "7.0.5" features = ["dynamic-schema"] [dependencies.dynamic-graphql-derive] version = "0.9.0" [dependencies.fnv] version = "1" [dev-dependencies.graphql-parser] version = "0.4" [dev-dependencies.tokio-test] version = "0.4"