# 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 = "2018" name = "async-graphql-relay" version = "0.4.0" authors = ["Oscar Beaumont "] description = "Relay support for async-graphql" homepage = "https://github.com/oscartbeaumont/async-graphql-relay" documentation = "https://docs.rs/async-graphql-relay" readme = "README.md" keywords = [ "futures", "async", "graphql", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/oscartbeaumont/async-graphql-relay" [dependencies.async-graphql] version = "3.0.38" [dependencies.async-graphql-relay-derive] version = "^0.4" [dependencies.async-trait] version = "0.1.68" [dependencies.sea-orm] version = "0.4.2" optional = true [dependencies.serde] version = "1.0.163" optional = true [dependencies.uuid] version = "0.8.2" [dev-dependencies.tokio] version = "1.28.1" features = ["full"]