# 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 = "juniper_relay_connection" version = "0.1.1" authors = ["Tilman Roeder"] exclude = [".github"] description = "Relay style pagination for Juniper." keywords = [ "juniper", "relay", "graphql", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/dyedgreen/juniper-relay" [dependencies.juniper] version = "0.15"